# 下载地址
https://github.com/lmenezes/cerebro
https://github.com/lmenezes/cerebro/releases
# 解压
tar xzf cerebro-0.8.5.tgz
# 启动
cerebro-0.8.5/bin/cerebro
# 后台启动
nohup ./cerebro > cerebro.log &
# 配置ES服务器
hosts = [
#{
# host = "http://localhost:9200"
# name = "Localhost cluster"
# headers-whitelist = [ "x-proxy-user", "x-proxy-roles", "X-Forwarded-For" ]
#}
# Example of host with authentication
{
host = "http://172.17.107.187:9203"
name = "my-application"
auth = {
username = "elastic"
password = "escluter123456"
}
}
]