diff --git a/docs/reference/settings/ilm-settings.asciidoc b/docs/reference/settings/ilm-settings.asciidoc index 7b70963230682..38d93b37fc01e 100644 --- a/docs/reference/settings/ilm-settings.asciidoc +++ b/docs/reference/settings/ilm-settings.asciidoc @@ -11,18 +11,18 @@ These are the settings available for configuring <>, boolean) deprecated:[7.8.0,Basic License features are always enabled] + This deprecated setting has no effect and will be removed in Elasticsearch 8.0. `indices.lifecycle.history_index_enabled`:: -(boolean) +(<>, boolean) Whether ILM's history index is enabled. If enabled, ILM will record the history of actions taken as part of ILM policies to the `ilm-history-*` indices. Defaults to `true`. `indices.lifecycle.poll_interval`:: -(<>, <>) +(<>, <>) How often {ilm} checks for indices that meet policy criteria. Defaults to `10m`. ==== Index level settings