Can http sink send single events #23832
Unanswered
poehlerflorian
asked this question in
Q&A
Replies: 0 comments
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.
-
Question
We are trying to use (or rather misuse) vector as a simple http proxy that redacts some fields with sensitive data from the json payload. The batch mechanism of vector however sends the events wrapped in an array, even with
batch.max_events=1
.Can this be configured somehow to only send a single event?
E.g. instead of sending
[ { <payload> } ]
just send
{ <payload> }
Vector Config
Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions