kopf
kopf is a simple web administration tool for elasticsearch written in JavaScript + AngularJS + jQuery + Twitter bootstrap.
It offers an easy way of performing common tasks on an elasticsearch cluster. Not every single API is covered by this plugin, but it does offer a REST client which allows you to explore the full potential of the ElasticSearch API.
Installation
You can either install a specific version(using its release tag) or the most up to date version from a given branch.
Installing on an Elasticsearch instance:
./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version}
open http://localhost:9200/_plugin/kopf
eg:./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/v2.0.1
上面安装方式是在线的,而离线方式很简单,把zip安装包解压到elasticsearch/plugin/kopf下即可。访问方式,和head、bigdesk相同,http://localhost:9200/_plugin/kopf。