Get list of kiaban visualization and dashboards

What is the Version of Kibana are you running on ?
If you are 6.0 + then this should work for you:

What version of Kibana are you on ? If 6.0 + this query should get you all the

GET .kibana/doc/_search
{
  "query":{
    "match" : {
      "type": "visualization"
    }
  }
}

Cheers
Rashmi

1 Like