Skip to content

Commit 9805566

Browse files
committed
wip
1 parent b9b24b3 commit 9805566

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blog/2025-06-19/fluent-bit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ service:
22
flush: 1 # Flush records every second. Controls how often data is pushed to outputs.
33
log_level: error # Only log errors. Reduces log verbosity for Fluent Bit itself.
44

5+
# The `pipeline.inputs.processors` feature is only available when using the `yaml` configuration format.
6+
# It is not supported in the legacy `.conf` configuration format.
7+
58
pipeline:
69
inputs:
710
- name: dummy

0 commit comments

Comments
 (0)