Document distinction between file and tail inputs (#7353)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user