Skip to content

Commit 77e8f0b

Browse files
Update pipeline/processors/filters.md
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Nico Monchy <[email protected]>
1 parent dc4a2f7 commit 77e8f0b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pipeline/processors/filters.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Any Fluent Bit [filter](../filters/README.md) can be used as a processor.
66

77
In this example, the [Grep](../filters/grep) filter is used as an output processor that sends log records only if they match a specified regular expression.
88

9-
{% tabs %}
10-
{% tab title="fluent-bit.yaml" %}
11-
9+
{% code title="fluent-bit.yaml" %}
1210
```yaml
1311
pipeline:
1412
inputs:
@@ -23,6 +21,4 @@ pipeline:
2321
- name: grep
2422
regex: log aa
2523
```
26-
27-
{% endtab %}
28-
{% endtabs %}
24+
{% endcode %}

0 commit comments

Comments
 (0)