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 &