Copying dashboard into different Kibana instance

Hi, I have two Kibana instances. Both have the same index with the same fields, mappings and etc. So, the data is identical.
I made a dashboard on one of them. Is it possible to somehow copy the metadata of dashboard, or the dashboard itself via URL or any other method so that, I have the same dashboard also on the second instance? So that, no need to recreate all visualizations again and bind them together

There's an undocumented way that we make this possible. Look at this PR, it describes that we added a Dashboard Import/export API (mainly for use internally). You should be able to do this.

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