mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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:
parent
4af7069958
commit
5da482b9de
1 changed files with 1 additions and 0 deletions
|
@ -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>>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue