Merge pull request #818 from wazuh/1665-Fix-filebeat-crash-due-to-glibc-tomaster

Add fix to avoid GLIBC crash
This commit is contained in:
José Fernández Aguilera 2022-07-07 09:02:12 +02:00 committed by GitHub
commit 9319ff4f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,10 @@ output.elasticsearch:
#output.logstash.hosts: ["YOUR_LOGSTASH_SERVER_IP:5000"]
logging.metrics.enabled: false
seccomp:
default_action: allow
syscalls:
- action: allow
names:
- rseq