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!