Skip to content

Commit

Permalink
Update content/docs/logging-infrastructure/fluentbit.md
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wilcsinszky <[email protected]>
Signed-off-by: Robert Fekete <[email protected]>
  • Loading branch information
fekete-robert and pepov authored Aug 5, 2024
1 parent e82b522 commit fdaafa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/logging-infrastructure/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following sections show you some examples on configuring Fluent Bit. For the

## Containerd log fields

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.
The following example defines a custom Fluent Bit parser that places the parsed containerd log messages into the `log` field instead of the `message` field to be backwards compatible with docker container runtimes.

```yaml
apiVersion: logging.banzaicloud.io/v1beta1
Expand Down

0 comments on commit fdaafa1

Please sign in to comment.