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
All those log files are owned by the hadoop user and group
No amount of sudo chmod -R o+rx /mnt/var/log/bootstrap-actions or sudo chown -R dd-agent:dd-agent /mnt/var/log/bootstrap-actions/* fixed my issue. Instead, https://stackoverflow.com/a/72410946 solved my issue with sudo usermod -aG hadoop dd-agent.
Describe what happened:
Describe what you expected:
I expect that after I confirm permissions with getfacl, datadog agent can read the log file:
Steps to reproduce the issue:
Go through this guide https://docs.datadoghq.com/logs/guide/setting-file-permissions-for-rotating-logs/
Additional environment details (Operating System, Cloud provider, etc):
AWS Linux
The text was updated successfully, but these errors were encountered: