elastic / apm-server

https://www.elastic.co/guide/en/apm/guide/current/index.html
Other
1.22k stars 525 forks source link

[docs] logging.files.permissions config is misleading #5899

Closed axw closed 2 years ago

axw commented 3 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.

bmorelli25 commented 3 years ago

Related to https://github.com/elastic/beats/issues/20584