Skip to content

Configurations

Fábio Caldas edited this page Jan 10, 2018 · 4 revisions

SplunkLoggerConfiguration is a class used to configure Splunk loggers.

SplunkLoggerConfiguration

  • Threshold (Define application threshold, used to define if log should be sent.)

  • HECConfiguration

    • 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.)
  • SocketConfiguration

    • HostName (Define Splunk hostname)
    • Port (Define Splunk port)
Clone this wiki locally