Skip to content

Commit 523761a

Browse files
Add JSON example to extract.md
1 parent da0d5db commit 523761a

File tree

1 file changed

+2
-0
lines changed
  • solutions/observability/logs/streams/management

1 file changed

+2
-0
lines changed

solutions/observability/logs/streams/management/extract.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ In this default pipeline, we locate the last processor that calls a pipeline end
127127

128128
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`:
129129

130+
```json
130131
// Example processor added to the relevant @custom pipeline
131132
{
132133
"pipeline": {
@@ -136,6 +137,7 @@ Streams then adds a pipeline processor to the end of that `@custom` pipeline. Th
136137
"description": "Call the stream's managed pipeline - do not change this manually but instead use the Streams UI or API"
137138
}
138139
}
140+
```
139141

140142
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.
141143

0 commit comments

Comments
 (0)