I have a cluster with 10 nodes with elasticsearch 2.4 version.
I disabled in elasticsearch.yml syscall filter with this configuration:
[...]
bootstrap.system_call_filter: false
[...]
Unfortunately, elasticsearch still crash with the same problem:
[2020-05-29 10:00:10,470][INFO ][http ] [test-node3] publish_address {127.0.0.1:9201}, bound_addresses {127.0.0.1:9201}
[2020-05-29 10:00:10,471][INFO ][node ] [test-node3] started
[2020-05-29 10:20:02,086][WARN ][bootstrap ] unable to install syscall filter: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
[2020-05-29 10:20:02,266][INFO ][node ] [test-node3] version[2.4.2], pid[15661], build[161c65a/2016-11-17T11:51:03Z]
[2020-05-29 10:20:02,266][INFO ][node ] [test-node3] initializing ...
[2020-05-29 10:20:02,890][INFO ][plugins ] [test-node3] modules [reindex, lang-expression, lang-groovy], plugins [license, marvel-agent, delete-by-query], sites
[2020-05-29 10:20:02,915][INFO ][env ] [test-node3] using [1] data paths, mounts [[/var (/dev/mapper/vg_test)]], net usable_space [344.7gb], net total_space [1tb], spins? [possibly], types [ext4]
[2020-05-29 10:20:02,915][INFO ][env ] [test-node3] heap size [15.8gb], compressed ordinary object pointers [true]
[2020-05-29 10:20:05,892][INFO ][node ] [test-node3] initialized
[2020-05-29 10:20:05,893][INFO ][node ] [test-node3] starting ...
[2020-05-29 10:20:06,150][INFO ][transport ] [test-node3] publish_address {192.168.0.155:9500}, bound_addresses {192.168.0.155:9500}
[2020-05-29 10:20:06,157][INFO ][discovery ] [test-node3] LTMS-Security/MBU_wkDmQwuD_JdXVjq7mw
[2020-05-29 10:20:09,431][INFO ][cluster.service ] [test-node3] detected_master {test-node2}{CZwfSQvQQPqvyEiH5puhVA}{192.168.0.152}{192.168.0.152:9500}{zone=test2}, added {{test-node3}{t5L1YMgqQMaiMi9lQjVqpQ}{192.168.0.153}{192.168.0.153:9500}{zone=test1, master=false},{test-node7}{jDDL90h5SVehLcvGJ5FSzQ}{192.168.0.157}{192.168.0.157:9500}{data=false, master=true},{test-node1}{_0-gNLEcRx6uji_TLjjfYw}{192.168.0.151}{192.168.0.151:9500}{zone=test1},{test-node4}{g0WsxsNxSriGMZCSbtSCJA}{192.168.0.154}{192.168.0.154:9500}{zone=test2, master=false},{test-node9}{sZiPwdq7TwSxiqk8cFk7mg}{192.168.0.159}{192.168.0.159:9500}{data=false, master=true},{test-node2}{CZwfSQvQQPqvyEiH5puhVA}{192.168.0.152}{192.168.0.152:9500}{zone=test2},{node-balance}{0YKkXqVOTsW_NIkBnLskLg}{192.168.0.182}{192.168.0.182:9300}{data=false, master=false},{test-node8}{RbzOVzHqQuCyoFxSlZklYA}{192.168.0.158}{192.168.0.158:9500}{zone=test2, master=false},{test-node6}{yeZ8HWZbRL6OV4YqvRT0tw}{192.168.0.156}{192.168.0.156:9500}{zone=test2, master=false},}, reason: zen-disco-receive(from master [{test-node2}{CZwfSQvQQPqvyEiH5puhVA}{192.168.0.152}{192.168.0.152:9500}{zone=test2}])
[2020-05-29 10:20:09,459][INFO ][cluster ] [test-node3] updating [cluster.info.update.interval] from [30s] to [1m]
[2020-05-29 10:20:09,969][INFO ][http ] [test-node3] publish_address {127.0.0.1:9201}, bound_addresses {127.0.0.1:9201}
[2020-05-29 10:20:09,975][INFO ][node ] [test-node3] started
[2020-05-29 11:00:01,789][WARN ][bootstrap ] unable to install syscall filter: seccomp unavailable: CONFIG_SECCOMP not compiled into kernel, CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER are needed
[2020-05-29 11:00:01,971][INFO ][node ] [test-node3] version[2.4.2], pid[16135], build[161c65a/2016-11-17T11:51:03Z]
[2020-05-29 11:00:01,971][INFO ][node ] [test-node3] initializing ...
[2020-05-29 11:00:02,620][INFO ][env ] [test-node3] using [1] data paths, mounts [[/var (/dev/mapper/vg_test)]], net usable_space [344.7gb], net total_space [1tb], spins? [possibly], types [ext4]
[2020-05-29 11:00:02,620][INFO ][env ] [test-node3] heap size [15.8gb], compressed ordinary object pointers [true]
[2020-05-29 11:00:05,688][INFO ][node ] [test-node3] initialized
[2020-05-29 11:00:05,688][INFO ][node ] [test-node3] starting ...