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
Any Fluent Bit [filter](../filters/README.md)can be used as a processor.
3
+
You can use any [filter](../filters/README.md) as a processor in Fluent Bit.
4
4
5
5
{% hint style="info" %}
6
6
7
-
**Note:** When used as processors they can be enabled only by using the YAML configuration format. Classic mode
8
-
configuration format doesn't support processors.
7
+
Only [YAML configuration files](../administration/configuring-fluent-bit/yaml/README.md) support processors.
9
8
10
9
{% endhint %}
11
10
12
11
## Grep example
13
12
14
-
In this example, the [Grep](../filters/grep.md) filter is used as an output processor that sends log records only if they match a specified regular expression.
13
+
In this example, the [Grep](../filters/grep.md) filter is an output processor that sends log records only if they match a specified regular expression.
0 commit comments