概述
请注意不能用root用户启动ElasticSearch
问题1:BindTransportException[Failed to bind to [9300-9400]
解决1:打开config下面 配置文件elasticsearch.yml 将 network.host: 192.168.0.1 修改为本机IP 0.0.0.0
问题2:[2018-11-26T10:25:02,773][INFO ][o.e.b.BootstrapChecks ] [brESvXf] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [2] bootstrap checks failed
[1]: max file descriptors [65535] for elasticsearch process is too low, increase to at least [65536]
[2]: max number of threads [3882] for user [xgf] is too low, increase to at least [4096]
解决2:ElasticSearch
vi /etc/security/limits.conf
* soft nofile 65536
* hard nofile 131072
* soft nproc 2048
* hard nproc 4096
上面如果有root,请把root也改了
问题3:ElasticSearch 后台启动
解决3:./elasticsearch -d
最后
以上就是勤恳硬币为你收集整理的ELK 之 elasticsearch 安装问题解决BindTransportException[Failed to bind to [9300-9400]的全部内容,希望文章能够帮你解决ELK 之 elasticsearch 安装问题解决BindTransportException[Failed to bind to [9300-9400]所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复