我是靠谱客的博主 勤恳硬币,最近开发中收集的这篇文章主要介绍ELK 之 elasticsearch 安装问题解决BindTransportException[Failed to bind to [9300-9400],觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

请注意不能用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]所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部