[EKS] [request]: EKS 1.30 does not allow forward output plugin out of the box
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 ^(?
FYI - The AWS fluentbit source is in repo https://github.com/aws/aws-for-fluent-bit
Currently based on fluentbit release v1.9