Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elasticsearch UI [closed]

I'm migrating from Solr to Elasticsearch and was wondering if there was a UI available that is similar to Solritas. There is a great tool here:

http://mobz.github.com/elasticsearch-head/

Which provides browsing/searching capabilities, but it doesn't seem to have faceted browsing implemented yet (please correct me if I'm wrong). Is there another UI that is popular with elasticsearch, or would I be better off implementing something using the extensive client apis?

Thanks,

like image 882
javalotte Avatar asked Jul 26 '11 00:07

javalotte


People also ask

Is Elasticsearch UI free?

Elasticvue is a free and open-source elasticsearch gui for the browser.

Is Elasticsearch running?

Verify elasticsearch is running by typing $ smarts/bin/sm_service show. 2. Verify elasticsearch is serving requests from a browser on the same machine in Windows or using a tool like curl on Linux. A page specific to the browser will appear.

How do you expose Elasticsearch to public?

You need to include network. host:0.0. 0.0 in your elasticsearch. yml file so that it listens on the non-loopback address and after that, if your app-server and ES are both in the same VPC, app-server will be able to connect to ES(provided if you exposed 9200 port in security group(in case of AWS).


2 Answers

Saw this recently. May be a good starting point for what you're looking for: https://github.com/okfn/facetview

like image 120
Joe Arasin Avatar answered Oct 04 '22 12:10

Joe Arasin


Kibana is coming along nicely. It requires a bit of customization to get it the way you want it, but it's built from the ground up to work with facets.

like image 31
drewr Avatar answered Oct 04 '22 12:10

drewr