推荐更新:
Windows平台为 ElasticSearch 6.x 安装 Head 客户端插件
elasticsearch-head
A web front end for an Elasticsearch cluster.
http://mobz.github.io/elasticsearch-head
Running with built in server
git clone git://github.com/mobz/elasticsearch-head.git cd elasticsearch-head npm install npm run start
This will start a local webserver running on port 9100 serving elasticsearch-head.
Cerebro
https://github.com/lmenezes/cerebro
cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
Requirements
cerebro needs Java 1.8 or newer to run.
Installation
Download from https://github.com/lmenezes/cerebro/releases
Extract files
Run bin/cerebro(or bin/cerebro.bat if on Windows)
Access on http://localhost:9000