简体   繁体   中英

Can i possibly use Grafana using only elasticsearch?

I am currently using Kibana 3, configured with Elasticsearch. Is there any possibilities to use same Elasticsearch index with Grafana. I searched a lot, but all are redirecting me to use graphite.

Why is it not possible to use Elasticsearch instead of graphite ?

Any help is appreciated. Thanks.

(I am using Windows 7, just FYI)

Grafana 1.9 does not support elasticsearch as a datasource.
You may try to using Version v2.0. This version allows to set elasticsearch like a datasource.

  • Grafana is a frontend to Graphite.
  • Kibana is a frontend to elasticsearch.

Why is it not possible to use Elasticsearch instead of graphite ?

Graphite stores only timeseries pair of data [time, value] whereas Elasticsearch can store large complex json documents. Grafana is written to understand just time series data and cannot 'understand' json.

FYI- Whatever your usecase, elasticsearch can handle it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM