The Logstash documentation said about the input file plugin that it
> Stream events from files, normally by tailing them in a manner similar to tail -0F but optionally reading them from the beginning.
The tail man page said that
-f, --follow[={name|descriptor}]
output appended data as the file grows;
an absent option argument means 'descriptor'
-F same as --follow=name --retry
But what is exactly the
-0
flag in tail
?
Asked by glacier
(391 rep)
Jun 24, 2025, 12:06 PM
Last activity: Jun 24, 2025, 01:05 PM
Last activity: Jun 24, 2025, 01:05 PM