fluent / fluent-bit-docs

Fluent Bit - Official Documentation

Home Page:https://docs.fluentbit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output `cloudwatch_logs` parameter `extra_user_agent` not documented

trallnag opened this issue · comments

The cloudwatch_logs output plugin supports the parameter extra_user_agent according to AWS documentation and the source code.

But it is not documented here: https://docs.fluentbit.io/manual/pipeline/outputs/cloudwatch

Sadly I don't know what exactly this parameter achieves.

Hey Tim,

I found a doc string in the code. Basically, AWS are using it to distinguish traffic from their different vendored configurations. My guess is that it's deliberately not documented as they would like you not to update it manually.

     "This option appends a string to the default user agent. "
     "AWS asks that you not manually set this field yourself, "
     "it is reserved for use in our vended configurations, "
     "for example, EKS Container Insights."

Closing this for now , perhaps something you can add to aws-for-fluent-bit repo if there are specific customizations needed?

@agup006, I'm fine with closing this issue as @mickeypash already clarified where this option comes from

@mickeypash, thanks