Skip to content

Commit ea250ec

Browse files
authored
fix screenshot formatting
1 parent 7734b1d commit ea250ec

File tree

1 file changed

+16
-6
lines changed
  • solutions/observability/streams/management

1 file changed

+16
-6
lines changed

solutions/observability/streams/management/extract.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,30 +111,40 @@ Documents can fail processing for various reasons. Streams helps you identify an
111111

112112
In the following screenshot, the **Failed** percentage indicates that some messages didn't match the provided grok pattern:
113113

114-
![Screenshot showing some failed documents](<../../../images/logs-streams-parsed.png>)
114+
:::{image} ../../../images/logs-streams-parsed.png
115+
:screenshot:
116+
:::
115117

116118
You can filter your documents by selecting **Parsed** or **Failed** on the **Data preview** tab.
117119
Selecting **Failed** shows the documents that weren't parsed correctly:
118120

119-
![Screenshot showing the documents UI with Failed selected](<../../../images/logs-streams-failures.png>)
121+
:::{image} ../../../images/logs-streams-failures.png
122+
:screenshot:
123+
:::
120124

121125
Failures are displayed at the bottom of the process editor. Some failures may require fixes, while others simply serve as a warning:
122126

123-
![Screenshot showing failure notifications](<../../../images/logs-streams-processor-failures.png>)
127+
:::{image} ../../../images/logs-streams-processor-failures.png
128+
:screenshot:
129+
:::
124130

125131
### Mapping conflicts [streams-processing-mapping-conflicts]
126132

127133
As part of processing, Streams simulates your changes end to end to check for mapping conflicts. If it detects a conflict, Streams marks the processor as failed and displays a message like the following:
128134

129-
![Screenshot showing mapping conflict notifications](<../../../images/logs-streams-mapping-conflicts.png>)
135+
:::{image} ../../../images/logs-streams-mapping-conflicts.png
136+
:screenshot:
137+
:::
130138

131139
Use the information in the failure message to find and troubleshoot the mapping issues.
132140

133141
## Processor statistics and detected fields [streams-stats-and-detected-fields]
134142

135143
Once saved, the processor displays its success rate and the fields it added.
136144

137-
![Screenshot showing field stats](<../../../images/logs-streams-field-stats.png>)
145+
:::{image} ../../../images/logs-streams-field-stats.png
146+
:screenshot:
147+
:::
138148

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

@@ -174,4 +184,4 @@ You can still add your own processors manually to the `@custom` pipeline if need
174184
## Known limitations [streams-known-limitations]
175185

176186
- Streams does not support all processors. More processors will be added in future versions.
177-
- The data preview simulation may not accurately reflect the changes to the existing data when editing existing processors or re-ordering them. Streams will allow proper simulations using original documents in a future version.
187+
- The data preview simulation may not accurately reflect the changes to the existing data when editing existing processors or re-ordering them. Streams will allow proper simulations using original documents in a future version.

0 commit comments

Comments
 (0)