How to Persist Kibana Dashboards

Hi,

We created a few kibana dashboards with corresponding search and visualization. We can export the json files and import them to other environments. But if Kibana is restarted we are losing all the dashboards which were imported in the previously running instance.

Can we specify a path in Kibana's configuration so that at the time of loading, it goes to that specified location and imports all the json files present there so that on restart of kibana we do not lose the dashboard?

Thanks

Hello Arnav,

If you're saving your visualizations, they should still be there after kibana restart since they're persisted in elasticsearch. If you're losing elasticsearch data, you likely want to make sure your path.data configuration is set to a reliable location.

https://www.elastic.co/guide/en/elasticsearch/reference/master/path-settings.html

Regards,
Aaron

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