Version 1.17.12
two members of the my cluster are failing to start with the following error
[2024-10-09T15:17:43,176][ERROR][o.e.b.Bootstrap ] [secesprd07] node validation exception
[1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch.
bootstrap check failure [1] of [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
What are "system call filters" ?
config file:
cluster.name: security
cluster.max_shards_per_node: 600
node.name: secesprd07
node.roles: [data_cold]
path.data: /data/elasticsearch/security
path.repo: [/home/elasticsearch/esbackups ]
path.logs: /var/log/elasticsearch/
xpack.security.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.key: /etc/elasticsearch/ssl/privkey.pem
xpack.security.http.ssl.certificate: /etc/elasticsearch/ssl/fullchain.pem
xpack.security.transport.ssl.key: /etc/elasticsearch/ssl/privkey.pem
xpack.security.transport.ssl.certificate: /etc/elasticsearch/ssl/fullchain.pem
xpack.security.transport.ssl.verification_mode: certificate
network.host: [ 0.0.0.0 ]
cluster.routing.allocation.disk.watermark.low: 80%
cluster.routing.allocation.disk.watermark.high: 85%
discovery.seed_hosts: ["secesprd07.its.auckland.ac.nz", "secesprd08.its.auckland.ac.nz", "secesprd09.its.auckland.ac.nz", "secesprd10.its.auckland.ac.nz", "secesprd11.its.auckland.ac.nz"]