Filebeat Logs are created with 600 mode

Hello,

WIth then version 5.3 of filebeat , the log file created has a 600 mode :

[user@server ~]$ ll /var/log/filebeat/filebeat
-rw------- 1 root root 1404586 Jun  9 13:43 /var/log/filebeat/filebeat 

However on my oldest server, i only have filebeat 5.2 and logfile mode is 644

[user@otherserver ~]$ ll /var/log/filebeat/filebeat
-rw-r--r-- 1 root root 3806198 Jun  9 13:45 /var/log/filebeat/filebeat

I didn't find any useful information in the documentation on how to change this ? I would like the logfile mode to be 644 by default.

Do you have any idea ?

Thx

This change was merged some days ago and will make it to next release :slight_smile:

Thanks for your quick answer ! I just have to wait :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.