29 Jan 2020 09:05 AM - last edited on 16 Oct 2023 03:32 PM by random_user
Since I missed a feature to sync dashboards between tenants I wrote one in golang:
https://github.com/Salling-Group/dashport
It can also backup dashboards.
Some of you might find it useful.
It has only been tested on Linux and with the tenants I have available.
I see @Uzair H. created an RFE for this feature:
https://community.dynatrace.com/content/idea/214749/view.html
Solved! Go to Solution.
29 Jan 2020 01:30 PM
You can also use the environment/Configuration API to export the Json data for the dashboard you are looking to duplicate in another environment. Then just run that Json in the post API for the desired environment.
29 Jan 2020 01:51 PM
Yes, indeed. And the Configuration API is exactly what dashport utilizes.
29 Jan 2020 04:04 PM
Hey Rasmus,
Thank you for posting this tool! I will give it a try cloning between our Production and UAT environment.
Appreciate you open sourcing tools like this.
Thanks
-Dallas
30 Jan 2020 07:50 PM
Good work, thanks Rasmus
25 May 2021 12:38 AM
Hi Rasmus Edgar,
creating Dynatrace configuration backups and reusing this configuration on different environments is very important. We've missed such a feature for a long time and developed a tool called Composer to close this gap.
Please find our tool on the Dynatrace Hub https://www.dynatrace.com/hub/?query=composer
Within a few minutes you can install Composer and set your Dynatrace configuration under version control.
Best regards
Josef