Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.InputConfig `mapstructure:",squash"` syslog.BaseConfig `mapstructure:",squash"` TCP *tcp.BaseConfig `mapstructure:"tcp"` UDP *udp.BaseConfig `mapstructure:"udp"` }
func NewConfig ¶ added in v0.53.0
func NewConfig() *Config
NewConfig creates a new input config with default values
func NewConfigWithID ¶ added in v0.59.0
NewConfigWithID creates a new input config with default values
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.