cerebro es监控系统部署

解压缩,然后配置下conf目录下的application.conf

 

 


# A list of known hosts
hosts = [
  {
    host = "http://192.168.31.205:9200"
    name = "dstc-elasticsearch"
  }
  # Example of host with authentication
  #{
  #  host = "http://some-authenticated-host:9200"
  #  name = "Secured Cluster"
  #  auth = {
  #    username = "username"
  #    password = "secret-password"
  #  }
  #}
]
http = {
    port = "1234"
    address = "192.168.31.205"
}

 

你可能感兴趣的:(es6)