1

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.

Arif
  • 1,369
  • 14
  • 39

4 Answers4

0

Try sense - a JSON aware interface to ElasticSearch

http://sense.qbox.io/gist/

Siddardha Budige
  • 1,005
  • 1
  • 8
  • 12
  • Thanks for reply. JSON interface is nice but i need something like [this](http://demo.projectblacklight.org/) – Arif Jul 01 '14 at 08:35
0

Found a nice plugin for SOLR and Elasticsearch facets

https://github.com/okfn/facetview

Arif
  • 1,369
  • 14
  • 39
0

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.

Torsten Engelbrecht
  • 13,318
  • 4
  • 46
  • 48
  • Thanks for the reply. Yes, i tried these plugins. These are elasticsearch management tools. I was looking for a facet interface like blacklight is for SOLR that i mentioned the question. – Arif Jul 01 '14 at 10:18
  • Maybe in this case you should try out Kibana: http://www.elasticsearch.org/overview/kibana/. Still not 100% sure it fits your needs, since I never used or have seen blacklight. Kibana can be used to create dashboards of any kind on top of your indices, including some using elasticsearch facets. – Torsten Engelbrecht Jul 01 '14 at 12:24
  • Torsten: I found a JS alternative for elasticsearch facets. Thanks for your response – Arif Jul 02 '14 at 05:04
  • please Torsten, can you share wich alternative have you found? – Qsebas May 30 '16 at 20:44
  • @Qsebas you have to ask Arif, since he wrote that comment. – Torsten Engelbrecht May 31 '16 at 01:14
  • sorry Tortsen I was confused with the thread... so @Arif can you tell us what have you found? – Qsebas May 31 '16 at 14:46
0

Found nice project, pure HTML and Javascript (can work on any server-side framework) ElasticUI

Kipi
  • 165
  • 2
  • 10