Skip to content

Commit 44f28f5

Browse files
committed
Adding a section for managing data streams in Streams
1 parent cce95b3 commit 44f28f5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,24 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
2121

2222
* To view more information about a data stream, such as its generation or its current index lifecycle policy, click the stream’s name. From this view, you can navigate to **Discover** to further explore data within the data stream.
2323
* To view information about the stream’s backing indices, click the number in the **Indices** column.
24-
* To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**.
24+
* To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**.
25+
26+
## Manage data streams in Streams
27+
```{applies_to}
28+
serverless: ga
29+
stack: preview 9.1, ga 9.2
30+
```
31+
Starting with {{stack}} version 9.2, [**Streams**](/solutions/observability/streams/streams.md) 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.
32+
33+
:::{image} /manage-data/images/data-stream-management-streams.png
34+
:alt: Streams details
35+
:screenshot:
36+
:::
37+
38+
39+
You can perform the following data management tasks in Streams:
40+
* [define parsing and field extraction logic](ADD LINK to /solutions/observability/streams/management/extract.md) to structure incoming data {applies_to}`"stack": "ga 9.2, preview 9.1"`
41+
* [configure data retention policies](ADD LINK to /solutions/observability/streams/management/retention.md) {applies_to}`"stack": "ga 9.2, preview 9.1"`
42+
* [manually adjust index settings](ADD LINK to/solutions/observability/streams/management/advanced.md) {applies_to}`"stack": "ga 9.2, preview 9.1"`
43+
* [manage and update field mappings](ADD LINK to/solutions/observability/streams/management/schema.md) {applies_to}`stack: ga 9.2`
44+
* [identify failed and degraded documents](ADD LINK to/solutions/observability/streams/management/data-quality.md) {applies_to}`stack: ga 9.2`
169 KB
Loading

0 commit comments

Comments
 (0)