Enforcing settings across tenants #1979
Unanswered
STgversluis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We run Dynatrace Managed with several tenants (dev, test, acceptance, production). We want to use Monaco to enforce certain settings across all tenants, such as custom process monitoring rules to prevent certain processes from being detected by Dynatrace.
For this, I have set up one json:
{ "enabled": true, "mode": "{{ .mode }}", "condition": { "item": "{{ .item }}", "operator": "{{ .operator }}", "value": "{{ .value }}" } }The configs look like this:
However, i have seen duplicate rules popping up. I must be able to apply this config on a very regular basis to make sure these rules stay in place, but I also want to make sure we do not get duplicate configs and I want to apply the same config across all tenants, so using a download will not work because the originObjectId is different in each tenant.
It is very important for us to have this in place. If Dynatrace starts monitoring these processes anyway we will have very serious performance impacts leading to business-standstill incidents.
How do I configure this in a single Monaco setup?
Beta Was this translation helpful? Give feedback.
All reactions