我正在运行Grafana 4.1.0_beta1和Elasticsearch 5.1.1。
我的所有服务器都设置为Mountain Time,我似乎遇到了Grafana尝试“记帐”UTC并将搜索参数偏移7小时的问题。
作为一个例子;
来自服务器的 date
; Wed Jan 4 20:10:54 MST 2017
但是当我尝试在Grafana中添加和测试数据源时,我收到此错误:
{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"metricbeat-2017.01.05","index_uuid":"_na_","index":"metricbeat-2017.01.05"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"metricbeat-2017.01.05","index_uuid":"_na_","index":"metricbeat-2017.01.05"}
虽然metricbeat-2017.01.05
不存在,但metricbeat-2017.01.04
会按原样执行。
在仪表板上,我没有看到任何数据,直到我将时间设置为超过7h之前的任何数据。
我没有在elasticsearch或grafana配置文件中看到有关时区的任何内容。
我错过了什么吗?
答案 0 :(得分:0)
过度分析的经典案例。
看起来一切都是正确的,因为它是,除了我的客户端时区。
答案 1 :(得分:0)
通过进入添加的面板小部件,您应该能够将数据移回到7h的范围内 - >时间范围 - >添加时移。
- 如果没有别的方法可行。