These are my configuration for filebeat
output.file:
path: "/var/lib/filebeat-logs"
filename: filebeat
permissions: 0664
This is the permission is see when i use ls -l
-rw-r----- 1 root root 269219 Sep 7 17:01 filebeat.
When i change it to 0644
,
-rw-r----- 1 root root 271676 Sep 7 17:04 filebeat
it does not change at all.
What i want to do is to give read permission to all users and groups.
I am using docker image docker.elastic.co/beats/filebeat:7.9.1