You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/upgrade-notes.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@ Note: release notes will be prepared in advance of a Git tag for a release so an
9
9
The tag drives the overall binary release process so release binaries (containers/packages) will appear after a tag and its associated release note.
10
10
This allows users to expect the new release binary to appear and allow/deny/update it as appropriate in their infrastructure.
11
11
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
+
12
21
## Fluent Bit v1.9.9
13
22
14
23
The `td-agent-bit` package is no longer provided after this release.
0 commit comments