es数据分析插件(ES监控工具cerebro)
es数据分析插件(ES监控工具cerebro)conf/application.conf编辑配置文件wget https://github.com/lmenezes/cerebro/releases/download/v0.8.1/cerebro-0.8.1.tgz tar xzf cerebro-0.8.1.tgz启动cd /opt/cerebro nohup ./bin/cerebro -Dhttp.port=8800 -Dhttp.address=0.0.0.0 &
cerebro的用途
可以直观地排查异常情况
下载解压
https://github.com/lmenezes/cerebro/releases
wget https://github.com/lmenezes/cerebro/releases/download/v0.8.1/cerebro-0.8.1.tgz tar xzf cerebro-0.8.1.tgz
启动
cd /opt/cerebro nohup ./bin/cerebro -Dhttp.port=8800 -Dhttp.address=0.0.0.0 &
编辑配置文件
conf/application.conf
hosts = [ { host = "http://localhost:9200" name = "es-test" } # Example of host with authentication #{ # host = "http://some-authenticated-host:9200" # name = "Secured Cluster" # auth = { # username = "username" # password = "secret-password" # } #} ]
使用
浏览器打开连接http://192.168.58.101:9000
概要信息
节点信息
Rest接口