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