Exiting: 1 error: failed to create audit client: failed to get audit status: operation not permitted

Hello World!

I'm trying to Run Auditbeat on Docker | Auditbeat Reference [7.17] | Elastic, yet running into following issue:

# docker compose logs --tail 1
auditbeat  | Exiting: 1 error: failed to create audit client: failed to get audit status: operation not permitted
#

the capabilities:

# docker inspect --format='{{.HostConfig.CapAdd}}' auditbeat
[AUDIT_CONTROL AUDIT_READ]
# docker inspect --format='{{.HostConfig.CapDrop}}' auditbeat
[]
# 

Please advise.
Thank you in advance!

In the Special Requirements section it mentions needing the host pid namespace. Are you using that?

@andrewkroh thank you, that was it! i missed that part somehow... sowwy ;p

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.