(This issue was originally filed by @ScottChapman at https://github.com/elastic/logstash/issues/2803) --- So, I have a file input clause, and logstash is actively reading files from an NFS share. Then rsync comes along and updates files, and my logstash just stops. I've watched the files that are getting updated, and no new files, and no inode changes. Just a log file increases in size. I can do a tail -f on the file and that runs just fine which rsync-ing. Any ideas?