Skip to content

Commit

Permalink
[DOCS] Fix ILM action order (#74021) (#74027)
Browse files Browse the repository at this point in the history
Following [this code](https://github.com/elastic/elasticsearch/blob/master/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/TimeseriesLifecycleType.java#L54) I believe these are the necessary changes to bring the doc into alignment.

Co-authored-by: James Rodewig <[email protected]>

Co-authored-by: Stef Nestor <[email protected]>
  • Loading branch information
jrodewig and stefnestor authored Jun 10, 2021
1 parent f4d87e6 commit 4d960a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/reference/ilm/ilm-index-lifecycle.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
[[ilm-phase-actions]]
=== Phase actions

{ilm-init} supports the following actions in each phase.
{ilm-init} supports the following actions in each phase. {ilm-init} executes the
actions in the order listed.

* Hot
- <<ilm-set-priority,Set Priority>>
Expand All @@ -89,6 +90,7 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
- <<ilm-readonly,Read-Only>>
- <<ilm-shrink,Shrink>>
- <<ilm-forcemerge,Force Merge>>
- <<ilm-searchable-snapshot, Searchable Snapshot>>
* Warm
- <<ilm-set-priority,Set Priority>>
- <<ilm-unfollow,Unfollow>>
Expand All @@ -100,10 +102,11 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
* Cold
- <<ilm-set-priority,Set Priority>>
- <<ilm-unfollow,Unfollow>>
- <<ilm-readonly,Read-Only>>
- <<ilm-searchable-snapshot, Searchable Snapshot>>
- <<ilm-allocate,Allocate>>
- <<ilm-migrate,Migrate>>
- <<ilm-freeze,Freeze>>
- <<ilm-searchable-snapshot, Searchable Snapshot>>
* Frozen
- <<ilm-searchable-snapshot, Searchable Snapshot>>
* Delete
Expand Down

0 comments on commit 4d960a0

Please sign in to comment.