fluent / fluent/fluentd

out_file plugin should allow customizing permissions

Open
#2,119 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Ruby
Stars
13.6k
Forks
1.4k
Avg merge
1d 3h
Merged PRs (30d)
20

Description

When using fluentd to write logs to disk using `out_fule` plugin, for certain sensitive logs, it would be good to be able to restrict the ownership and access of the files. At the moment, all output files are owned by the user fluentd runs as, and with default umask, so probably world-readable.

Ideally we'd be to be able to configure for each file, the owner, group, and standard Unix permissions (eg 0600).

Environment information - fluentd 0.12, in docker container on CentOS 7.5.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.