Logary.Targets.SumoLogic


SumoLogicConf

Namespace: Logary.Targets

Configuration for a SumoLogic Logary target

Record Fields

Record FieldDescription
batchSize
Signature: uint16

The maximum number of messages to process at one time

endpoint
Signature: Uri

The SumoLogic HTTP Source endpoint. For more information see the SumoLogic documentation

maxRecoveryAttempts
Signature: uint32

The maximum number of failures to be tolerated before dropping all messages in a batch and proceeding to accept a new batch

templateHandling
Signature: TemplateHandlingConf

Determines how the target will handle message templates

timeoutMs
Signature: uint32

The timeout when attempting to send a batch of messages to SumoLogic

Fork me on GitHub