当前位置:   article > 正文

elasticSearch监控工具 - cerebro安装

cerebro安装

1.下载解压

wget https://github.com/lmenezes/cerebro/releases/download/v0.9.4/cerebro-0.9.4.tgz
tar -zxvf cerebro-0.9.4.tgz
  • 1
  • 2

2.启动

bin/cerebro
  • 1

ps:指定端口

bin/cerebro -Dhttp.port=8080
  • 1

ps: 配置服务器

hosts = [
  {
    host = "http://localhost:9200"
    name = "My Cluster"
  },
  # Example of host with authentication
  #{
  #  host = "http://some-authenticated-host:9200"
  #  name = "Secured Cluster"
  #  auth = {
  #    username = "username"
  #    password = "secret-password"
  #  }
  #}
]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

3.使用:打开浏览器 http://localhost:9000

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/997804
推荐阅读
相关标签
  

闽ICP备14008679号