如何编写Grafana查询以按数组中的值进行搜索

时间:2019-11-14 12:37:59

标签: grafana grafana-variable

我正在尝试使用特定值过滤/搜索Grafana日志其中在嵌套数组中,该日志仅返回结果。

这是特定日志的样子(我在这里只给出了一个日志):

{"level":20,"levelName":"INFO","data":[{"method":"post","uri":"https://glp-performance-qa.pla.pearsondev.tech/plaperformance/products/glp/query"}]}

如何使用method="post"过滤所有日志,datakubernetes.container_name.keyword:"$service" AND kubernetes.namespace_name.keyword:"$namespace" AND data:"[{method:"post"}]" 内的值

这是我尝试过的方法,但是不起作用:

// These rules give anyone, even people who are not users of your app,
// read and write access to your database
{
  "rules": {
    ".read": true,
    ".write": true
  }
}

输出:不执行任何操作,不返回任何日志。

有人可以帮我吗?

0 个答案:

没有答案