Skip to content

Commit 564ca3d

Browse files
author
Suyog Rao
authored
[Docs] Add note that NFS is not supported (logstash-plugins#153)
* Add note on NFS
1 parent 4363470 commit 564ca3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/logstash/inputs/file.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
# beginning to end and storing all of it in a single event (not even
2424
# with the multiline codec or filter).
2525
#
26+
# ==== Reading from remote network volumes
27+
#
28+
# The file input is not tested on remote filesystems such as NFS, Samba, s3fs-fuse, etc. These
29+
# remote filesystems typically have behaviors that are very different from local filesystems and
30+
# are therefore unlikely to work correctly when used with the file input.
31+
#
2632
# ==== Tracking of current position in watched files
2733
#
2834
# The plugin keeps track of the current position in each file by

0 commit comments

Comments
 (0)