【发布时间】:2018-09-14 10:29:53
【问题描述】:
我在 Grafana 中创建了以下变量:
{"find": "terms", "field": "is_acr.keyword"}
它返回3,4,8
实际上我必须在该变量中添加一个 AND 子句,结果应该是这样的
{"find": "terms", "field": "is_acr.keyword" AND "ip_code.keyword": "AM"}
但 Grafana 会返回
Template variables could not be initialized: Unexpected token A in JSON at position 54
【问题讨论】:
-
请说明您如何在 Grafana 中添加/定义该变量。错误也很清楚 ->
... AND ..不是有效的 json。
标签: elasticsearch kibana grafana