You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
Is your feature request related to a problem? Please describe.
Today I can't use dynamic headers for out_http plugin.
Describe the solution you'd like
We need the ability for headers to be dynamic in nature-based upon values inside the record. Today they can only be strings, but the goal would be to do something like header X-Custom-Host:${$.kubernetes.host},X-Custom-Datacenter:${$.datacenter}
Describe alternatives you've considered
I have tried all configuration options I could think with no luck. After exhausting all options, I finally reached out to the community and got a response from @repeatedly saying:
Currently, out_http's headers parameter doesn't support dynamic placeholder.
For it, we need to add headers_from_record like parameter with buffer placeholder.
Additional context
The question was posted on the Fluentd Google Group with the subject, "out_http headers not dynamic".
The text was updated successfully, but these errors were encountered:
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
Is your feature request related to a problem? Please describe.
Today I can't use dynamic headers for out_http plugin.
Describe the solution you'd like
We need the ability for headers to be dynamic in nature-based upon values inside the record. Today they can only be strings, but the goal would be to do something like
header X-Custom-Host:${$.kubernetes.host},X-Custom-Datacenter:${$.datacenter}
Describe alternatives you've considered
I have tried all configuration options I could think with no luck. After exhausting all options, I finally reached out to the community and got a response from @repeatedly saying:
Additional context
The question was posted on the Fluentd Google Group with the subject, "out_http headers not dynamic".
The text was updated successfully, but these errors were encountered: