kibana上查询chproxy上慢SQL请求日志

{
  "query": {
    "bool": {
      "filter": [
        {
          "range": {
            "time_use": {
              "gte": "1"
            }
          }
        },
        {
          "match_phrase": {
            "time_unit": "s"
          }
        }
      ]
    }
  }
}

 

posted @ 2022-08-10 10:53  捧花大王  阅读(241)  评论(0)    收藏  举报