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 `mapstructure:",squash" yaml:",inline"` syslog.BaseConfig `mapstructure:",squash" yaml:",inline"` TCP *tcp.BaseConfig `mapstructure:"tcp" json:"tcp" yaml:"tcp"` UDP *udp.BaseConfig `mapstructure:"udp" json:"udp" yaml:"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.