首页 > 其他 > 详细

system call filters failed to install; check the logs and fix your configuration or disable system c

时间:2020-09-11 09:37:35      阅读:72      评论:0      收藏:0      [点我收藏+]

错误:

ERROR: [1] bootstrap checks failed
[1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
[2017-10-25T00:18:40,284][INFO ][o.e.n.Node               ] [FHZVpeX] stopping ...
[2017-10-25T00:18:40,316][INFO ][o.e.n.Node               ] [FHZVpeX] stopped
[2017-10-25T00:18:40,316][INFO ][o.e.n.Node               ] [FHZVpeX] closing ...
[2017-10-25T00:18:40,335][INFO ][o.e.n.Node               ] [FHZVpeX] closed

  

解决:

Centos6不支持SecComp,而ES5.2.0默认bootstrap.system_call_filter为true

禁用:在elasticsearch.yml中配置bootstrap.system_call_filter为false,注意要在Memory下面:
bootstrap.memory_lock: false
bootstrap.system_call_filter: false

地址:https://blog.csdn.net/qq1137623160/article/details/78341996

system call filters failed to install; check the logs and fix your configuration or disable system c

原文:https://www.cnblogs.com/smallleiit/p/13648793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!