cerebro 配置

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脚本

原文地址:https://www.cnblogs.com/zhengwenqiang/p/9362324.html