Kibana Alternatives
Asked Answered
E

3

16

I am having an issue in kibana. It does not show any results in the Discover tab.

Please look here for more information.

Do we have any Kibana alternatives that the community has used? I searched on the internet and I could find only Head elasticSearch plugin. If nothing works, then I will work on consuming the ElasticSearch JSON feed using .Net and asp.net charts.

Este answered 16/10, 2015 at 0:19 Comment(1)
No need for alternatives, we'll make Kibana work, no worries ;-)Rack
W
19

The only thing I know of would be Grafana. But that won't support ES until version 2.5. So currently you're going to have to make due with Kibana or manual labor.

EDIT

Grafana 2.5 has been released and features a ElasticSearch query editor.

Wardell answered 16/10, 2015 at 7:12 Comment(0)
F
4

I assume you are talking about Kibana 4 or 5. When this happens to me it usually means that the time filter is set to a period when there is no data for or documents do not have time stamps or the mapping of time stamp field is not set to 'date'. So the solution is to use Kibana 3 as your discovery panel. Here is a link to a fork that supports aggregations and Elasticsearch 2.x and 5.x.

https://github.com/immunochomik/kibana3

In Kibana 3 you can remove time filter completely so the time histogram will try to show you all the data in the index, also if there are no time stamps you can still look at data in terms panels and documents panels.

Another interesting alternative is redash, you can build dashboards combining many sources of data including Elasticsearch. Drawback is that you need to know how to write a query.

Floatage answered 27/2, 2016 at 12:38 Comment(0)
K
2

Open source options: Grafana, Redash

If you are open to commercial solutions, Knowi might be an option for more advanced needs (multi-index/multi-database joins, AI etc). See their ElasticSearch playground.

Kemberlykemble answered 27/8, 2019 at 23:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.