You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manage-data/data-store/data-streams/manage-data-stream.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,24 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
21
21
22
22
* 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.
23
23
* 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.
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`
0 commit comments