mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
* Remove `es-test-dir` book-scoped variable * Remove `plugins-examples-dir` book-scoped variable * Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables - In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed. - In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path - In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem * Replace `es-repo-dir` with `es-ref-dir` * Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
10 lines
567 B
Text
10 lines
567 B
Text
[[troubleshooting-shards-capacity-issues]]
|
|
== Troubleshooting shards capacity health issues
|
|
|
|
{es} limits the maximum number of shards to be held per node using the
|
|
<<cluster-max-shards-per-node, `cluster.max_shards_per_node`>> and
|
|
<<cluster-max-shards-per-node-frozen, `cluster.max_shards_per_node.frozen`>> settings.
|
|
The current shards capacity of the cluster is available in the
|
|
<<health-api-response-details-shards-capacity, health API shards capacity section>>.
|
|
|
|
include::{es-ref-dir}/tab-widgets/troubleshooting/troubleshooting-shards-capacity-widget.asciidoc[]
|