Replies: 1 comment 1 reply
-
Vector "batches" events when its sending them out of a sink. The batch settings are max_bytes, max_events, & timeout_sec as soon as one of these parameters is met it will send the event out the sink. For HTTP you should be seeing an event leave the sink ever 10MB or every 1 second as those are the defaults with no default set far max event. Depending on how often your receiving events it might appear that the next event is pushing it out but its hard to say exactly without knowing more of the setup but in general you wont see more data going out than once per second. Play with the below settings and see if a combination might satisfy what you looking far. batch.max_bytes =
batch.max_events =
batch.timeout_sec = |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes vector does not send an event until the next event arrives. The second event ‘Pushes’ the first event. How can I fix this?
My Sink config:
Beta Was this translation helpful? Give feedback.
All reactions