Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + type LogParser interface + Compile func() error + ParseLine func(line string) (telegraf.Metric, error) + type LogParserPlugin struct + Files []string + FromBeginning bool + GrokParser *grok.Parser + func (l *LogParserPlugin) Description() string + func (l *LogParserPlugin) Gather(acc telegraf.Accumulator) error + func (l *LogParserPlugin) SampleConfig() string + func (l *LogParserPlugin) Start(acc telegraf.Accumulator) error + func (l *LogParserPlugin) Stop()