yeah how to find a way to export dashboard with the data to import on to other elk instance
Thank you Christian
Christian if you find any way to export dashboard from one elk instance with the data to import on to other elk instance
please let me know
see if i import any dashboard that should be ready with the data same as like the dashboard which is in elk instance i have exported from for this scenario am working on
if find any clue let me know Christian
we have used kibana api to export dashboard right
curl -XGET http://localhost:5601/api/kibana/dashboards/export?dashboard=d25f3e20-041d-11e8-af22-05a1f7ea412f > dashboard_export.json
d25f3e20-041d-11e8-af22-05a1f7ea412f this is dashboard uid
how can i list out all the uid's of dashboards present in my cluster?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.