Skip to content

Commit 7a2c96d

Browse files
committed
Add section about managing data retention in Streams
1 parent 6ab5411 commit 7a2c96d

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

manage-data/data-store/data-streams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ You can submit indexing and search requests directly to a data stream. The strea
2020
You can also use a [data stream lifecycle](../lifecycle/data-stream.md) to automate lifecycle management according to your retention requirements.
2121

2222
:::{admonition} Streams
23-
:applies_to: {"stack": "preview 9.1, ga 9.2", "serverless": "ga"}
23+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
2424

25-
Starting with {{stack}} version 9.2, **Streams** 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 directly corresponds to an {{es}} data stream, for example `logs-myapp-default`. Any changes to you make in Streams are automatically propagated to the associated data stream.
25+
Starting with {{stack}} version 9.2, **Streams** 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 directly corresponds to an {{es}} data stream, for example `logs-myapp-default`. Any changes that you make in Streams are automatically propagated to the associated data stream.
2626

2727
You can use Streams to perform the following data management tasks:
2828
* defining parsing and field extraction logic to structure incoming data

manage-data/data-store/index-basics.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,10 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
157157
* To view more information about a data stream including it's lifecycle settings, click the stream's name.
158158

159159
:::{admonition} Streams
160-
:applies_to: {"stack": "preview 9.1, ga 9.2", "serverless": "ga"}
160+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
161161

162-
Starting with {{stack}} version 9.2, **Streams** provides a centralized interface for common data management tasks in {{kib}}, including tasks such as modifying data retention values.
163-
164-
A stream directly corresponds to an {{es}} data stream, for example `logs-myapp-default`. Any changes to you make in Streams are automatically propagated to the associated data stream. For more information, refer to [Streams](/solutions/observability/streams/streams.md).
162+
Starting with {{stack}} version 9.2, **Streams** provides a centralized interface for common data management tasks in {{kib}}, including tasks such as [modifying data retention](/manage-data/lifecycle/data-stream/tutorial-update-existing-data-stream.md#data-retention-streams) values.
163+
For more information, refer to [Streams](/solutions/observability/streams/streams.md).
165164
:::
166165

167166
### Manage index templates [index-management-manage-index-templates]

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,19 @@ GET .ds-my-data-stream-*/_lifecycle/explain
209209
3. The name of another backing index.
210210
4. Indication that the index is not managed by the data stream lifecycle.
211211
:::
212-
:::::
212+
:::::
213+
214+
## Manage data retention in Streams [data-retention-streams]
215+
```{applies_to}
216+
serverless: ga
217+
stack: preview 9.1, ga 9.2
218+
```
219+
220+
Starting with {{stack}} version 9.2, **Streams** provides a centralized interface for common data management tasks in {{kib}}.
221+
222+
1. Go to the **Streams** page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
223+
1. A stream directly corresponds to an {{es}} data stream. Select a stream to view its details.
224+
1. Go to the **Retention** tab to set how long your stream retains data and to get insight into your stream's data ingestion and storage size.
225+
1. Select **Edit data retention** and choose to retain your data indefinitely, for a custom period, or by following an existing ILM policy.
226+
227+
Any changes you make in Streams are automatically propagated to the associated data stream.

0 commit comments

Comments
 (0)