increase-cluster-shard-limit.asciidoc 843 B

1234567891011121314151617181920
  1. [[increase-cluster-shard-limit]]
  2. == Total number of shards per node has been reached
  3. Elasticsearch tries to take advantage of all the available resources by
  4. distributing data (index shards) amongst the cluster nodes.
  5. Users might want to influence this data distribution by configuring the
  6. <<cluster-total-shards-per-node,`cluster.routing.allocation.total_shards_per_node`>>
  7. system setting to restrict the number of shards that can be hosted on a single
  8. node in the system, regardless of the index.
  9. Various configurations limiting how many shards can be hosted on a single node
  10. can lead to shards being unassigned due to the cluster not having enough nodes to
  11. satisfy the configuration.
  12. In order to fix this follow the next steps:
  13. include::{es-repo-dir}/tab-widgets/troubleshooting/data/increase-cluster-shard-limit-widget.asciidoc[]