Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert elasticquery into kibana URL

i am using kibana 6 dashboard to show visualization.

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"
          }
        }
      ]
    }
  }
}

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

like image 289
Pirai Sudie Avatar asked Oct 19 '25 14:10

Pirai Sudie


1 Answers

Similiar issues:

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

like image 136
Ijaz Ahmad Avatar answered Oct 22 '25 05:10

Ijaz Ahmad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!