Skip to content

Commit f2d0f94

Browse files
committed
Adding mentions of streams in the failure store for data stream doc
1 parent 62ed5a6 commit f2d0f94

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Starting with {{stack}} version 9.2, **Streams** provides a centralized interfac
2727
You can use Streams to perform the following data management tasks:
2828
* defining parsing and field extraction logic to structure incoming data {applies_to}`"stack": "ga 9.2, preview 9.1"`
2929
* configuring data retention policies {applies_to}`"stack": "ga 9.2, preview 9.1"`
30-
* manually adjusting index configuration settings {applies_to}`"stack": "ga 9.2, preview 9.1"`
30+
* manually adjusting index settings {applies_to}`"stack": "ga 9.2, preview 9.1"`
3131
* managing and updating field mappings {applies_to}`stack: ga 9.2`
3232
* identifying failed and degraded documents {applies_to}`stack: ga 9.2`
3333

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ PUT _data_stream/my-datastream-existing/_options
8888

8989
1. Redirecting failed documents into the failure store will now be disabled.
9090

91+
:::{tip}
92+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
93+
94+
You can also enable the data stream failure store in {{kib}}. Locate the data stream on the **Streams** page, where a stream directly corresponds to a data stream. Select a stream to view its details and go to the **Retention** tab where you can find the **Enable failure store** button.
95+
:::
96+
9197
### Enable failure store via cluster setting [set-up-failure-store-cluster-setting]
9298

9399
If you have a large number of existing data streams you may want to enable their failure stores in one place. Instead of updating each of their options individually, set `data_streams.failure_store.enabled` to a list of index patterns in the [cluster settings](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). Any data streams that match one of these patterns will operate with their failure store enabled.

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ To add a mapping for a new field to a data stream, following these steps:
9191
```
9292

9393

94+
:::{tip}
95+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
96+
97+
You can also add a new field mapping to a data stream in {{kib}}. Locate the data stream on the **Streams** page, where a stream directly corresponds to a data stream. Select a stream to view its details and go to the **Schema** tab where you can find the **+ Add field** button.
98+
:::
9499

95100
### Change an existing field mapping in a data stream [change-existing-field-mapping-in-a-data-stream]
96101

@@ -168,6 +173,12 @@ The documentation for each [mapping parameter](elasticsearch://reference/elastic
168173
```
169174

170175

176+
:::{tip}
177+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
178+
179+
You can also update a field's mapping in a data stream in {{kib}}. Locate the data stream on the **Streams** page, where a stream directly corresponds to a data stream. Select a stream to view its details and go to the **Schema** tab. Next, find the field for which you want to update the mapping and select the required field action. For more information, refer to [ADD LINK to /solutions/observability/streams/management/schema.md when it's merged].
180+
:::
181+
171182
Except for supported mapping parameters, we don’t recommend you change the mapping or field data type of existing fields, even in a data stream’s matching index template or its backing indices. Changing the mapping of an existing field could invalidate any data that’s already indexed.
172183

173184
If you need to change the mapping of an existing field, create a new data stream and reindex your data into it. See [Use reindex to change mappings or settings](../data-streams/modify-data-stream.md#data-streams-use-reindex-to-change-mappings-settings).

0 commit comments

Comments
 (0)