mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -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
16 lines
609 B
Text
16 lines
609 B
Text
[[allow-all-cluster-allocation]]
|
|
== Allow Elasticsearch to allocate the data in the system
|
|
|
|
The allocation of data in an {es} deployment can be controlled using the <<cluster-routing-allocation-enable, enable
|
|
cluster allocation configuration>>.
|
|
In certain circumstances users might want to temporarily disable or restrict the
|
|
allocation of data in the system.
|
|
|
|
Forgetting to re-allow all data allocations can lead to unassigned shards.
|
|
|
|
In order to (re)allow all data to be allocated follow these steps:
|
|
|
|
include::{es-ref-dir}/tab-widgets/troubleshooting/data/enable-cluster-allocation-widget.asciidoc[]
|
|
|
|
|
|
|