ES集群可视化管理工具-Cerebro

下载地址:

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

解压

tar zxvf cerebro-0.6.5.tgz
cd cerebro-0.6.5/

配置

打开文件 conf/application.conf

hosts = [
  {
    host = "http://localhost:9200"
    name = "my-cluster"
  }

启动

./bin/cerebro -Dhttp.port=1234 -Dhttp.address=localhost &

在浏览器打开地址

http://localhost:1234

image

你可能感兴趣的:(ES集群可视化管理工具-Cerebro)