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)
    • BatchSizeCount (Define how much objects batch manager should have to send log events)
    • DefaultTimeoutInMiliseconds (Define default http client post to Splunk call timeout)
    • SplunkCollectorUrl (Define Splunk HEC URL)
    • Token (Define Splunk HEC token)
  • SocketConfiguration

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