Closed axw closed 2 years ago
https://www.elastic.co/guide/en/apm/server/current/configuration-logging.html has examples of setting logging.files.permissions to 0644 and 0664. Since 2019 (https://github.com/elastic/beats/pull/14119), log files cannot be created with anything more than the permissions 0640, as libbeat sets a umask.
Related to https://github.com/elastic/beats/issues/20584
https://www.elastic.co/guide/en/apm/server/current/configuration-logging.html has examples of setting logging.files.permissions to 0644 and 0664. Since 2019 (https://github.com/elastic/beats/pull/14119), log files cannot be created with anything more than the permissions 0640, as libbeat sets a umask.