Cannot get Logstash to read in a file on Windows

guyboerje: Thanks very much for taking a look! I did three things that, somehow in combination, helped clear my issue. I'll include them here in case other folks are having the issues I had:

  1. I set permissions on the folder to allow reads and writes from all users
  2. I made sure that my simple log file had a new line/carriage return at the end
  3. I started using the DELETE _all command within the Dev section in order to clear out any weirdness that was in there

With each of those, everything looks to now work!

2 Likes