2013-08-28 19:24:34 -04:00
|
|
|
[[index-modules-allocation]]
|
|
|
|
== Index Shard Allocation
|
|
|
|
|
2015-06-22 17:49:45 -04:00
|
|
|
This module provides per-index settings to control the allocation of shards to
|
2015-06-30 07:53:04 -04:00
|
|
|
nodes:
|
2015-06-22 17:49:45 -04:00
|
|
|
|
2015-06-30 07:53:04 -04:00
|
|
|
* <<shard-allocation-filtering,Shard allocation filtering>>: Controlling which shards are allocated to which nodes.
|
|
|
|
* <<delayed-allocation,Delayed allocation>>: Delaying allocation of unassigned shards caused by a node leaving.
|
|
|
|
* <<allocation-total-shards,Total shards per node>>: A hard limit on the number of shards from the same index per node.
|
2013-08-28 19:24:34 -04:00
|
|
|
|
2015-06-30 07:53:04 -04:00
|
|
|
include::allocation/filtering.asciidoc[]
|
2015-06-22 17:49:45 -04:00
|
|
|
|
2015-06-30 07:53:04 -04:00
|
|
|
include::allocation/delayed.asciidoc[]
|
2015-06-22 17:49:45 -04:00
|
|
|
|
2015-07-15 12:05:42 -04:00
|
|
|
include::allocation/prioritization.asciidoc[]
|
|
|
|
|
2015-06-30 07:53:04 -04:00
|
|
|
include::allocation/total_shards.asciidoc[]
|
2015-06-22 17:49:45 -04:00
|
|
|
|
|
|
|
|
2013-08-16 14:20:56 -04:00
|
|
|
|