Skip to content

Commit 4d960a0

Browse files
jrodewigstefnestor
andauthored
[DOCS] Fix ILM action order (#74021) (#74027)
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]>
1 parent f4d87e6 commit 4d960a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference/ilm/ilm-index-lifecycle.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
8080
[[ilm-phase-actions]]
8181
=== Phase actions
8282

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

8586
* Hot
8687
- <<ilm-set-priority,Set Priority>>
@@ -89,6 +90,7 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
8990
- <<ilm-readonly,Read-Only>>
9091
- <<ilm-shrink,Shrink>>
9192
- <<ilm-forcemerge,Force Merge>>
93+
- <<ilm-searchable-snapshot, Searchable Snapshot>>
9294
* Warm
9395
- <<ilm-set-priority,Set Priority>>
9496
- <<ilm-unfollow,Unfollow>>
@@ -100,10 +102,11 @@ the rollover criteria, it could be 20 minutes before the rollover is complete.
100102
* Cold
101103
- <<ilm-set-priority,Set Priority>>
102104
- <<ilm-unfollow,Unfollow>>
105+
- <<ilm-readonly,Read-Only>>
106+
- <<ilm-searchable-snapshot, Searchable Snapshot>>
103107
- <<ilm-allocate,Allocate>>
104108
- <<ilm-migrate,Migrate>>
105109
- <<ilm-freeze,Freeze>>
106-
- <<ilm-searchable-snapshot, Searchable Snapshot>>
107110
* Frozen
108111
- <<ilm-searchable-snapshot, Searchable Snapshot>>
109112
* Delete

0 commit comments

Comments
 (0)