head是用于监控Elasticsearch状态的客户端插件,包括数据可视化,增删改查工具,es语句的可视化等等。

5.0之后的安装方式如下:

git clone git://github.com/mobz/elasticsearch-head.git 

cd elasticsearch-head  
npm install
npm install -g grunt-cli
yum install nodejs
grunt server &
Open http://localhost:9100  

  

注:1.head插件监听的是9100端口 2.安装前要完成nodejs, grunt的安装

启动方式:

使用npm方式启动,在head插件目录中执行

grunt server  &

  

相关文章:

  • 2021-12-14
  • 2022-12-23
  • 2021-08-16
  • 2021-06-21
猜你喜欢
  • 2021-05-24
  • 2021-09-12
  • 2022-12-23
  • 2021-07-09
  • 2022-01-06
  • 2021-07-02
  • 2021-10-10
相关资源
相似解决方案