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
The **Advanced** tab shows the lower-level details of your stream. While streams attempt to make things as easy as possible, streams does not support every change yet. For these, you can manually interact with the index or component templates, or modify any of the other ingest pipelines that are being used.
7
+
The **Advanced** tab shows the lower-level details of your stream. While Streams attempt to make things as easy as possible, it doesn't support every change yet. For these, you can manually interact with the index or component templates, or modify any of the other ingest pipelines that are being used.
Copy file name to clipboardExpand all lines: solutions/observability/logs/streams/management/extract.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ These failures may be something you should address, but in some cases they also
102
102
103
103
### Mapping Conflicts
104
104
105
-
As part of processing, streams also checks for mapping conflicts by simulating the change end to end. If a mapping conflict is detected, streams marks the processor as failed and displays a failure message:
105
+
As part of processing, Streams also checks for mapping conflicts by simulating the change end to end. If a mapping conflict is detected, Streams marks the processor as failed and displays a failure message:
106
106
107
107

108
108
@@ -114,35 +114,35 @@ Once saved, the processor also gives you a quick look at how successful the proc
114
114
115
115
## Advanced: How and where do these changes get applied to the underlying datastream? [streams-applied-changes]
116
116
117
-
When you save processors, streams modifies the "best matching" ingest pipeline for the data stream. In short, streams either chooses the best matching pipeline ending in `@custom` that is already part of your data stream, or it adds one for you.
117
+
When you save processors, Streams modifies the "best matching" ingest pipeline for the data stream. In short, Streams either chooses the best matching pipeline ending in `@custom` that is already part of your data stream, or it adds one for you.
118
118
119
119
Streams identifies the appropriate @custom pipeline (for example, `logs-myintegration@custom` or `logs@custom`).
120
120
It checks the default_pipeline that is set on the datastream.
121
121
122
122
You can view the default pipeline at **Management** → **Advanced** under **Ingest pipeline**.
123
123
In this default pipeline, we locate the last processor that calls a pipeline ending in `@custom`. For integrations, this would result in a pipeline name like `logs-myintegration@custom`. Without an integration, the only `@custom` pipeline available may be `logs@custom`.
124
124
125
-
- If no default pipeline is detected, streams adds a default pipeline to the data stream by updating the index templates.
126
-
- If a default pipeline is detected, but it does not contain a custom pipeline, streams adds the pipeline processor directly to the pipeline.
125
+
- If no default pipeline is detected, Streams adds a default pipeline to the data stream by updating the index templates.
126
+
- If a default pipeline is detected, but it does not contain a custom pipeline, Streams adds the pipeline processor directly to the pipeline.
127
127
128
-
Streams then adds a pipeline processor to the end of that `@custom` pipeline. This processor definition directs matching documents to a dedicated pipeline managed by streams called `<data_stream_name>@stream.processing`:
128
+
Streams then adds a pipeline processor to the end of that `@custom` pipeline. This processor definition directs matching documents to a dedicated pipeline managed by Streams called `<data_stream_name>@stream.processing`:
129
129
130
130
// Example processor added to the relevant @custom pipeline
"description": "Call the stream's managed pipeline - do not change this manually but instead use the streams UI or API"
136
+
"description": "Call the stream's managed pipeline - do not change this manually but instead use the Streams UI or API"
137
137
}
138
138
}
139
139
140
140
Streams then creates and manages the `<data_stream_name>@stream.processing` pipeline, placing the processors you configured in the UI (Grok, Set, etc.) inside it.
141
141
142
142
### User interaction with pipelines
143
143
144
-
Do not manually modify the `<data_stream_name>@stream.processing` pipeline created by streams.
145
-
You can still add your own processors manually to the `@custom` pipeline if needed. Adding processors before the pipeline processor streams created may cause unexpected behavior.
144
+
Do not manually modify the `<data_stream_name>@stream.processing` pipeline created by Streams.
145
+
You can still add your own processors manually to the `@custom` pipeline if needed. Adding processors before the pipeline processor Streams created may cause unexpected behavior.
Copy file name to clipboardExpand all lines: solutions/observability/logs/streams/management/retention.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ applies_to:
5
5
6
6
# Manage data retention [streams-data-retention]
7
7
8
-
Use the **Data retention** page under the **Management** tab to set how long your stream retains data and to get insight into your streams data ingestion and storage size.
8
+
Use the **Data retention** page under the **Management** tab to determine how long your stream retains data and to get insight into your stream's data ingestion and storage size.
Copy file name to clipboardExpand all lines: solutions/observability/logs/streams/streams.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ Streams requires the following Elastic Cloud Serverless roles:
21
21
22
22
% - TODO
23
23
24
-
## Access streams
25
-
To access streams:
24
+
## Access Streams
25
+
To access Streams:
26
26
27
27
- From the navigation menu, select **Streams**.
28
28
29
29
- From discover, expand a document's details flyout.
30
-
Select the **Stream** link or action associated with the document's data stream to open the streams interface, filtered to show only the selected stream.
30
+
Select the **Stream** link or action associated with the document's data stream to open the Streams interface, filtered to show only the selected stream.
0 commit comments