TransformerProcessorGrokProperties

data class TransformerProcessorGrokProperties(val match: String, val source: String? = null)

Use this parameter to include the grok processor in your transformer.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val source: String? = null