elasticSearch监控工具 - cerebro安装

elasticSearch监控工具 - cerebro安装,第1张

elasticSearch监控工具 - 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

2.启动

bin/cerebro

ps:指定端口

bin/cerebro -Dhttp.port=8080

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"
  #  }
  #}
]

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

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5696400.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存