|
@@ -1,8 +1,8 @@
|
|
|
[role="xpack"]
|
|
|
[[index-lifecycle-management]]
|
|
|
-= {ilm-init}: Manage the index lifecycle
|
|
|
+== {ilm-init}: Manage the index lifecycle
|
|
|
|
|
|
-[partintro]
|
|
|
+// [partintro]
|
|
|
--
|
|
|
You can configure {ilm} ({ilm-init}) policies to automatically manage indices
|
|
|
according to your performance, resiliency, and retention requirements.
|
|
@@ -12,9 +12,10 @@ For example, you could use {ilm-init} to:
|
|
|
* Create a new index each day, week, or month and archive previous ones
|
|
|
* Delete stale indices to enforce data retention standards
|
|
|
|
|
|
-You can create and manage index lifecycle policies through {kib} Management or the {ilm-init} APIs.
|
|
|
-When you enable {ilm} for {beats} or the {ls} {es} output plugin,
|
|
|
-default policies are configured automatically.
|
|
|
+You can create and manage index lifecycle policies through {kib} Management
|
|
|
+or the {ilm-init} APIs. Default {ilm} policies are created automatically
|
|
|
+when you use {agent}, {beats}, or the {ls} {es} output plugin to send data
|
|
|
+to the {stack}.
|
|
|
|
|
|
[role="screenshot"]
|
|
|
image:images/ilm/index-lifecycle-policies.png[]
|
|
@@ -23,10 +24,10 @@ image:images/ilm/index-lifecycle-policies.png[]
|
|
|
To automatically back up your indices and manage snapshots, use
|
|
|
<<automate-snapshots-slm,snapshot lifecycle policies>>.
|
|
|
|
|
|
+* <<example-using-index-lifecycle-policy>>
|
|
|
+* <<getting-started-index-lifecycle-management>>
|
|
|
* <<overview-index-lifecycle-management>>
|
|
|
* <<ilm-concepts>>
|
|
|
-* <<getting-started-index-lifecycle-management>>
|
|
|
-* <<example-using-index-lifecycle-policy>>
|
|
|
* <<set-up-lifecycle-policy>>
|
|
|
* <<migrate-index-allocation-filters>>
|
|
|
* <<index-lifecycle-error-handling>>
|
|
@@ -38,13 +39,15 @@ To automatically back up your indices and manage snapshots, use
|
|
|
* <<ilm-actions>>
|
|
|
|
|
|
--
|
|
|
-include::ilm-overview.asciidoc[]
|
|
|
-
|
|
|
-include::ilm-concepts.asciidoc[]
|
|
|
+include::example-index-lifecycle-policy.asciidoc[leveloffset=-1]
|
|
|
|
|
|
include::ilm-tutorial.asciidoc[]
|
|
|
|
|
|
-include::example-index-lifecycle-policy.asciidoc[leveloffset=-1]
|
|
|
+include::../indices/index-mgmt.asciidoc[]
|
|
|
+
|
|
|
+include::ilm-overview.asciidoc[]
|
|
|
+
|
|
|
+include::ilm-concepts.asciidoc[]
|
|
|
|
|
|
include::ilm-actions.asciidoc[]
|
|
|
|