Skip to content

Commit 3240bca

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 b1dfc96 commit 3240bca

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

477477
{% endhint %}
478478

479-
## Tailing files from SMB/SAMBA
479+
## Tailing files from SMB/Samba
480480

481481
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.
482482

0 commit comments

Comments
 (0)