Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerSyslogTLS ¶ added in v0.0.48
type HandlerSyslogTLS struct {
// contains filtered or unexported fields
}
Handles Syslog TLS inputs
func Create ¶
func Create(serverName string, keyPem string, certPem string, caPem string, address string) (*HandlerSyslogTLS, error)
Create a new syslog tls input
func (*HandlerSyslogTLS) Close ¶ added in v0.0.48
func (handler *HandlerSyslogTLS) Close() error
Close input handler.
func (*HandlerSyslogTLS) Dial ¶ added in v0.0.48
func (handler *HandlerSyslogTLS) Dial() error
Dial input handler.
func (*HandlerSyslogTLS) Errors ¶ added in v0.0.48
func (handler *HandlerSyslogTLS) Errors() chan error
Errors channel that sends errors occuring from input
func (*HandlerSyslogTLS) Packets ¶ added in v0.0.48
func (handler *HandlerSyslogTLS) Packets() chan syslog.Packet
Packets channel that sends incoming packets from input
func (*HandlerSyslogTLS) Pools ¶ added in v0.0.48
func (handler *HandlerSyslogTLS) Pools() bool
Pools returns whether the connection pools connections
Click to show internal directories.
Click to hide internal directories.