下载地址

https://github.com/lmenezes/cerebro/releases

解压安装后运行./bin/cerebro

浏览器查看:http://ip:9000/

登录:输入es的节点地址, 登录后就是这个样子

安装cerebro

es新建索引 

curl -X PUT 'localhost:9200/user?pretty'

curl -X GET 'localhost:9200/_cat/indices?v'
安装cerebro

可以看到新增的索引,也可以在里面写查询语句

有了cerebro,基本可以不用HEAD插件了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-11-09
  • 2022-02-08
猜你喜欢
  • 2021-07-26
  • 2021-12-27
  • 2021-10-29
  • 2021-04-03
  • 2021-08-06
  • 2022-01-13
  • 2022-01-25
相关资源
相似解决方案