Skip to content

Commit 75ce352

Browse files
fix: resolve review comments
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 18f5ca7 commit 75ce352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/tail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If no database file is present, positioning behavior depends on the value of `re
7575
- When `read_from_head` is `true`, the plugin reads from the beginning of the file.
7676
- When `read_from_head` is `false`, the plugin starts monitoring from the end of the file (classic "tail" behavior). This means that only new content written after Fluent Bit starts will be monitored.
7777

78-
The database file essentially stores `inode=offset` so it is recommended to be unique per instance of the plugin, for example if you have two tail inputs then use two separate `db` files for each. That way each tail input can independently track its own state.
78+
The database file essentially stores `inode=offset` so it should be unique per instance of the plugin, for example if you have two tail inputs then use two separate `db` files for each. That way each tail input can independently track its own state.
7979

8080
## Monitor a large number of files
8181

0 commit comments

Comments
 (0)