0

system call filter failed in elastic search

Hi, i am running elastic search on my CentOS 6 machine and i found some error like system call filter' s failed in elastic search log file. How can i resolve this error?

CentOS Elastic Search Add a comment
perlinjones
asked Feb 02 2018

Answer

0

You need to open your configuration file /etc/elasticsearch/elasticsearch.yml and add the below value

bootstrap.system_call_filter: false

and then restart your service

service elasticserach restart
Add a comment
parthiban
asked Feb 11 2018
edited Oct 05 2018
Post your Answer