I want to retrieve /var/log/kunai/events.log through a log collector tool (otel) which runs as non-root.
It needs read access for systemd-journal group, openobserve-agent user or other.
Because kunai handles directly log files rotation, logrotate post-rotate is not an option to add an extra acl like setfacl -m g:systemd-journal:r -- $1.
Could you add an option for it?
Thanks
I want to retrieve /var/log/kunai/events.log through a log collector tool (otel) which runs as non-root.
It needs read access for systemd-journal group, openobserve-agent user or other.
Because kunai handles directly log files rotation, logrotate post-rotate is not an option to add an extra acl like
setfacl -m g:systemd-journal:r -- $1.Could you add an option for it?
Thanks