Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(bs json.RawMessage) (types.OutputPlugin, error)
Types ¶
type Kafka ¶
type Kafka struct { plugin.PluginCommon KafkaConfig KafkaConfig *output.DnstapOutput // contains filtered or unexported fields }
func (*Kafka) GetEncoder ¶
type KafkaConfig ¶
type OutputType ¶
type OutputType string
var ( OutputTypeJSON OutputType = "json" OutputTypePtoroBuf OutputType = "protobuf" OutputTypeAvero OutputType = "avero" )
Click to show internal directories.
Click to hide internal directories.