You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/processors/conditional-processing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Conditional processing is available in Fluent Bit version 4.0 and greater.
9
9
You can turn a standard processor into a conditional processor by adding a `condition` block to the processor's YAML configuration settings.
10
10
11
11
{% hint style="info" %}
12
-
-Conditional processing is only available for [YAML configuration files](../administration/configuring-fluent-bit/yaml/README.md), not [classic configuration files](../administration/configuring-fluent-bit/classic-mode/README.md).
12
+
-Only [YAML configuration files](../administration/configuring-fluent-bit/yaml/README.md) support processors, including conditional processors.
13
13
- Conditional processing isn't supported if you're using a [filter as a processor](../pipeline/processors/filters).
0 commit comments