-
Notifications
You must be signed in to change notification settings - Fork 11
Configurations
Fábio Caldas edited this page Jan 10, 2018
·
4 revisions
SplunkLoggerConfiguration is a class used to configure Splunk loggers.
-
Threshold (Define application threshold, used to define if log should be sent.)
-
- BatchIntervalInMiliseconds (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)
- DefaultTimeoutInMiliseconds (Define default http client post to Splunk call timeout. Default are 10 seconds)
- SplunkCollectorUrl (Define Splunk HEC URL.)
- Token (Define Splunk HEC token.)
-
- HostName (Define Splunk hostname)
- Port (Define Splunk port)
Errors and improvements can be discussed at issues page