Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 v1.5.4 Aug 20, 2019 v1.5.3 Sep 4, 2018 Changes in this version + func NewParser(c conf.MapConf) (parser.Parser, error) + type Parser struct + func (p *Parser) Name() string + func (p *Parser) Parse(lines []string) ([]Data, error) + func (p *Parser) Type() string