Export/Import Kibana's Dashboard & Visu

Hello guys,

i just did some quick search but still not finding what i was looking for.

Here my needs :

I wanna Export & Import all my dashboards & visualization BUT not with le UI, i need to do that with CLI/API but i don't find good way to do this.

Is anyone already did that ? And how to ?

Thanks in advance for reading and replying.

There is an API for exporting dashboards along with associated saved objects. There is not official documentation yet because the API is subject to change.

Kibana's existing API for interacting with Kibana saved objects can be explored here

There are a few open issues for better export support https://github.com/elastic/kibana/issues/4288 and https://github.com/elastic/kibana/issues/16831

If the existing APIs do not work out for you then I would recommend writing scripts that just directly make use of ElasticSearch REST APIs to interact with kibana index.

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