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