ElasticSearch启动报错:unable to install syscall filter:

使用的是centos6,其linux内核版本为2.6。而Elasticsearch的插件要求至少3.5以上版本 , 禁用这个插件即可。 修改elasticsearch.yml文件,在最下面添加如下配置: bootstrap.system_call_filter: false 然后重启
相关文章
相关标签/搜索