We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4363470 commit 564ca3dCopy full SHA for 564ca3d
lib/logstash/inputs/file.rb
@@ -23,6 +23,12 @@
23
# beginning to end and storing all of it in a single event (not even
24
# with the multiline codec or filter).
25
#
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
32
# ==== Tracking of current position in watched files
33
34
# The plugin keeps track of the current position in each file by
0 commit comments