cerebro 配置

Posted zhengwenqiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cerebro 配置相关的知识,希望对你有一定的参考价值。

cerebro 是 elastic search 的 监控平台

# Authentication
auth = {
  # Example of LDAP authentication
  type: ldap
    settings: {
      url = "ldap://88.113.81.53:389"
      #base-dn = "ou=active,ou=Employee"
      # OpenLDAP might be something like
      base-dn = "dc=ali,dc=work"
      # Usually method should be left as simple
      # Otherwise, set it to the SASL mechanisms to try
      method  = "simple"
      # Usernames in the form of email addresses (containing @) are passed through unchanged
      # Set user-domain to append @user-domain to bare usernames
      user-domain = "vipkid.com.cn"
      # Or leave empty to use user-format formatting
      #user-domain = ""
      # user-format executes a string.format() operation where
      # username is passed in first, followed by base-dn
      # Leave username unchanged
      user-format = "%s"
      # Like setting user-domain
      #user-format = "%[email protected]"
      # Common for OpenLDAP
      #user-format = "uid=%s,%s"
    }
  # Example of simple username/password authentication
  #type: basic
  #  settings: {
  #    username = "archsso_ldap"
  #    password = "PkjZZ96FnAc6D"
  #  }
}
# A list of known hosts
hosts = [
  #{
  #  host = "http://localhost:9200"
  #  name = "Some Cluster"
  #},
  # Example of host with authentication
  #{
  #  host = "http://some-authenticated-host:9200"
  #  name = "Secured Cluster"
  #  auth = {
  #    username = "username"
  #    password = "secret-password"
  #  }
  #}
{
 host = "http://11.22.33.55:1200"
 name = "cluster-name"
}]

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

以上是关于cerebro 配置的主要内容,如果未能解决你的问题,请参考以下文章

cerebro 配置

日志搜集平台ELK-cerebro部署安装

elasticsearch6.5.0安装搭建以及kibana,cerebro,head,beat

安装elastic6.1.3及插件kibana,x-pack,essql,head,bigdesk,cerebro,ik

在spyder下调用cerebro.plot()不显示图片问题

elasticsearch7.5.0+kibana-7.5.0+cerebro-0.8.5集群生产环境安装配置及通过elasticsearch-migration工具做新老集群数据迁移