We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ed866 commit 9454c9eCopy full SHA for 9454c9e
docs/reference/settings/ilm-settings.asciidoc
@@ -0,0 +1,15 @@
1
+[role="xpack"]
2
+[[ilm-settings]]
3
+=== {ilm-cap} settings
4
+
5
+These index-level {ilm-init} settings are typically configured through index
6
+templates. For more information, see <<ilm-gs-create-policy>>.
7
8
+`index.lifecycle.name`::
9
+The name of the policy to use to manage the index.
10
11
+`index.lifecycle.rollover_alias`::
12
+The index alias to update when the index rolls over. Required if the specified
13
+policy contains a rollover action. When the index rolls over, the alias is
14
+updated to reflect that the index is no longer the
15
+<<aliases-write-index, write index>>.
0 commit comments