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,
Elasticvue is a free and open-source elasticsearch gui for the browser.
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.
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).
Saw this recently. May be a good starting point for what you're looking for: https://github.com/okfn/facetview
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With