Can we use Kibana for Apache Solr not using elasticsearch

前端 未结 3 1925
臣服心动
臣服心动 2021-02-03 12:10

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

3条回答
  •  滥情空心
    2021-02-03 13:07

    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.

提交回复
热议问题