From f4f207960f2a6ada0ad34cfd3147ebc3981665fa Mon Sep 17 00:00:00 2001 From: kosabogi Date: Wed, 24 Sep 2025 10:34:44 +0200 Subject: [PATCH 1/2] Fixes link on the 'Configure a lifecycle policy' page --- .../index-lifecycle-management/configure-lifecycle-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md b/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md index 3921e36994..e9d445768b 100644 --- a/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md +++ b/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md @@ -150,7 +150,7 @@ To add an index template to a cluster and apply the lifecycle policy to indices 1. On the **Component templates** page, use the search and filter tools to select any [component templates](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-component-template) to include in the index template. The index template will inherit the settings, mappings, and aliases defined in the component templates and apply them to indices when they're created. 1. On the **Index settings** page: - 1. Configure ILM by specifying the [ILM settings](https://www.elastic.co/docs/api/doc/elasticsearch/configuration-reference/index-lifecycle-management-settings#_index_level_settings_2) to apply to the indices: + 1. Configure ILM by specifying the [ILM settings](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/index-lifecycle-management-settings) to apply to the indices: * `index.lifecycle.name` - The lifecycle policy to manage the created indices. * `index.lifecycle.rollover_alias` - The index [alias](/manage-data/data-store/aliases.md) used for querying and managing the set of indices associated with a lifecycle policy that contains a rollover action. From 4086410ac928e606669fca192847e392fea430d5 Mon Sep 17 00:00:00 2001 From: kosabogi Date: Wed, 24 Sep 2025 11:14:31 +0200 Subject: [PATCH 2/2] Fixes link --- .../index-lifecycle-management/configure-lifecycle-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md b/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md index e9d445768b..01efa4f5a3 100644 --- a/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md +++ b/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md @@ -150,7 +150,7 @@ To add an index template to a cluster and apply the lifecycle policy to indices 1. On the **Component templates** page, use the search and filter tools to select any [component templates](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-component-template) to include in the index template. The index template will inherit the settings, mappings, and aliases defined in the component templates and apply them to indices when they're created. 1. On the **Index settings** page: - 1. Configure ILM by specifying the [ILM settings](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/index-lifecycle-management-settings) to apply to the indices: + 1. Configure ILM by specifying the [ILM settings](elasticsearch://reference/elasticsearch/configuration-reference/index-lifecycle-management-settings.md) to apply to the indices: * `index.lifecycle.name` - The lifecycle policy to manage the created indices. * `index.lifecycle.rollover_alias` - The index [alias](/manage-data/data-store/aliases.md) used for querying and managing the set of indices associated with a lifecycle policy that contains a rollover action.