Skip to content

Commit fbf0a70

Browse files
more
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent a873b9f commit fbf0a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/processors/conditional-processing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can turn a standard processor into a conditional processor by adding a `cond
1212

1313
- Only [YAML configuration files](../../administration/configuring-fluent-bit/yaml/README.md) support processors, including conditional processors.
1414

15-
* *Conditional processing isn't supported if you're using a [filter as a processor](../filters).
15+
- Conditional processing is not supported if you're using a [filter as a processor](../filters).
1616

1717
{% endhint %}
1818

@@ -85,7 +85,8 @@ You can use `$field` syntax to access a top-level field, and `$field['child']['s
8585

8686
The `conditions.rules.op` parameter has the following possible values:
8787

88-
- `eq`: equal to
88+
* `eq`: equal to
89+
8990
- `neq`: not equal to
9091
- `gt`: greater than
9192
- `lt`: less than
@@ -94,7 +95,6 @@ The `conditions.rules.op` parameter has the following possible values:
9495
- `regex`: matches a regular expression
9596
- `not_regex`: does not match a regular expression
9697
- `in`: is included in the specified array
97-
9898
- `not_in`: is not included in the specified array
9999

100100
## Examples

0 commit comments

Comments
 (0)