prometheus-community / elasticsearch_exporter

Elasticsearch stats exporter for Prometheus
Apache License 2.0
1.91k stars 792 forks source link

[Grafana] some panels not working #609

Open m1iktea opened 2 years ago

m1iktea commented 2 years ago

overview

just similar to #467 But the difference is i can get value in my prometheus , but in some grafana panels is display N/A

how to start elasticsearch-exporter

examples/kubernetes/deployment.yml

            - /bin/elasticsearch_exporter
            - >-
              --es.uri=http://elasticsearch-es-internal-http:9200
            - '--es.all'
            - '--es.cluster_settings'

image

same command but grafana cant get value image image image

gotohx commented 2 years ago

Which version of grafana are you using?

m1iktea commented 2 years ago

Which version of grafana are you using?

grafana:8.2.1

hdong69 commented 1 year ago

i faced the same issue when i use version elasticsearch-exporter 1.6.0, elasticsearch 7.17.9, Grafana v9.4.7. What i have to do more is find the field Value mappings in Grafana UI and set like that image

hth !

gotohx commented 1 year ago

try Grafana 5.4 (https://github.com/prometheus-community/elasticsearch_exporter/blob/master/examples/grafana/dashboard.json#L8C17-L8C24)