Skip to content

Commit 47748d9

Browse files
revert errors
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent fbf0a70 commit 47748d9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pipeline/processors/conditional-processing.md

Lines changed: 4 additions & 6 deletions
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 fluent-bit version 4.0 and greater.
5+
Conditional processing is available in Fluent Bit version 4.0 and greater.
66

77
## Configuration
88

@@ -11,8 +11,7 @@ You can turn a standard processor into a conditional processor by adding a `cond
1111
{% hint style="info" %}
1212

1313
- Only [YAML configuration files](../../administration/configuring-fluent-bit/yaml/README.md) support processors, including conditional processors.
14-
15-
- Conditional processing is not supported if you're using a [filter as a processor](../filters).
14+
- Conditional processing isn't supported if you're using a [filter as a processor](../filters).
1615

1716
{% endhint %}
1817

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

8685
The `conditions.rules.op` parameter has the following possible values:
8786

88-
* `eq`: equal to
89-
87+
- `eq`: equal to
9088
- `neq`: not equal to
9189
- `gt`: greater than
9290
- `lt`: less than
@@ -277,4 +275,4 @@ pipeline:
277275
{% endtab %}
278276
{% endtabs %}
279277

280-
This configuration adds an `alert` field to error logs from critical services, & adds a `paging_required` field to errors that contain specific critical patterns.
278+
This configuration adds an `alert` field to error logs from critical services, and adds a `paging_required` field to errors that contain specific critical patterns.

0 commit comments

Comments
 (0)