Skip to content

Commit b0a8408

Browse files
authored
Order ILM actions in policy definition documentation (#44773)
We already have a note that the order of actions is up to ILM for each phase, this commit puts the actions in the same order as they will be executed. Resolves #41729
1 parent c36f585 commit b0a8408

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/ilm/policy-definitions.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,20 @@ policy definition.
9090

9191
* Hot
9292
- <<ilm-set-priority-action,Set Priority>>
93-
- <<ilm-rollover-action,Rollover>>
9493
- <<ilm-unfollow-action,Unfollow>>
94+
- <<ilm-rollover-action,Rollover>>
9595
* Warm
9696
- <<ilm-set-priority-action,Set Priority>>
97-
- <<ilm-allocate-action,Allocate>>
97+
- <<ilm-unfollow-action,Unfollow>>
9898
- <<ilm-readonly-action,Read-Only>>
99-
- <<ilm-forcemerge-action,Force Merge>>
99+
- <<ilm-allocate-action,Allocate>>
100100
- <<ilm-shrink-action,Shrink>>
101-
- <<ilm-unfollow-action,Unfollow>>
101+
- <<ilm-forcemerge-action,Force Merge>>
102102
* Cold
103103
- <<ilm-set-priority-action,Set Priority>>
104+
- <<ilm-unfollow-action,Unfollow>>
104105
- <<ilm-allocate-action,Allocate>>
105106
- <<ilm-freeze-action,Freeze>>
106-
- <<ilm-unfollow-action,Unfollow>>
107107
* Delete
108108
- <<ilm-delete-action,Delete>>
109109

0 commit comments

Comments
 (0)