- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Aug 2020 08:44 AM
Hi,
I've created a dashboard with some tiles which are containing data from a remote environment.
On the other hand I will be using management zones to give the appropriate user rights.
The problem is that my dashboard is not showing the data from the remote environment when I filter on a management zone. Is there a possibility to add the remote environment to the management zone?
Thanks in advance!
Kind regards,
Jurgen
Solved! Go to Solution.
- Labels:
-
management zones
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Aug 2020
01:26 PM
- last edited on
‎12 Feb 2024
10:53 AM
by
IzabelaRokita
Are you able to tag the remote environment entity? If so give it a tag such as "<APPNAME> - Remote Environment" and then add the rule to the Management Zone to include anything with the host tag "<AppName - Remote Environment"
outside of that i dont think there are rules to pick and choose the remote environment from the Management Zone rules level. Id recommend tossing in a RFE with some details about what kind of rules for remote environments you'd like: https://community.dynatrace.com/t5/forums/postpage/board-id/DynatraceProductIdeas
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎06 Aug 2020 01:39 PM
There are two ways to cope with this situation:
1) Use specific remote management zone per tile (as described in this recent blog post: https://www.dynatrace.com/news/blog/reporting-at-scale-leveraging-cross-environment-dashboards-gener... )
- the upside of this is that it works out of the box
- the downside is that is no longer dynamic if you change the management zone on the dashboatd
2) Keep management zones in sync over conneceted environments
- you'd essentially need to synchronize management zone Ids (as described here: https://www.dynatrace.com/news/blog/new-configuration-api-enables-efficient-configuration-as-code-ma... )
- the management zone's ID gets tacked on as a filter argument into the remote environment
- since you IDs match, the filter applies and provides accurate results
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎11 Aug 2020 07:21 AM
Thanks Roman!
I've implemented the second option and this is working like expected 🙂
