Importing the index profiles from one environment to another(Index name are different)

If we want to promote the Dashboards created in dev to upper environments what is the best practice? The index names will be different in upper environments and also possibility of sharing the same Elasticsearch cluster, say for dev and sit environments. We don't want to recreate the Visualizations/Dashboards again in new environment due to change in the index names.

You can export the Dashboard object from Stack Management > Saved Objects console and import it in the same way in another Kibana instance; however if your indices don't match between the two instances, the newly imported dashboard will be pretty much useless.

So in that case we need to create the Visualizations/Dashboards all over again in each environments? This is will be a additional effort.

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