Replies: 1 comment
-
Hi @bfdyanshe, this is an implementation of https://github.com/vectordotdev/vector/blob/master/src/sources/util/http/prelude.rs#L52-L58. Components may implement it differently. Can you share your configuration and describe a bit more what you want to achieve? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found the http server supports GET method, so I want to send an event through the URL query parameter. However, the logs indicate that the event count for this request is 0.
Then I checked the source code, the query parameters was unused when build events:
Is this a bug? What is the point of supporting the GET method but not supporting event building from request parameters?
Beta Was this translation helpful? Give feedback.
All reactions