Skip to content

Commit 6ca0f1d

Browse files
committed
Apply SEO and LLM recommendations to lifecycle docs
1 parent 16f96bc commit 6ca0f1d

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

manage-data/lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ products:
88
- id: elasticsearch
99
---
1010

11-
# Tutorial: Create a data stream with a lifecycle [tutorial-manage-new-data-stream]
11+
# Creating a data stream with a lifecycle [tutorial-manage-new-data-stream]
1212

13-
To create a data stream with a built-in lifecycle, follow these steps:
13+
Follow these steps to create an {{es}} data stream with a configured lifecycle. Learn how to set the retention period for your data and to retrieve the lifecycle configuration details.
1414

1515
1. [Create an index template](#create-index-template-with-lifecycle)
1616
2. [Create a data stream](#create-data-stream-with-lifecycle)

manage-data/lifecycle/data-stream/tutorial-data-stream-retention.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ products:
88
- id: elasticsearch
99
---
1010

11-
# Tutorial: Configure data stream retention [tutorial-manage-data-stream-retention]
11+
# Setting retention for {{es}} data streams [tutorial-manage-data-stream-retention]
1212

13-
This tutorial demonstrates lifecycle retention, showing how to define, configure, and apply it. Keep in mind that the following options apply only to data streams that are managed by the data stream lifecycle.
13+
This tutorial shows how to configure retention settings for data streams in {{es}}, helping you to control storage costs and compliance. Learn to adjust lifecycle policies so old data is deleted or moved automatically.
14+
15+
The following options apply only to data streams managed by data stream lifecycle.
1416

1517
1. [What is data stream retention?](#what-is-retention)
1618
2. [How to configure retention?](#retention-configuration)

manage-data/lifecycle/data-stream/tutorial-migrate-ilm-managed-data-stream-to-data-stream-lifecycle.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ products:
88
- id: elasticsearch
99
---
1010

11-
# Tutorial: Migrate ILM managed data stream to data stream lifecycle [tutorial-migrate-data-stream-from-ilm-to-dsl]
11+
# Migrating {{ilm-init}}-managed data streams to data stream lifecycle [tutorial-migrate-data-stream-from-ilm-to-dsl]
1212

13-
In this tutorial we’ll look at migrating an existing data stream from [Index Lifecycle Management ({{ilm-init}})](../index-lifecycle-management.md) to [data stream lifecycle](../data-stream.md). The existing {{ilm-init}} managed backing indices will continue to be managed by {{ilm-init}} until they age out and get deleted by {{ilm-init}}; however, the new backing indices will be managed by data stream lifecycle. This way, a data stream is gradually migrated away from being managed by {{ilm-init}} to being managed by data stream lifecycle. As we’ll see, {{ilm-init}} and data stream lifecycle can co-manage a data stream; however, an index can only be managed by one system at a time.
13+
This tutorial describes how to migrate a data stream from [Index Lifecycle Management ({{ilm-init}})](../index-lifecycle-management.md) to the newer [data stream lifecycle](../data-stream.md). It explains migration steps, compatibility considerations, and validation best practices.
1414

15+
The existing {{ilm-init}} managed backing indices will continue to be managed by {{ilm-init}} until they age out and get deleted by {{ilm-init}}; however, the new backing indices will be managed by data stream lifecycle. This way, a data stream is gradually migrated away from being managed by {{ilm-init}} to being managed by data stream lifecycle. As we’ll see, {{ilm-init}} and data stream lifecycle can co-manage a data stream; however, an index can only be managed by one system at a time.
1516

1617
:::{admonition} Configure data retention policies for Streams
1718
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}

manage-data/lifecycle/data-stream/tutorial-update-existing-data-stream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ products:
88
- id: elasticsearch
99
---
1010

11-
# Tutorial: Update the lifecycle of a data stream [tutorial-manage-existing-data-stream]
11+
# Update the lifecycle of a data stream [tutorial-manage-existing-data-stream]
1212

13-
Follow these steps to configure or remove data stream lifecycle settings for an existing, individual data stream:
13+
Follow these steps to configure or remove data stream lifecycle settings for an existing, individual data stream.
1414

1515
- [Set a data stream’s lifecycle](#set-lifecycle)
1616
- [Remove the lifecycle for a data stream](#delete-lifecycle)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ products:
66
- id: elasticsearch
77
---
88

9-
# Manage the lifecycle policy for integrations data [ilm-manage-lifecycle-policy-integrations-data]
9+
# Managing lifecycle polices for integrations data [ilm-manage-lifecycle-policy-integrations-data]
10+
11+
Learn to apply and manage lifecycle policies for integrations data stored in Elasticsearch. This documentation covers default policies for Elastic integrations, how to override them, and how to align retention rules with your requirements.
1012

1113
An Elastic integration is a pre-packaged collection of assets that provides an effective, simplified way to monitor a product, system, or service, with minimal required setup. Most integrations rely on {{agent}} as an ingest mechanism, and the policies used to govern installed integrations are managed in {{fleet}}.
1214

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ products:
1313
- id: cloud-hosted
1414
---
1515

16-
# Migrate to {{ilm-init}} on {{ech}} or {{ece}} deployments
16+
# Migrate to {{ilm}} ({{ilm-init}}) on {{ech}} or {{ece}} deployments
17+
18+
is migrated by
1719

1820
::::{important}
1921
Index curation is deprecated. Any deployments using index curation are prompted to migrate to ILM.

0 commit comments

Comments
 (0)