2013-08-29 07:24:34 +08:00
|
|
|
[[index-modules-allocation]]
|
|
|
|
== Index Shard Allocation
|
|
|
|
|
2015-06-23 05:49:45 +08:00
|
|
|
This module provides per-index settings to control the allocation of shards to
|
2015-06-30 19:53:04 +08:00
|
|
|
nodes:
|
2015-06-23 05:49:45 +08:00
|
|
|
|
2015-06-30 19:53:04 +08: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-29 07:24:34 +08:00
|
|
|
|
2015-06-30 19:53:04 +08:00
|
|
|
include::allocation/filtering.asciidoc[]
|
2015-06-23 05:49:45 +08:00
|
|
|
|
2015-06-30 19:53:04 +08:00
|
|
|
include::allocation/delayed.asciidoc[]
|
2015-06-23 05:49:45 +08:00
|
|
|
|
2015-07-16 00:05:42 +08:00
|
|
|
include::allocation/prioritization.asciidoc[]
|
|
|
|
|
2015-06-30 19:53:04 +08:00
|
|
|
include::allocation/total_shards.asciidoc[]
|
2015-06-23 05:49:45 +08:00
|
|
|
|
|
|
|
|
2013-08-17 02:20:56 +08:00
|
|
|
|