Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerSyslogUDP ¶ added in v0.0.48
type HandlerSyslogUDP struct {
// contains filtered or unexported fields
}
HandlerSyslogUDP handles Syslog UDP inputs
func (*HandlerSyslogUDP) Close ¶ added in v0.0.48
func (handler *HandlerSyslogUDP) Close() error
Close input handler.
func (*HandlerSyslogUDP) Dial ¶ added in v0.0.48
func (handler *HandlerSyslogUDP) Dial() error
Dial input handler.
func (*HandlerSyslogUDP) Errors ¶ added in v0.0.48
func (handler *HandlerSyslogUDP) Errors() chan error
Errors returns a channel to receive errors occuring from input
func (*HandlerSyslogUDP) Packets ¶ added in v0.0.48
func (handler *HandlerSyslogUDP) Packets() chan syslog.Packet
Packets channel that sends incoming packets from input
func (*HandlerSyslogUDP) Pools ¶ added in v0.0.48
func (handler *HandlerSyslogUDP) Pools() bool
Pools returns whether the output pools connections
Click to show internal directories.
Click to hide internal directories.