1 Answer
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
Your Answer