Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.InputConfig `yaml:",inline"` syslog.BaseConfig `yaml:",inline"` TCP *tcp.BaseConfig `json:"tcp" yaml:"tcp"` UDP *udp.BaseConfig `json:"udp" yaml:"udp"` }
type Input ¶ added in v0.53.0
type Input struct { helper.InputOperator // contains filtered or unexported fields }
Input is an operator that listens for log entries over tcp.
func (*Input) SetOutputs ¶ added in v0.53.0
SetOutputs will set the outputs of the internal syslog parser.
Click to show internal directories.
Click to hide internal directories.