RenderHec

@Serializable
data class RenderHec(val index: String? = null, val sourceType: String? = null, val source: String? = null)

Data class for file representation of a RenderHec.

Constructors

Link copied to clipboard
constructor(index: String? = null, sourceType: String? = null, source: String? = null)

Properties

Link copied to clipboard
val index: String? = null

name of the Splunk index to send to

Link copied to clipboard

Extract a RenderString instance from the file configuration.

Link copied to clipboard
val source: String? = null

name of the Splunk source

Link copied to clipboard
val sourceType: String? = null

name of the Splunk sourceType