SendElk

class SendElk(endpoint: ElkEndpoint) : EventSender

Send a batch of events to an ELK server in ECS format.

Constructors

Link copied to clipboard
constructor(endpoint: ElkEndpoint)

Functions

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

Send a batch of log events somewhere.