cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Migrate Multidimensional analysis views from 1 tenant to another (for example from Managed to SaaS)

elodie_lam
Dynatrace Guide
Dynatrace Guide

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

 

2 REPLIES 2

Radoslaw_Szulgo
Dynatrace Guru
Dynatrace Guru

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

 

 

 

 

 

Senior Product Manager,
Dynatrace Managed expert

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.

Featured Posts