Skip to content

Commit 6f15c12

Browse files
committed
[DOCS] List indices.lifecycle.poll_interval as cluster-level (#48813)
Lists `indices.lifecycle.poll_interval` with other cluster-level ILM settings. Previously, it was included under index-level settings.
1 parent e2e5b42 commit 6f15c12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/settings/ilm-settings.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ These are the settings available for configuring Index Lifecycle Management
1010
Whether ILM is enabled or disabled, setting this to `false` disables any
1111
ILM REST API endpoints and functionality. Defaults to `true`.
1212

13+
`indices.lifecycle.poll_interval`::
14+
(<<time-units, time units>>) How often {ilm} checks for indices that meet policy
15+
criteria. Defaults to `10m`.
16+
1317
==== Index level settings
1418
These index-level {ilm-init} settings are typically configured through index
1519
templates. For more information, see <<ilm-gs-create-policy>>.
@@ -22,7 +26,3 @@ The index alias to update when the index rolls over. Specify when using a
2226
policy that contains a rollover action. When the index rolls over, the alias is
2327
updated to reflect that the index is no longer the write index. For more
2428
information about rollover, see <<using-policies-rollover>>.
25-
26-
`indices.lifecycle.poll_interval`::
27-
(<<time-units, time units>>) How often {ilm} checks for indices that meet policy
28-
criteria. Defaults to `10m`.

0 commit comments

Comments
 (0)