Skip to content

Commit 78658aa

Browse files
authored
Update tail.md
Signed-off-by: Mohamed <[email protected]>
1 parent 607015a commit 78658aa

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
@@ -16,7 +16,7 @@ The plugin supports the following configuration parameters:
1616
| Path\_Key | If enabled, it appends the name of the monitored file as part of the record. The value assigned becomes the key in the map. | |
1717
| Exclude\_Path | Set one or multiple shell patterns separated by commas to exclude files matching certain criteria, e.g: `Exclude_Path *.gz,*.zip` | |
1818
| Offset\_Key | If enabled, Fluent Bit appends the offset of the current monitored file as part of the record. The value assigned becomes the key in the map | |
19-
| Read\_from\_Head | For new discovered files on start \(without a database offset/position\), read the content from the head of the file, not tail. | False |
19+
| Read\_from\_Head | For new discovered files on start \(without a database offset/position\), read the content from the head of the file, not tail. Be cautious: enabling this setting may cause duplicate logs on restarts when using `DB`, as Fluent Bit will ignore offsets. Therefore, it is recommended to keep this disabled in production environments. | False |
2020
| Refresh\_Interval | The interval of refreshing the list of watched files in seconds. | 60 |
2121
| Rotate\_Wait | Specify the number of extra time in seconds to monitor a file once is rotated in case some pending data is flushed. | 5 |
2222
| Ignore\_Older | Ignores files older than `ignore_older`. Supports m, h, d (minutes, hours, days) syntax. Default behavior is to read all. | |

0 commit comments

Comments
 (0)