Copy kibana to another server

Hello. A have a lot of visualisations, index patterns, dashboards in kibana.
Is it possible to copy kibana data to another ELK installation ?

Thanks.

@hurryup

Have you tried the Saved Object Export? https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html

as Matthew said I have used this many time over and works great.

I generally do it by dashboard. select dashboard and export and it will export all associated viz and index pattern with it.

then on source cluster you import it back.