Web GUI tools for Elasticsearch cluster
elasticsearch-head is a web front end for browsing and interacting with an Elastic Search cluster. There are multiple ways of running elasticsearch-head. Running as a plugin of ElasticSearch (this is the preferred method) elasticsearch/bin/plugin -install mobz/elasticsearch-head open http://localhost:9200/_plugin/head/ Running as a standalone webapp git clone git://github.com/mobz/elasticsearch-head.git Open index.html in a browser. A modern browser is…
