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
Hi.
I'm trying to set up a otel-collector (my first!) to collect all the docker container logs and send them to OpenObserve for better visabiltiy etc.
But I'm getting permission denied when trying to access the docker logs.
Docker and all the containers runs with a user called dockeruser, and it has been added to sudoers along with the docker group
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I'm trying to set up a otel-collector (my first!) to collect all the docker container logs and send them to OpenObserve for better visabiltiy etc.
But I'm getting permission denied when trying to access the docker logs.
Docker and all the containers runs with a user called dockeruser, and it has been added to sudoers along with the docker group
The docker-compose.yml looks like this:
And the config.yaml:
How can I solve this?
Or is there another way to collect and ship the docker container logs?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions