Skip to content

Commit 4653a77

Browse files
committed
fixup
1 parent 4635067 commit 4653a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: Configure a policy
2+
navigation_title: Configure a lifecycle policy
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/set-up-lifecycle-policy.html
55
applies_to:
@@ -20,7 +20,7 @@ This page is specifically about using {{ilm-init}} with indices or data streams.
2020

2121
* For {{ilm-init}} to manage an index or data stream, you need to specify a valid policy in the `index.lifecycle.name` index setting.
2222

23-
* To configure a lifecycle policy for [rolling indices](rollover.md) or data streams, you create the policy and add it to the [index template](../../data-store/templates.md). Data streams are generally recommended in favor of rolling indices due to the lesser amount of manual configuration required. When you use {{ilm-init}} with rolling indices, you need to perform the additional steps of creating an initial managed index (ensuring that it is named appropriately) and assigning an alias to it, as described in [Step 3](#create-initial-index) on this page.
23+
* To configure a lifecycle policy for [rolling indices](rollover.md) or data streams, you create the policy and add it to the [index template](../../data-store/templates.md). Data streams are generally recommended in favor of rolling indices due to the lesser amount of manual configuration required. When you use {{ilm-init}} with rolling indices, you must, additionally, create an initial managed index (ensuring that it is named appropriately) and assign an alias to it. This additional process is described in [Step 3](#create-initial-index) on this page.
2424

2525
* To use a policy to manage a single index, you can specify a lifecycle policy when you create the index, or apply a policy directly to an existing index.
2626

0 commit comments

Comments
 (0)