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
修改配置
vi cerebro/conf/application.conf
cerebro部署
启动 ./bin/cerebro 默认9000端口

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

[[email protected] 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$1
anon$2: Bind failed because of java.net.BindException: 地址已在使用
Caused by: java.net.BindException: 地址已在使用

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

原文链接:https://blog.csdn.net/wzh8108/article/details/104946474/

相关文章:

  • 2022-12-23
  • 2021-11-09
  • 2021-10-29
  • 2022-02-08
  • 2021-07-03
  • 2021-10-15
猜你喜欢
  • 2021-05-20
  • 2022-12-23
  • 2021-10-01
  • 2021-07-26
  • 2021-12-27
  • 2021-10-04
相关资源
相似解决方案