Hi @Gayathri.Srivathsan
What method have you used to export/import your dashboard and visualization?
There are few things to remember:
- visualization are tied to index-patterns, so on every environment you should have the same index-pattern configured with the same IDs
- if you export a visualization/dashboard via user interface in kibana, than you can import only through the UI. If exported through API you can import them only through API.
- the same kibana version is required (when exporting and reimporting a visualization)
You can find the docs to export/import through API here: https://www.elastic.co/guide/en/kibana/current/dashboard-import-api.html