Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + func NewParser(c conf.MapConf) (parser.Parser, error) + type SyslogParser struct + func (p *SyslogParser) Flush() (data Data, err error) + func (p *SyslogParser) Name() string + func (p *SyslogParser) Parse(lines []string) ([]Data, error) + func (p *SyslogParser) Type() string