Hi Guys,
Hope you can help.
I have configured Logstash Input File plugin to read the files and send further.
- Application is creating the file logs.log in /home/user/logs.log with permissions: -rw-r-----
- Logstash is able to read the file only if I change file logs.log permission to execute: -rwxr-xr-x.
Why logstash requires execute the files?
And how to make proper way for logstash to read those files, were all the time new logs.log files are created?