Skip to content

Commit 25e6278

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

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
@@ -113,9 +113,9 @@ pipeline:
113113
value: "POST"
114114
```
115115
116-
### Multiple conditions with AND
116+
### Multiple conditions with `and`
117117

118-
Apply a processor only when both conditions are met:
118+
This example applies a condition that only processes logs when all of the specified rules are met:
119119

120120
```yaml
121121
pipeline:

0 commit comments

Comments
 (0)