elasticsearch/docs/reference/ilm
Stef Nestor 5da482b9de
ILM Frozen allows Unfollow Action (#88973)
Updates [Phase Action](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-index-lifecycle.html#ilm-phase-actions) list to agree with [Unfollow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-unfollow.html) page that Frozen tier accepts Unfollow action.

Confirmed v8.3
```diff
PUT _ilm/policy/my_policy
{"policy": {"phases": { "frozen": { "actions": {
+  "unfollow" : {},
  "searchable_snapshot": {
    "snapshot_repository" : "found-snapshots"} } } } } }

{"acknowledged": true }
```
2022-08-03 14:32:15 -06:00
..
actions Update ES.ILM.Action.ReadOnly (#89054) 2022-08-03 14:31:20 -06:00
apis Remove ILM docs redirect (#85628) 2022-04-04 13:43:50 -04:00
error-handling.asciidoc Update error-handling.asciidoc (#86795) 2022-06-01 14:57:38 -06:00
example-index-lifecycle-policy.asciidoc [DOCS] Fix a typo: "bult-in" ~> "built-in" (#84861) 2022-03-10 10:29:05 -05:00
ilm-actions.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
ilm-and-snapshots.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
ilm-concepts.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
ilm-index-lifecycle.asciidoc ILM Frozen allows Unfollow Action (#88973) 2022-08-03 14:32:15 -06:00
ilm-overview.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
ilm-skip-rollover.asciidoc [DOCS] Update alias xrefs (#73380) 2021-05-25 16:19:00 -04:00
ilm-tutorial.asciidoc reorder and merge data management and ILM doc pages (#84679) 2022-03-07 18:33:28 -05:00
ilm-with-existing-indices.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
index-rollover.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
index.asciidoc reorder and merge data management and ILM doc pages (#84679) 2022-03-07 18:33:28 -05:00
set-up-lifecycle-policy.asciidoc Remove ILM docs redirect (#85628) 2022-04-04 13:43:50 -04:00
start-stop.asciidoc [DOCS] Overhaul snapshot and restore docs (#79081) 2021-11-15 12:45:07 -05:00
update-lifecycle-policy.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00