I am using elasticsearch in a Ruby on Rails project. I am in search of user interface for elasticsearch index.
Like Blacklight is for solr, is there any alternative of blacklight for elasticsearch ??
Thanks in advance.
I am using elasticsearch in a Ruby on Rails project. I am in search of user interface for elasticsearch index.
Like Blacklight is for solr, is there any alternative of blacklight for elasticsearch ??
Thanks in advance.
Try sense - a JSON aware interface to ElasticSearch
I would suggest you to use some of the great elasticsearch plugins. I personally use the head plugin to have an overview over my cluster, indices, etc.. and also check the data indexed. Bigdesk is nice have some general real time monitoring of your cluster. Already mentioned by Siddardha Budige was sense which is great for experimenting and debugging queries.