12 Jan 2023 02:58 PM
Part of a migration operation from Managed to SaaS, we realized that it was not possible to easily export and re-import Multidimensional analysis views created by users.
It would be great to be able to do it with an API or another way.
Thank you
Kind regards,
Elodie
Solved! Go to Solution.
09 Feb 2023 02:55 PM - edited 09 Feb 2023 02:57 PM
Currently, only a manual migration is possible. It is pretty easy as all parameters are in the URL. So you can just replace the environment domain with the new one, and it will work as long as common parameters/splittings are used. For example:
https://<managed-cluster-host>/e/55555555-1111-2222-3333-111111111111/ui/diagnostictools/mda?gtf=-2h&gf=all&metric=DISK_IO_TIME&dimension=%7BService:Instance%7D%20(Service%20%3D%20%7BService:Name%7D%20,%20Request%20%3D%20%7BRequest:Name%7D)&mergeServices=true&aggregation=MAX&percentile=80&chart=LINE&servicefilter=0%1E52%11Elasticsearch%20on%20Cluster%1111111111-2222-3333-aaaa-ccccccccccc
can be migrated into:
https://abc123.live.dynatrace.com/ui/diagnostictools/mda?gtf=-2h&gf=all&metric=DISK_IO_TIME&dimension=%7BService:Instance%7D%20(Service%20%3D%20%7BService:Name%7D%20,%20Request%20%3D%20%7BRequest:Name%7D)&mergeServices=true&aggregation=MAX&percentile=80&chart=LINE&servicefilter=0%1E52%11Elasticsearch%20on%20Cluster%1111111111-2222-3333-aaaa-ccccccccccc
09 Feb 2023 03:00 PM
Hi Radoslaw, thanks for your feedbacks. Yes it can be easy using the URL but when the MDA is saved under a specific Management zone, it is not visible to "all" so I need to check every single MZ and the customer has a lot of them.