Skip to content

Commit 96b0928

Browse files
Update pipeline/inputs/tail.md
Co-authored-by: Alexa Kreizinger <alexakreizinger@gmail.com> Signed-off-by: David <deivid.garcia.garcia@gmail.com>
1 parent 3240bca commit 96b0928

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
@@ -478,7 +478,7 @@ While file rotation is handled, there are risks of potential log loss when using
478478

479479
## Tailing files from SMB/Samba
480480

481-
When tailing files from SMB/SAMBA shares on POSIX systems or Kubernetes CSI volume mounts, file handles can prevent file deletion. Although the `FILE_SHARE_DELETE` flag is supported on Windows, it's not available on POSIX systems or when using intermediate abstractions such as Kubernetes CSI volume mounts. Set `keep_file_handle` to `false` to allow file deletion while files are being tailed. Note that this disables log rotation detection.
481+
When tailing files from SMB/Samba shares on POSIX systems or Kubernetes CSI volume mounts, file handles can prevent file deletion. Although the `FILE_SHARE_DELETE` flag is supported on Windows, it's not available on POSIX systems or when using intermediate abstractions such as Kubernetes CSI volume mounts. Set `keep_file_handle` to `false` to allow file deletion while files are being tailed. However, keep in mind that this disables log rotation detection.
482482

483483
Example configuration:
484484

0 commit comments

Comments
 (0)