Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manage-data/data-store/data-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can also use a [data stream lifecycle](../lifecycle/data-stream.md) to autom

Starting with {{stack}} version 9.2, the [**Streams**](/solutions/observability/streams/streams.md) page provides a centralized interface for managing your data in {{kib}}. It consolidates common data management tasks and eliminates the need for manual configuration of multiple applications and components. A stream maps directly to an {{es}} data stream, for example `logs-myapp-default`. Any changes that you make on the **Streams** page are automatically propagated to the associated data stream.

For more information, refer to [Manage data streams with Streams](/manage-data/data-store/data-streams/manage-data-stream.md#manage-data-streams-with-streams).
For more information, refer to [Manage data streams on the Streams page](/manage-data/data-store/data-streams/manage-data-stream.md#manage-data-streams-with-streams).

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
* To view information about the stream’s backing indices, click the number in the **Indices** column.
* To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**.

## Manage data streams with Streams [manage-data-streams-with-streams]
## Manage data streams on the Streams page [manage-data-streams-with-streams]
```{applies_to}
serverless: ga
stack: preview 9.1, ga 9.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Follow these steps to configure or remove data stream lifecycle settings for an

- [Set a data stream’s lifecycle](#set-lifecycle)
- [Remove the lifecycle for a data stream](#delete-lifecycle)
- [Manage data retention with Streams](#data-retention-streams)
- [Manage data retention on the Streams page](#data-retention-streams)

Note that these steps are for data stream lifecycle only. For the steps to configure {{ilm}}, refer to the [{{ilm-init}} documentation](/manage-data/lifecycle/index-lifecycle-management.md). For a comparison between the two, refer to [](/manage-data/lifecycle.md).

Expand Down Expand Up @@ -215,7 +215,7 @@ GET .ds-my-data-stream-*/_lifecycle/explain
:::
:::::

## Manage data retention with Streams [data-retention-streams]
## Manage data retention on the Streams page [data-retention-streams]
```{applies_to}
serverless: ga
stack: preview 9.1, ga 9.2
Expand Down