syslog

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseSyslogInputConfig added in v0.16.0

type BaseSyslogInputConfig struct {
	helper.InputConfig `yaml:",inline"`
	Tcp                *tcp.TCPInputConfig `json:"tcp" yaml:"tcp"`
	Udp                *udp.UDPInputConfig `json:"udp" yaml:"udp"`
}

type SyslogInputConfig

type SyslogInputConfig struct {
	syslog.SyslogParserConfig `yaml:"-"`
	helper.InputConfig        `yaml:",inline"`
	Tcp                       *tcp.TCPInputConfig `json:"tcp" yaml:"tcp"`
	Udp                       *udp.UDPInputConfig `json:"udp" yaml:"udp"`
}

func NewSyslogInputConfig

func NewSyslogInputConfig(operatorID string) *SyslogInputConfig

func (SyslogInputConfig) Build

func (*SyslogInputConfig) UnmarshalYAML added in v0.16.0

func (c *SyslogInputConfig) UnmarshalYAML(unmarshal func(interface{}) error) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL