Skip to content

Commit 457c824

Browse files
authored
[DOCS] Document static ILM settings (#61745) (#61750)
1 parent 793926c commit 457c824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/settings/ilm-settings.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ These are the settings available for configuring <<index-lifecycle-management, {
1111
==== Cluster level settings
1212

1313
`xpack.ilm.enabled`::
14-
(boolean)
14+
(<<static-cluster-setting,Static>>, boolean)
1515
deprecated:[7.8.0,Basic License features are always enabled] +
1616
This deprecated setting has no effect and will be removed in Elasticsearch 8.0.
1717

1818
`indices.lifecycle.history_index_enabled`::
19-
(boolean)
19+
(<<static-cluster-setting,Static>>, boolean)
2020
Whether ILM's history index is enabled. If enabled, ILM will record the
2121
history of actions taken as part of ILM policies to the `ilm-history-*`
2222
indices. Defaults to `true`.
2323

2424
`indices.lifecycle.poll_interval`::
25-
(<<cluster-update-settings,Dynamic>>, <<time-units, time unit value>>)
25+
(<<dynamic-cluster-setting,Dynamic>>, <<time-units, time unit value>>)
2626
How often {ilm} checks for indices that meet policy criteria. Defaults to `10m`.
2727

2828
==== Index level settings

0 commit comments

Comments
 (0)