Skip to content

Commit 9faa62c

Browse files
author
Patrick Stephens
committed
installation: switch to YAML config files by default
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 25bb5ee commit 9faa62c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

installation/upgrade-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Note: release notes will be prepared in advance of a Git tag for a release so an
99
The tag drives the overall binary release process so release binaries (containers/packages) will appear after a tag and its associated release note.
1010
This allows users to expect the new release binary to appear and allow/deny/update it as appropriate in their infrastructure.
1111

12+
## Fluent Bit v4.0+
13+
14+
The default configuration file has been switched to use YAML format and a different name (`.yaml` file suffix instead of `.conf`).
15+
16+
This may require updating any custom deployments to either provide a YAML configuration or switch back to using legacy configuration in the arguments to the Fluent Bit binary.
17+
18+
For Linux the Systemd unit will need overriding to specify `-c <legacy config file>`.
19+
Similarly for containers, Windows and macOS the default launch command is changed to point at the YAML config file by default.
20+
1221
## Fluent Bit v1.9.9
1322

1423
The `td-agent-bit` package is no longer provided after this release.

0 commit comments

Comments
 (0)