You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: