aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.21k stars 316 forks source link

[EKS] [request]: EKS 1.30 does not allow forward output plugin out of the box #2406

Open Mkori1 opened 1 month ago

Mkori1 commented 1 month ago

Can someone please tell if FluentBit Forward Output plugin is supported in any version of EKS.

I get this error. Disabled logging for pod due to invalid configmap. forward is not a supported output plugin. Please fix the logging configmap

This is my ConfigMap kind: ConfigMap apiVersion: v1 metadata: name: aws-logging namespace: aws-observability data: flb_log_cw: "false" # Set to true to ship Fluent Bit process logs to CloudWatch. output.conf: | [OUTPUT] Name forward Match kube.* Host fluentd-aggregator.default.svc.cluster.local Port 24224

filters.conf: | [FILTER] Name parser Match Key_name log Parser crio [FILTER] Name kubernetes Match kube. Merge_Log On Keep_Log Off Buffer_Size 0 Kube_Meta_Cache_TTL 300s

parsers.conf: | [PARSER] Name crio Format Regex Regex ^(?

joebowbeer commented 1 month ago

FYI - The AWS fluentbit source is in repo https://github.com/aws/aws-for-fluent-bit

Currently based on fluentbit release v1.9