forked from wazuh/wazuh-docker
Merge pull request #691 from wazuh/1665-Fix-filebeat-crash-due-to-glibc-to4.4
Add fix to avoid GLIBC crash
This commit is contained in:
@@ -22,3 +22,10 @@ output.elasticsearch:
|
|||||||
#ssl.key:
|
#ssl.key:
|
||||||
|
|
||||||
logging.metrics.enabled: false
|
logging.metrics.enabled: false
|
||||||
|
|
||||||
|
seccomp:
|
||||||
|
default_action: allow
|
||||||
|
syscalls:
|
||||||
|
- action: allow
|
||||||
|
names:
|
||||||
|
- rseq
|
||||||
|
|||||||
Reference in New Issue
Block a user