Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyslogIngester ¶
type SyslogIngester struct { FilePath string SshdProcessor sshd.SshdProcessor // contains filtered or unexported fields }
func NewSyslogIngester ¶
func NewSyslogIngester( filePath string, sshdProcessor sshd.SshdProcessor, namedPipeIngester namedpipe.NamedPipeIngester, ) SyslogIngester
func (*SyslogIngester) ParseSyslogMessage ¶
func (s *SyslogIngester) ParseSyslogMessage(entry string) sshd.SshdLogEntry
ParseSyslogMessage expects a message in the form of "<PID> <Message>".
Click to show internal directories.
Click to hide internal directories.