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: content/docs/logging-infrastructure/fluentbit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The following sections show you some examples on configuring Fluent Bit. For the
98
98
99
99
## Containerd log fields
100
100
101
-
The following example defines a [Fluentd parser]({{< relref "/docs/configuration/plugins/filters/parser.md" >}}) that places the parsed containerd log messages into the `log` field instead of the `message` field.
101
+
The following example defines a custom Fluent Bit parserthat places the parsed containerd log messages into the `log` field instead of the `message` field to be backwards compatible with docker container runtimes.
0 commit comments