diff --git a/docs/reference/ilm/ilm-index-lifecycle.asciidoc b/docs/reference/ilm/ilm-index-lifecycle.asciidoc index 80b5c65504214..6e8b081a80552 100644 --- a/docs/reference/ilm/ilm-index-lifecycle.asciidoc +++ b/docs/reference/ilm/ilm-index-lifecycle.asciidoc @@ -33,8 +33,8 @@ update. [[ilm-phase-transitions]] === Phase transitions -{ilm-init} moves indices through the lifecycle according to their age. -To control the timing of these transitions, you set a _minimum age_ for each phase. For an index to +{ilm-init} moves indices through the lifecycle according to their `age` (time since rollover, falling back to index creation if it has not yet rolled over). +To control the timing of these transitions, you set a _minimum age_ `min_age` for each phase. For an index to move to the next phase, all actions in the current phase must be complete and the index must be older than the minimum age of the next phase. Configured minimum ages must increase between subsequent phases, for example, a "warm" phase with a minimum age of 10 days can only be followed by