Hi All,
Fairly new to the whole ELK stack and running into an issue.
To test things out I am rsync'ing a bunch of logs from various Windows IIS servers back to my host running the ELK software.
Things are working fine, but because rsync creates a new file and a new inode each time I am getting the same logs imported each time.
Googling found me this 'patch' that seems to address this exact issue:
https://github.com/michio-nikaido/ruby-filewatch/commit/a376432a64a821a569490d0b15eb4d0060b8f60f
How do I go about getting this into by currently running logstash?
Running logstash 1.5.3 on a Fedora box (to do a proof of concept).
Not a ruby person, so not sure how I can update just this package to get this additional functionality.
Thanks,
Jason