From 4d960a0733be83dd2543ca018aa4ddc42e956800 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:41:11 -0400 Subject: [PATCH] [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 <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Stef Nestor --- docs/reference/ilm/ilm-index-lifecycle.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/ilm/ilm-index-lifecycle.asciidoc b/docs/reference/ilm/ilm-index-lifecycle.asciidoc index 3c27959f0adfb..a6f5fd755bf54 100644 --- a/docs/reference/ilm/ilm-index-lifecycle.asciidoc +++ b/docs/reference/ilm/ilm-index-lifecycle.asciidoc @@ -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 - <> @@ -89,6 +90,7 @@ the rollover criteria, it could be 20 minutes before the rollover is complete. - <> - <> - <> + - <> * Warm - <> - <> @@ -100,10 +102,11 @@ the rollover criteria, it could be 20 minutes before the rollover is complete. * Cold - <> - <> + - <> + - <> - <> - <> - <> - - <> * Frozen - <> * Delete