Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we use Kibana for Apache Solr not using elasticsearch

How to integrate Kibana with Apache solr instead of using elastic search.

If it cannot be done.

What are the alternatives to Kibana for Solr

like image 935
user2230605 Avatar asked Mar 12 '14 21:03

user2230605


2 Answers

At LucidWorks, we have ported Kibana to work with Solr and released it as open source.

If you want a bundled package, you can download that at http://www.lucidworks.com/lucidworks-silk/.

Our port for Kibana for Solr is bundled with Solr 4.7.0 and can be used as a query engine to build dashboards from indexes within the bundled Solr instance and/or located on other Solr instances.

The source code is available at https://github.com/LucidWorks/banana.

We have also included Solr Output Writer for LogStash with that bundle; however, you can use any ETL and indexing mechanism to get time series data into Solr. Links to this github repository are available on the LucidWorks link above.

like image 98
Ravi Krishnamurthy Avatar answered Oct 06 '22 00:10

Ravi Krishnamurthy


HUE is an alternative search UI for Solr, while it is not good as Kibana for search at the moment.

like image 23
mingxue Avatar answered Oct 06 '22 00:10

mingxue