Skip to content

Commit 4f0e90b

Browse files
committed
Fix list of topics on ILM main page; fix note about custom ILM
1 parent b9f9662 commit 4f0e90b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ For example, if you are indexing metrics data from a fleet of ATMs into Elastics
6666
You can create and manage index lifecycle policies through [{{kib}} Management](/manage-data/lifecycle/index-lifecycle-management/index-management-in-kibana.md) or the [{{ilm-init}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/v8/group/endpoint-ilm). For more details on creating and managing index lifecycle policies refer to:
6767

6868
* [Configure a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md)
69-
* [Update a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/policy-updates.md)
69+
* [View the lifecycle status of an index](/manage-data/lifecycle/index-lifecycle-management/policy-view-status.md)
70+
* [Update or switch a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/policy-updates.md)
7071
* [Start and stop index lifecycle management](/manage-data/lifecycle/index-lifecycle-management/start-stop-index-lifecycle-management.md)
7172
* [Restore a managed data stream or index](/manage-data/lifecycle/index-lifecycle-management/restore-managed-data-stream-index.md)
7273
* [Customize built-in policies](/manage-data/lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md)
7374

74-
Default {{ilm}} policies are created automatically when you use {{agent}}, {{beats}}, or the {{ls}} {{es}} output plugin to send data to the {{stack}}.
75+
Default {{ilm}} policies are created automatically when you install an [Elastic Integration](integration-docs://reference/index.md), or when you use {{agent}}, {{beats}}, or the {{ls}} {{es}} output plugin to send data to the {{stack}}.
7576

7677
![index lifecycle policies](/manage-data/images/elasticsearch-reference-index-lifecycle-policies.png)
7778

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
navigation_title: Apply a policy to an index
2+
navigation_title: Manually apply a policy to an index
33
applies_to:
44
stack: ga
55
products:
66
- id: elasticsearch
77
---
88

9-
# Apply a lifecycle policy to an index [apply-policy-manually]
9+
# Manually apply a lifecycle policy to an index [apply-policy-manually]
1010

1111
When you create new {{es}} index you can use an index template to apply the lifecycle policy by which the index will be managed. This process is described in [Configure a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md).
1212

manage-data/lifecycle/index-lifecycle-management/policy-view-status.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ For any existing managed index in your cluster, you can access the ILM policy ap
2727
![Index lifecycle status page](/manage-data/images/elasticsearch-reference-ilm-status.png "")
2828

2929
:::{tip}
30-
{{es}} comes with many built-in ILM policies. For standard Observability or Security use cases, you will have two {{ilm-init}} policies configured automatically: `logs@lifecycle` for logs and `metrics@lifecycle` for metrics. To learn about how you can set up a custom lifecycle for your data that's configured to use these polices, see [Tutorial: Customize built-in policies](/manage-data/lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md).
30+
{{es}} comes with many built-in ILM policies. For standard Observability or Security use cases, you will have two {{ilm-init}} policies configured automatically: `logs@lifecycle` for logs and `metrics@lifecycle` for metrics.
31+
32+
To learn how to create a specialized ILM policy for any data stream, such as those created when you install an Elastic Integration, refer to our tutorial [Customize built-in policies](/manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md).
3133
:::
3234

3335
**To view the current lifecycle status for a datastream:**

0 commit comments

Comments
 (0)