好用的ElasticSearch监控维护配置工具--cerebro

cerebro一款全能的ES工具,安装配置简单,功能强大。

可以监控集群、配置集群、操作ES数据;

下载地址:

https://github.com/lmenezes/cerebro/releases

wget  https://github.com/lmenezes/cerebro/releases/download/v0.8.5/cerebro-0.8.5.tgz

或者下载后上传到服务器

 解压  tar -zxvf cerebro-0.8.5.tgz

 

启动    ./bin/cerebro 默认9000端口  

如果端口有冲突,可以使用-Dhttp.port指定端口启动

[es@scm bin]$ ./cerebro
[info] play.api.Play - Application started (Prod) (no global state)
Oops, cannot start the server.
akka.stream.impl.io.ConnectionSourceStage$$anon$1$$anon$2: Bind failed because of java.net.BindException: 地址已在使用
Caused by: java.net.BindException: 地址已在使用

 ./bin/cerebro  -Dhttp.port=9999 指定端口启动

 

你可能感兴趣的:(ElasticSearch)