搜索引擎ElasticSearch系列(二): ElasticSearch2.4.4 Head插件安装
一:ElasticSearch Head插件简介
elasticsearch-head is a web front end for browsing and interacting with an Elastic Search cluster.
elasticsearch-head is hosted and can be downloaded or forked at github
contact me via github or on twitter @mobz
参考:http://mobz.github.io/elasticsearch-head/
二:Head插件安装
启动es服务,运行cmd命令切换到bin目录,如下图:
接着输入以下命令:plugin install mobz/elasticsearch-head,如下图所示:
说明插件已经安装成功。
二:Head插件界面浏览
打开浏览器输入:http://localhost:9200/_plugin/head/, 如下图所示:
参考:https://github.com/mobz/elasticsearch-head