aws-samples / amazon-ecs-firelens-examples

Sample logging architectures for FireLens on Amazon ECS and AWS Fargate.
MIT No Attribution
303 stars 100 forks source link

Support of multiple headers in FireLens task definition #89

Open aripolavarapu opened 1 year ago

aripolavarapu commented 1 year ago

Hello,

I'm trying to figure out how to add multiple HTTP Headers (one for Authorization and one for Content-Type) as part of the HTTP output (https://docs.fluentbit.io/manual/pipeline/outputs/http) but it doesn't look like the default FireLens FluentBit image doesn't support it.

Anytime I try to use to the HTTP output and provide two headers, the resulting config still only shows one header.

Are there any plans to support multiple headers?

Thanks, Ari