Enable batch mode in splunk plugin #6468
Unanswered
blackumbrella
asked this question in
Q&A
Replies: 1 comment
-
Hmm we batch in chunks of 2MB by default @blackumbrella , is there some specific batch behavior you are not seeing or are looking for? |
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.
-
In recent splunk integration, we noticed the fluentbit splunk plugin doesn't support batch mode which allows to send mulitple log entries in one HTTP request which can save a lot of HTTP connections but interesting part is fluentd plugin has provided batch supports.
is it a good idea to get same feature into FluentBit? This feature actually should be very important to enterprise or big customers which can generate tons of logs every day.
refer to: https://github.com/splunk/fluent-plugin-splunk-hec
Beta Was this translation helpful? Give feedback.
All reactions