elasticsearch/docs/reference/cluster
Lee Hinman 0c3599577e
Add index.routing.allocation.prefer._tier setting (#62589)
This commit adds the `index.routing.allocation.prefer._tier` setting to the
`DataTierAllocationDecider`. This special-purpose allocation setting lets a user specify a
preference-based list of tiers for an index to be assigned to. For example, if the setting were set
to:

```
"index.routing.allocation.prefer._tier": "data_hot,data_warm,data_content"
```

If the cluster contains any nodes with the `data_hot` role, the decider will only allow them to be
allocated on the `data_hot` node(s). If there are no `data_hot` nodes, but there are `data_warm` and
`data_content` nodes, then the index will be allowed to be allocated on `data_warm` nodes.

This allows us to specify an index's preference for tier(s) without causing the index to be
unassigned if no nodes of a preferred tier are available.

Subsequent work will change the ILM migration to make additional use of this setting.

Relates to #60848
2020-09-18 14:49:59 -06:00
..
allocation-explain.asciidoc Add index.routing.allocation.prefer._tier setting (#62589) 2020-09-18 14:49:59 -06:00
get-settings.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
health.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
nodes-hot-threads.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
nodes-info.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
nodes-reload-secure-settings.asciidoc Docs fix node_id spec for secure settings reload API (#55712) 2020-05-05 11:20:06 +03:00
nodes-stats.asciidoc [DOCS] Fix typo in nodes stats docs (#61601) (#61716) 2020-08-31 09:29:40 -04:00
nodes-usage.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
pending.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
remote-info.asciidoc Align remote info api with new settings (#53441) 2020-03-13 15:01:01 -06:00
reroute.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
state.asciidoc [DOCS] Add data streams to cluster APIs docs (#58945) 2020-07-02 17:04:55 -04:00
stats.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
tasks.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:38:49 -07:00
update-settings.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) 2020-07-21 12:24:26 -04:00
voting-exclusions.asciidoc Adjust docs for voting config exclusions API (#55006) 2020-04-20 19:47:09 +01:00