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
This commit is contained in:
Lee Hinman 2019-07-24 11:27:35 -06:00 committed by Lee Hinman
parent 2ac54da60a
commit fde6fcdfac
1 changed files with 6 additions and 6 deletions

View File

@ -90,20 +90,20 @@ policy definition.
* Hot
- <<ilm-set-priority-action,Set Priority>>
- <<ilm-rollover-action,Rollover>>
- <<ilm-unfollow-action,Unfollow>>
- <<ilm-rollover-action,Rollover>>
* Warm
- <<ilm-set-priority-action,Set Priority>>
- <<ilm-allocate-action,Allocate>>
- <<ilm-readonly-action,Read-Only>>
- <<ilm-forcemerge-action,Force Merge>>
- <<ilm-shrink-action,Shrink>>
- <<ilm-unfollow-action,Unfollow>>
- <<ilm-readonly-action,Read-Only>>
- <<ilm-allocate-action,Allocate>>
- <<ilm-shrink-action,Shrink>>
- <<ilm-forcemerge-action,Force Merge>>
* Cold
- <<ilm-set-priority-action,Set Priority>>
- <<ilm-unfollow-action,Unfollow>>
- <<ilm-allocate-action,Allocate>>
- <<ilm-freeze-action,Freeze>>
- <<ilm-unfollow-action,Unfollow>>
* Delete
- <<ilm-delete-action,Delete>>