Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CAP_AUDIT_READ from docker-compose.yml (elastic#13077)
Some CentOS 7 jenkins workers have started failing because of this capability which does not exist in their kernel. But because we requet AUDIT_CONTROL it will be fine to run without AUDIT_READ. Cannot create container for service beat: invalid CapAdd: unknown capability: "CAP_AUDIT_READ"
- Loading branch information