Skip to content

Commit a873b9f

Browse files
add another error
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 33e656d commit a873b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/processors/conditional-processing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Conditional processing lets you selectively apply [processors](README.md) to logs based on the value of fields within those logs. This feature lets you create processing pipelines that only process records that meet certain criteria, and ignore the rest.
44

5-
Conditional processing is available in Fluentbit version 4.0 and greater.
5+
Conditional processing is available in fluent-bit version 4.0 and greater.
66

77
## Configuration
88

@@ -94,6 +94,7 @@ The `conditions.rules.op` parameter has the following possible values:
9494
- `regex`: matches a regular expression
9595
- `not_regex`: does not match a regular expression
9696
- `in`: is included in the specified array
97+
9798
- `not_in`: is not included in the specified array
9899

99100
## Examples

0 commit comments

Comments
 (0)