Commit 422a03d
committed
fix: Parsers do not have to be in seperate files
On the "Parsers" page for the v4.0 documentation, it states:
> You can define parsers either directly in the main configuration file
> or in separate external files for better organization.
But on the "Configuring parsers" section, subsection "Parser Configuration File"[2],
it says:
> All parsers must be defined in a parsers file, not in the Fluent Bit
> global configuration file.
Those seem like contradictory statements. I think the truth is that
parsers may be defined in the main global configuration file, behavior
which I think is supported since v3.2
[1] - https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/yaml/parsers-section
[2] - https://docs.fluentbit.io/manual/data-pipeline/parsers/configuring-parser#parsers-configuration-file1 parent c47d128 commit 422a03d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments