SplunkHec

class SplunkHec(endpoint: SplunkEndpoint, renderer: RenderString) : EventSender

Send a batch of events to a Splunk server using HTTP event collector (HEC).

Constructors

Link copied to clipboard
constructor(endpoint: SplunkEndpoint, renderer: RenderString)

Functions

Link copied to clipboard
open operator override fun invoke(batch: List<LogEvent>)

Send a batch of log events somewhere.