Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultMaxLogSize is the max buffer sized used // if MaxLogSize is not set DefaultMaxLogSize = 1024 * 1024 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseConfig ¶ added in v0.53.0
type BaseConfig struct { MaxLogSize helper.ByteSize `mapstructure:"max_log_size,omitempty"` ListenAddress string `mapstructure:"listen_address,omitempty"` TLS *configtls.TLSServerSetting `mapstructure:"tls,omitempty"` AddAttributes bool `mapstructure:"add_attributes,omitempty"` Encoding helper.EncodingConfig `mapstructure:",squash,omitempty"` Multiline helper.MultilineConfig `mapstructure:"multiline,omitempty"` }
BaseConfig is the detailed configuration of a tcp input operator.
type Config ¶ added in v0.53.0
type Config struct { helper.InputConfig `mapstructure:",squash"` BaseConfig `mapstructure:",squash"` }
Config is the configuration of a tcp input operator.
func NewConfig ¶ added in v0.53.0
func NewConfig() *Config
NewConfigWithID creates a new TCP input config with default values
func NewConfigWithID ¶ added in v0.59.0
NewConfigWithID creates a new TCP input config with default values
Click to show internal directories.
Click to hide internal directories.