allocation.asciidoc 668 B

1234567891011121314151617181920
  1. [[index-modules-allocation]]
  2. == Index Shard Allocation
  3. This module provides per-index settings to control the allocation of shards to
  4. nodes:
  5. * <<shard-allocation-filtering,Shard allocation filtering>>: Controlling which shards are allocated to which nodes.
  6. * <<delayed-allocation,Delayed allocation>>: Delaying allocation of unassigned shards caused by a node leaving.
  7. * <<allocation-total-shards,Total shards per node>>: A hard limit on the number of shards from the same index per node.
  8. include::allocation/filtering.asciidoc[]
  9. include::allocation/delayed.asciidoc[]
  10. include::allocation/prioritization.asciidoc[]
  11. include::allocation/total_shards.asciidoc[]