The following AWS documentation guides us on how to install using fluent-bit-compatible.yaml.
Set up Fluent Bit as a DaemonSet to send logs to CloudWatch Logs - Amazon CloudWatch
- Download and deploy the Fluent Bit daemonset to the cluster by running one of the following commands.
(snip)
・If you want the Fluent Bit configuration that is more similar to Fluentd, run this command.
kubectl apply -f https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml
However, currently only docker is specified in the fluent-bit-compatible.yaml parser, and cri is not specified.
I think it needs to be fixed in the same way fluent-bit.yaml
|
multiline.parser docker, cri |
The following AWS documentation guides us on how to install using fluent-bit-compatible.yaml.
Set up Fluent Bit as a DaemonSet to send logs to CloudWatch Logs - Amazon CloudWatch
However, currently only docker is specified in the fluent-bit-compatible.yaml parser, and cri is not specified.
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit-compatible.yaml
Line 99 in 5215e6d
I think it needs to be fixed in the same way fluent-bit.yaml
amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/fluent-bit/fluent-bit.yaml
Line 71 in 5215e6d