We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b24b3 commit 9805566Copy full SHA for 9805566
blog/2025-06-19/fluent-bit.yaml
@@ -2,6 +2,9 @@ service:
2
flush: 1 # Flush records every second. Controls how often data is pushed to outputs.
3
log_level: error # Only log errors. Reduces log verbosity for Fluent Bit itself.
4
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
+
8
pipeline:
9
inputs:
10
- name: dummy
0 commit comments