Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2019 v1.0.0 Mar 13, 2019 Changes in this version + type Options struct + Host string + NumParsers int + Pass string + QueryInterval uint + User string + type Parser struct + SampleRate int + func (p *Parser) Init(options interface{}) error + func (p *Parser) ProcessLines(lines <-chan string, send chan<- event.Event, prefixRegex *parsers.ExtRegexp)