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 }
```
This commit is contained in:
Stef Nestor 2022-08-03 14:32:15 -06:00 committed by GitHub
parent 4af7069958
commit 5da482b9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ actions in the order listed.
- <<ilm-allocate,Allocate>> - <<ilm-allocate,Allocate>>
- <<ilm-migrate,Migrate>> - <<ilm-migrate,Migrate>>
* Frozen * Frozen
- <<ilm-unfollow,Unfollow>>
- <<ilm-searchable-snapshot, Searchable Snapshot>> - <<ilm-searchable-snapshot, Searchable Snapshot>>
* Delete * Delete
- <<ilm-wait-for-snapshot,Wait For Snapshot>> - <<ilm-wait-for-snapshot,Wait For Snapshot>>