cerebro 是 elastic search 的 监控平台

# Authentication
auth = {
  type: ldap
    settings: {
      url = "ldap://88.113.81.53:389"
      base-dn = "dc=ali,dc=work"
      method  = "simple"
      user-domain = "alibaba.com.cn"
      user-format = "%s"
    }
}
# A list of known hosts
hosts = [
{
 host = "http://11.22.33.55:1200"
 name = "cluster-name"
}]

 cerebro 是一个java项目,cerebro命令就是一个shell脚本

 posted on 2018-07-24 20:11  ChaseForFuture  阅读(464)  评论(0编辑  收藏  举报