We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba1621 commit 156346fCopy full SHA for 156346f
installation/upgrade-notes.md
@@ -27,9 +27,10 @@ important changes:
27
28
### Tail Input Plugin
29
30
-By default, the plugin follows a file from the end once the service starts, instead
31
-of reading from the beginning. Every file found at start is followed from it last
32
-position. New files discovered at runtime or rotated are read from the beginning.
+By default, the tail input plugin follows a file from the end after the service starts,
+instead of reading it from the beginning. Every file found when the plugin starts is
+followed from it last position. New files discovered at runtime or when files rotate
33
+are read from the beginning.
34
35
To keep the old behavior, set the option `read_from_head` to `true`.
36
0 commit comments