aws-ia / terraform-aws-eks-blueprints-addons

Terraform module which provisions addons on Amazon EKS clusters
https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/
Apache License 2.0
269 stars 127 forks source link

fix: Fixing fargate-fluentbit configMap to parse logs correctly #418

Closed rodrigobersa closed 1 month ago

rodrigobersa commented 1 month ago

What does this PR do?

Updates fargate-fluentbit configMap, to fit the AWS Docs guidance.

It seems required to have different OUTPUTS for flb_log_cw which are the logs for FluentBit itself, and for the applications running on the cluster with proper FILTERS and PARSERS.

Motivation

More

For Moderators

Additional Notes