-
Notifications
You must be signed in to change notification settings - Fork 11
Configurations
Fábio Caldas edited this page Feb 23, 2018
·
4 revisions
SplunkLoggerConfiguration is a class used to configure Splunk loggers.
-
- BatchIntervalInMilliseconds (Define how long batch manager should waiting for before send log events. Defaults is 5 seconds.)
- BatchSizeCount (Define how much objects batch manager should have to send log events. Default are 10 events.)
- DefaultTimeoutInMilliseconds (Define default http client post to Splunk call timeout. Default are 10 seconds.)
- SplunkCollectorUrl (Define Splunk HEC URL.)
- UseAuthTokenAsQueryString (Define to use or not hec token autentication at query string.)
- ChannelIdType (Define to use or not channel identification when using http raw endpoint.)
- Token (Define Splunk HEC token.)
about ChannelIdType it's important to say that Splunk documentation indicates that ChannelId parameter is only required for Splunk versions older than 6.7.0. So if you have earlier version you can supress send this extra data by using None
-
- HostName (Define Splunk hostname)
- Port (Define Splunk port)
Errors and improvements can be discussed at issues page