-
Notifications
You must be signed in to change notification settings - Fork 12
BatchManager
Fábio Caldas edited this page Feb 26, 2018
·
2 revisions
BatchManager is a class used to control batch dispatch to Splunk HEC.
BatchManager was designed to hold log events until BatchIntervalInMilliseconds or BatchSizeCount (see configuration wiki) reach their limits.
We recommend start using BatchIntervalInMilliseconds equal 5000 and BatchSizeCount equal 10, that way after 10 logs or 5 seconds that will be send to Splunk
Errors and improvements can be discussed at issues page