如何将ElasticQuery转换为Kibana URL [英] How to convert elasticquery into kibana URL

查看:343
本文介绍了如何将ElasticQuery转换为Kibana URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用kibana 6仪表板来显示可视化效果.

i am using kibana 6 dashboard to show visualization.

我有一个如下所示的弹性查询,它需要传递kibana dashbaord URL:

i have a elastic query like below and it need to pass in kibana dashbaord URL :

{
  "query": {
    "bool": {
      "minimum_should_match": 1,
      "should": [
        {
          "match_phrase": {
            "jt_tax.keyword": "Partner"
          }
        },
        {
          "match_phrase": {
            "jt_tax.keyword": "IT"
          }
        }
      ]
    }
  }
}

如何在Kibana仪表板网址中将ELASTIC QUERY解析为查询参数?

How to parse the ELASTIC QUERY into query parameter in Kibana dashboard Url?

推荐答案

类似问题:

通过过滤器作为kibana网址的一部分:

Passing the filter as part of the kibana url:

https://discuss.elastic.co/t /dashboard-search-parameter-via-url/84385

https ://discuss.elastic.co/t/passing-parameters-or-filter-in-kibana-url-from-web-app/141568

https://discuss .elastic.co/t/pass-filter-to-dashboard-url-in-markdown-menu/50991

这篇关于如何将ElasticQuery转换为Kibana URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆