diff --git a/docs/reference/ilm/error-handling.asciidoc b/docs/reference/ilm/error-handling.asciidoc index 9b9ccdfc7dff7..da76e475c9d14 100644 --- a/docs/reference/ilm/error-handling.asciidoc +++ b/docs/reference/ilm/error-handling.asciidoc @@ -149,6 +149,20 @@ POST /my-index-000001/_ilm/retry {ilm-init} subsequently attempts to re-run the step that failed. You can use the <> to monitor the progress. + +[discrete] +=== Common {ilm-init} setting issues + +[discrete] +==== How `min_age` is calculated + +When setting up an <> or <>, be aware that`min_age` can be relative to either the rollover time or the index creation time. + +If you use <>, `min_age` is calculated relative to the time the index was rolled over. This is because the <> generates a new index. The `creation_date` of the new index (retrievable via <>) is used in the calculation. If you do not use rollover in the {ilm-init} policy, `min_age` is calculated relative to the `creation_date` of the original index. + +You can override how `min_age` is calculated using the `index.lifecycle.origination_date` and `index.lifecycle.parse_origination_date` <>. + + [discrete] === Common {ilm-init} errors