There are many dashboards here:
First question, why some of them tagged as Prometheus
?
I tried the first one and the fifth one, but whether I set Prometheus or Elasticsearch datasource, I can’t see Elasticsearch data on the dashboard at all.
However, when I click Explore
in the datasource list, I can see Elasticsearch data there.
↓
Why can’t I see data after importing an ID from Grafana dashboards?
Hi…
What do you want to achieve using Elasticsearch as Datasource? There’s alot of samples using Elasticsearch…
Regards,
Fadjar
For example, I want to use this dashboard to view data:
This dashboard just for Elasticsearch cluster healthiness, not the elasticsearch index dashboard.
To achieve this, you need Prometheus and Elasticsearch exporter.
The elasticsearch exporter will provide the prometheus data format and Prometheus will scrape the exporter to get the Elasticsearch healthiness data…
If you need to view the index data inside the Elasticsearch cluster, just add the elasticsearch endpoint to the Grafana Datasource, then you need to know the query to visualize it to Grafana
Regards,
Fadjar
1 Like
Hi @fadjar340 ,
Thank you. I’m sorry that I didn’t check this guide mentioned in the dashboard description.