Document distinction between file and tail inputs (#7353)

This commit is contained in:
Daniel Nelson
2020-04-24 16:40:08 -07:00
committed by GitHub
parent 795750a7a0
commit be1dc49ad9
3 changed files with 15 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ func (t *Tail) SampleConfig() string {
}
func (t *Tail) Description() string {
return "Stream a log file, like the tail -f command"
return "Parse the new lines appended to a file"
}
func (t *Tail) Init() error {