FileSinkConfiguration

@Serializable
data class FileSinkConfiguration(val renderWith: String? = null, val sendTo: String? = null, val seqServer: String? = null, val splunkServer: SplunkEndpoint? = null)

Data class for a file representation of a SinkConfiguration.

Constructors

Link copied to clipboard
constructor(renderWith: String? = null, sendTo: String? = null, seqServer: String? = null, splunkServer: SplunkEndpoint? = null)

Properties

Link copied to clipboard
val renderWith: String? = null

name of a built-in renderer

Link copied to clipboard
val sendTo: String? = null

name of a built-in sender

Link copied to clipboard
val seqServer: String? = null

URL of a Seq log aggregation server

Link copied to clipboard

Splunk HEC endpoint configuration