Skip to content

Commit 5f385b0

Browse files
committed
update processing docs
1 parent 4c07374 commit 5f385b0

File tree

1 file changed

+5
-1
lines changed
  • solutions/observability/streams/management

1 file changed

+5
-1
lines changed

solutions/observability/streams/management/extract.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Extracting meaningful fields from your log messages lets you filter and analyze
99

1010
From the **Processing** tab, you can add the [processors](#streams-extract-processors) you need to extract these structured fields. The UI then simulates your changes and provides an immediate [preview](#streams-preview-changes) that's tested end-to-end.
1111

12-
The UI also shows when you have indexing problems, such as [mapping conflicts](#streams-processing-mapping-conflicts), so you can address them before applying changes.
12+
Streams also shows when you have indexing problems, such as [mapping conflicts](#streams-processing-mapping-conflicts), so you can address them before applying changes.
1313

1414
After creating your processor, all future ingested data will be parsed into structured fields accordingly.
1515

@@ -135,6 +135,8 @@ Once saved, the processor provides a quick look at the processor's success rate
135135

136136
## Advanced: How and where do these changes get applied to the underlying data stream? [streams-applied-changes]
137137

138+
% make sure this is all still accurate.
139+
138140
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.
139141

140142
Streams identifies the appropriate @custom pipeline (for example, `logs-myintegration@custom` or `logs@custom`).
@@ -169,6 +171,8 @@ You can still add your own processors manually to the `@custom` pipeline if need
169171

170172
## Known limitations [streams-known-limitations]
171173

174+
% update these limitations/verify limitations
175+
172176
- Streams does not support all processors. We are working on adding more processors in the future.
173177
- Streams does not support all processor options. We are working on adding more options in the future.
174178
- The data preview simulation may not accurately reflect the changes to the existing data when editing existing processors or re-ordering them.

0 commit comments

Comments
 (0)