fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.91k stars 1.59k forks source link

[in_http] add options similar to add_http_headers and add_query_params found in fluentd #5386

Open ryn9 opened 2 years ago

ryn9 commented 2 years ago

Is your feature request related to a problem? Please describe. Not related to a problem

Describe the solution you'd like The in_http plugin would be much more useful if it supported options similar to add_http_headers and add_query_params found in fluentd

add_http_headers https://docs.fluentd.org/input/http#add_http_headers

add_query_params https://github.com/fluent/fluentd/pull/3197

Describe alternatives you've considered in_http provides a little dynamic nature on input via the URI mapping to the tag on input, but does not offer the same flexibility as found in the add_http_headers and add_query_params options

agup006 commented 2 years ago

Note from community meeting - prefer that this is filterable as well as customizable.

agup006 commented 2 years ago

Note for both, prefix customization will be much appreciated as theHTTP_ and QUERY_ that exist in Fluentd are not the best today

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.

ajschmidt8 commented 2 months ago

I'd like to see this feature as well. It would help us simplify our Fluent Bit configs.