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 &
