How to get dashboard list

I am trying to save some snapshots of kibana dashboards using: https://github.com/parvez/snapshot
But I am unable to get the list of the dashboard urls:
http://localhost:9200/.kibana/dashboard/_search?size=100

Any idea how can I change the URL to find this list?
Or if is there any other way to schedule dashboard report generation without using X-Pack?

Cheers

1 Like

Which version of Kibana are you using? You could give this a try instead:

http://localhost:9200/.kibana/_search?q=type:dashboard&size=100

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