1、ElasticSearch Head

用途:展示ES(集群)数据信息
视图:https://mobz.github.io/elasticsearch-head/
下载:https://github.com/mobz/elasticsearch-head

  ES-HEAD(插件下载与安装,非web插件):
  https://github.com/mobz/elasticsearch-head
  nodejs
  https://nodejs.org/dist/
  安装参考:https://blog.csdn.net/ziyetian666/article/details/79737541
  ln -s /app/elastic/node-v11.6.0-linux-x64/bin/node /usr/local/bin/node
  ln -s /app/elastic/node-v11.6.0-linux-x64/bin/npm /usr/local/bin/npm

 

 

2、elasticsearch-sql

用途:利用标准SQL查询ES数据
视图:
下载:https://github.com/NLPchina/elasticsearch-sql

 

3、kibana 

用途:利用ES查询语法(json)检索ES数据
视图:
下载:https://www.elastic.co/downloads/kibana
汉化:https://blog.csdn.net/Gekkoou/article/details/80956191

 

相关文章:

  • 2021-11-01
  • 2021-11-07
  • 2021-05-30
  • 2021-10-22
  • 2021-07-19
  • 2021-06-07
  • 2021-10-08
猜你喜欢
  • 2022-01-01
  • 2022-01-06
  • 2021-12-20
  • 2021-10-28
  • 2021-11-28
  • 2018-07-21
  • 2021-12-05
  • 2021-06-06
相关资源
相似解决方案