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.
I am using fluentd to collect CSP violation report, I would like to add query params, like the website version to help us quickly spot issues related to a release.
Describe the solution you'd like
Add a property like add_query_params, that when set will parse the query params and add them to the record.
Describe alternatives you've considered
Passing it using a path and parsing the path with regex
Additional context
I'm willing to open a PR if the solution is acceptable
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.
I am using fluentd to collect CSP violation report, I would like to add query params, like the website version to help us quickly spot issues related to a release.
Describe the solution you'd like
Add a property like
add_query_params
, that when set will parse the query params and add them to the record.Describe alternatives you've considered
Passing it using a path and parsing the path with regex
Additional context
I'm willing to open a PR if the solution is acceptable
The text was updated successfully, but these errors were encountered: