Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + type Tail struct + Files []string + FromBeginning bool + Pipe bool + func NewTail() *Tail + func (t *Tail) Description() string + func (t *Tail) Gather(acc telegraf.Accumulator) error + func (t *Tail) SampleConfig() string + func (t *Tail) SetParser(parser parsers.Parser) + func (t *Tail) Start(acc telegraf.Accumulator) error + func (t *Tail) Stop()