Elasticsearch GUI is a browser-based plugin for exploring Elasticsearch clusters. Built with AngularJS, it provides several ways to interact with your data: a search interface similar to a website with keywords, facets, and highlighting; a query builder that lets you inspect the actual executed queries; and a graph view for visualizing data.
The plugin can be installed directly into an Elasticsearch instance or used as a standalone web application connecting to a remote cluster. It supported multiple Elasticsearch versions from 0.90 through 2.x.
At its peak the project attracted over 500 stars and 77 forks on GitHub, with contributions from several community members. It was released under the Apache 2.0 license.