Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2019 Changes in this version + type Options struct + Mode string + NumParsers int + ProcessList string + type Parser struct + func (p *Parser) Init(options interface{}) error + func (p *Parser) ProcessLines(lines <-chan string, send chan<- event.Event, prefixRegex *parsers.ExtRegexp) + type SyslogLineParser struct + func NewSyslogLineParser(mode string, processList string) (*SyslogLineParser, error) + func (p *SyslogLineParser) ParseLine(line string) (map[string]interface{}, error)