简体   繁体   English

我可以仅使用elasticsearch使用Grafana吗?

[英]Can i possibly use Grafana using only elasticsearch?

I am currently using Kibana 3, configured with Elasticsearch. 我目前正在使用配置有Elasticsearch的Kibana 3。 Is there any possibilities to use same Elasticsearch index with Grafana. 是否可以在Grafana中使用相同的Elasticsearch索引。 I searched a lot, but all are redirecting me to use graphite. 我进行了很多搜索,但所有人都将我重定向到使用石墨。

Why is it not possible to use Elasticsearch instead of graphite ? 为什么不能使用Elasticsearch代替石墨?

Any help is appreciated. 任何帮助表示赞赏。 Thanks. 谢谢。

(I am using Windows 7, just FYI) (我使用的是Windows 7,仅供参考)

Grafana 1.9 does not support elasticsearch as a datasource. Grafana 1.9不支持Elasticsearch作为数据源。
You may try to using Version v2.0. 您可以尝试使用版本v2.0。 This version allows to set elasticsearch like a datasource. 这个版本允许像数据源一样设置elasticsearch。

  • Grafana is a frontend to Graphite. Grafana是Graphite的前端。
  • Kibana is a frontend to elasticsearch. Kibana是Elasticsearch的前端。

Why is it not possible to use Elasticsearch instead of graphite ? 为什么不能使用Elasticsearch代替石墨?

Graphite stores only timeseries pair of data [time, value] whereas Elasticsearch can store large complex json documents. Graphite仅存储时间序列数据对[时间,值],而Elasticsearch可以存储大型复杂的json文档。 Grafana is written to understand just time series data and cannot 'understand' json. Grafana的编写只是为了了解时间序列数据,而不能“理解” json。

FYI- Whatever your usecase, elasticsearch can handle it. 仅供参考-无论您使用哪种用例,elasticsearch都可以处理。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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