|
@@ -7,16 +7,16 @@ Phases allowed: warm, cold.
|
|
|
Updates the index settings to change which nodes are allowed to host the index shards
|
|
|
and change the number of replicas.
|
|
|
|
|
|
+The allocate action is not allowed in the hot phase.
|
|
|
+The initial allocation for the index must be done manually or via
|
|
|
+<<indices-templates, index templates>>.
|
|
|
+
|
|
|
You can configure this action to modify both the allocation rules and number of replicas,
|
|
|
only the allocation rules, or only the number of replicas.
|
|
|
-
|
|
|
For more information about how {es} uses replicas for scaling, see
|
|
|
<<scalability>>. See <<shard-allocation-filtering>> for more information about
|
|
|
controlling where {es} allocates shards of a particular index.
|
|
|
|
|
|
-NOTE: The allocate action is not allowed in the hot phase.
|
|
|
-The initial allocation for the index must be done manually or via index templates.
|
|
|
-{ilm-init} doesn't handle index allocation during the hot phase.
|
|
|
|
|
|
[[ilm-allocate-options]]
|
|
|
==== Options
|