Skip to content

Commit 2996bbb

Browse files
committed
Changed section to admonition
1 parent 8836b54 commit 2996bbb

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ You can submit indexing and search requests directly to a data stream. The strea
1919

2020
You can also use a [data stream lifecycle](../lifecycle/data-stream.md) to automate lifecycle management according to your retention requirements.
2121

22-
## Streams
23-
```{applies_to}
24-
serverless: ga
25-
stack: preview 9.1, ga 9.2
26-
```
22+
:::{admonition} Streams
23+
:applies_to: stack: ga 9.2
2724

2825
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.
2926

@@ -32,9 +29,10 @@ You can use Streams to perform the following data management tasks:
3229
* managing and updating field mappings
3330
* configuring data retention policies
3431
* identifying failed and degraded documents
35-
* manually adjusting underlying {{es}} components of your streams
32+
* manually adjusting index configuration settings
3633

3734
For more information, refer to [Streams](/solutions/observability/streams/streams.md).
35+
:::
3836

3937
## Should you use a data stream? [should-you-use-a-data-stream]
4038

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
156156
* To modify the data retention value, select a data stream, open the **Manage** menu, and click **Edit data retention**. On {{stack}}, this action is only available if your data stream is not managed by an ILM policy.
157157
* To view more information about a data stream including it's lifecycle settings, click the stream's name.
158158

159+
:::{admonition} Streams
160+
:applies_to: stack: ga 9.2
161+
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).
165+
:::
166+
159167
### Manage index templates [index-management-manage-index-templates]
160168

161169
An index template is a type of [template](/manage-data/data-store/templates.md) that tells {{es}} how to configure an index when it is created.

0 commit comments

Comments
 (0)