Skip to content

Commit 33e656d

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

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
@@ -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 Fluentbit version 4.0 and greater.
66

77
## Configuration
88

@@ -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 isn't supported if you're using a [filter as a processor](../filters).
1616

1717
{% endhint %}
1818

@@ -276,4 +276,4 @@ pipeline:
276276
{% endtab %}
277277
{% endtabs %}
278278

279-
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.
279+
This configuration adds an `alert` field to error logs from critical services, & adds a `paging_required` field to errors that contain specific critical patterns.

0 commit comments

Comments
 (0)