mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
This commit changes the frozen phase within ILM in the following ways: - The `searchable_snapshot` action now no longer takes a `storage` parameter. The storage type is determined by the phase within which it is invoked (shared cache for frozen and full copy for everything else). - The frozen phase in ILM now no longer allows *any* actions other than `searchable_snapshot` - If a frozen phase is provided, it *must* include a `searchable_snapshot` action. These changes may seem breaking, but since they are intended to go back to 7.12 which has not been released yet, they are not truly breaking changes. |
||
---|---|---|
.. | ||
actions | ||
apis | ||
error-handling.asciidoc | ||
example-index-lifecycle-policy.asciidoc | ||
ilm-actions.asciidoc | ||
ilm-and-snapshots.asciidoc | ||
ilm-concepts.asciidoc | ||
ilm-index-lifecycle.asciidoc | ||
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 |