How to find out the dashboards in which my visualisation is present using curl. i.e I have a visualisation say A its part of 2 dashboards D1 and D2, and I have 10 dashboards

Hi,

how to find out the dashboards in which my visualisation is present using curl. i.e I have a visualisation say A its part of 2 dashboards D1 and D2, and I have 10 dashboards.
I need to find the dashboards in which A visualisation is present.

Thanks

Hey @Prathibha_Y, starting in Kibana 7.2 you can do this using a curl command similar to the following:

curl 'https://localhost:5601/api/kibana/management/saved_objects/relationships/visualization/your-id-goes-here?savedObjectTypes=dashboard' -u elastic:changeme

This information is also available in the UI now starting in 7.2

1 Like

Thank you, sorry I forgot to mention the version, I am using kibana 6.1.2 version

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.