A web UI for es

Hi, all! i wanna know that is a existed framework web UI to
display the json returned by es ? a little like the google's
frontpage THX!

you can use this
https://github.com/Aconex/elasticsearch-head

This UI is more than sufficient
Regards
Jagdeep

On May 8, 5:41 pm, goog cheng googch...@gmail.com wrote:

Hi, all! i wanna know that is a existed framework web UI to
display the json returned by es ? a little like the google's
frontpage THX!

The Elasticsearch site has a simple Javascript client implementation:

https://github.com/elasticsearch/elasticsearch.github.com/blob/master/search.html

--
Ivan

On Tue, May 8, 2012 at 5:41 AM, goog cheng googcheng@gmail.com wrote:

Hi, all! i wanna know that is a existed framework web UI to display
the json returned by es ? a little like the google's frontpage THX!

Take a look at Calaca, it's a simple search UI for Elasticsearch and it's got pretty much what you're asking for, just a simple search field, and will list out the results for you, with minimum configs required. On github - https://github.com/romansanchez/Calaca

1 Like