enable-index-allocation.asciidoc 554 B

12345678910111213141516
  1. [[allow-all-index-allocation]]
  2. == Allow Elasticsearch to allocate the index
  3. The allocation of data can be controlled using the <<index-routing-allocation-enable-setting, enable
  4. allocation configuration>>.
  5. In certain circumstances users might want to temporarily disable or restrict the
  6. allocation of data.
  7. Forgetting to re-allow all data allocation can lead to unassigned shards.
  8. In order to (re)allow all data to be allocated follow these steps:
  9. include::{es-repo-dir}/tab-widgets/troubleshooting/data/enable-index-allocation-widget.asciidoc[]