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 Parser struct + func (p *Parser) Name() string + func (p *Parser) Parse(lines []string) ([]Data, error) + func (p *Parser) Type() string + func (t *Parser) ServerConfig() map[string]interface{}