0
点赞
收藏
分享

微信扫一扫

Elasticsearch监控cerebro部署

# 下载地址

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"
    }
  }
]
举报

相关推荐

0 条评论