elasticsearch/docs/reference/ilm
Andrei Dan f8b367d2bc
[ILM] Fix the migrate to tiers service and migrate action tiers configuration (#95934)
The migrate action (although no allowed in the frozen phase) would seem
to convert `frozen` to `data_frozen,data_cold,data_warm,data_hot` tier
configuration. As the migrate action is not allowed in the frozen phase
this would never happen, however the code is confusing as it seems like
it could.

The migrate to data tiers routing service shared the code used by the
`migrate` action that converted `frozen` to
`data_frozen,data_cold,data_warm,data_hot` if it would encounter an
index without any `_tier_preference` setting  but with a custom node
attribute configured to `frozen` e.g. `include.data: frozen`

As part of https://github.com/elastic/elasticsearch/issues/84758 we have
seen frozen indices with the `data_frozen,data_cold,data_warm,data_hot`
tier preference however we could never reproduce it.

Relates to https://github.com/elastic/elasticsearch/issues/84758
2023-05-09 13:18:01 -04:00
..
actions [ILM] Fix the migrate to tiers service and migrate action tiers configuration (#95934) 2023-05-09 13:18:01 -04:00
apis fix flaky docs tests `get-lifecycle` (#95529) 2023-04-26 12:10:49 +02:00
error-handling.asciidoc
example-index-lifecycle-policy.asciidoc
ilm-actions.asciidoc
ilm-and-snapshots.asciidoc [+DOC] Restore policies in restoring ILM indices (#90119) 2023-01-23 10:46:19 +01:00
ilm-concepts.asciidoc
ilm-index-lifecycle.asciidoc [DOCS] List the downsample ILM action in the correct order of execution (#93233) 2023-01-30 16:00:36 +00:00
ilm-overview.asciidoc
ilm-skip-rollover.asciidoc
ilm-tutorial.asciidoc
ilm-with-existing-indices.asciidoc
index-rollover.asciidoc
index.asciidoc
set-up-lifecycle-policy.asciidoc
start-stop.asciidoc
update-lifecycle-policy.asciidoc