containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

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

Open Mkori1 opened this issue 1 year ago • 1 comments

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 ^(?

Mkori1 avatar Aug 07 '24 11:08 Mkori1

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

Currently based on fluentbit release v1.9

joebowbeer avatar Aug 07 '24 14:08 joebowbeer