Hi,
I am trying to generate the json file for kibana dashboard. I am trying this command but this gives me only the dashboard of the design. How can i get the data?
curl -X GET 'http://demo.icebreaker.minutuscloud.com/kibana/api/saved_objects/dashboard/e39bd850-fe00-11ed-8409-8541bc1e01bc' -H 'kbn-xsrf: true' -u elastic:password
I will be using this json in zabbix. So i want it along with data.
