Skip to content

Commit b5d19a1

Browse files
Update pipeline/processors/conditional-processing.md
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Jorge Niedbalski <[email protected]>
1 parent 25e6278 commit b5d19a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/processors/conditional-processing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ pipeline:
140140
value: "\/sensitive-.*"
141141
```
142142

143-
### OR condition example
143+
### Multiple conditions with `or`
144144

145-
Flag records that meet any of multiple criteria:
145+
This example applies a condition that only processes logs when one or more of the specified rules are met:
146146

147147
```yaml
148148
pipeline:

0 commit comments

Comments
 (0)