Package com.splunk.logging
-
Interface Summary Interface Description EventBodySerializer Define the interface to allow users to define their own event body serializer for HTTP event adapter: Simply create a class implementing this interface, and add the full class name as a property (`eventBodySerializer`) to the adapter.EventHeaderSerializer Define the interface to allow users to define their own event header serializer for HTTP event adapter: Simply create a class implementing this interface, and add the full class name as a property (`eventHeaderSerializer`) to the adapter.HttpEventCollectorErrorHandler.ErrorCallback HttpEventCollectorMiddleware.IHttpSender An interface that describes an abstract events sender working asynchronously.HttpEventCollectorMiddleware.IHttpSenderCallback Callback methods invoked by events sender. -
Class Summary Class Description HttpEventCollectorErrorHandler Splunk http event collector error handler.HttpEventCollectorEventInfo Container for Splunk http event collector event dataHttpEventCollectorLog4jAppender Splunk Http Appender.HttpEventCollectorLogbackAppender<E> Logback Appender which writes its events to Splunk http event collector rest endpoint.HttpEventCollectorLoggingHandler An input handler for Splunk http event collector.HttpEventCollectorMiddleware Splunk http event collector middleware implementation.HttpEventCollectorMiddleware.HttpSenderMiddleware An abstract middleware component.HttpEventCollectorResendMiddleware Splunk http event collector resend middleware.HttpEventCollectorSender This is an internal helper class that sends logging events to Splunk http event collector.HttpEventCollectorSender.TimeoutSettings SplunkCimLogEvent SplunkCimLogEvent
encapsulates the best practice logging semantics recommended by Splunk.TcpAppender Logback Appender which writes its events to a TCP port. -
Enum Summary Enum Description HttpEventCollectorSender.SendMode Sender operation mode. -
Exception Summary Exception Description HttpEventCollectorErrorHandler.ServerErrorException This exception is passed to error callback when Splunk server replies an error