From fe9dc37674d56aae7e1703ce776cb2d2c66646b3 Mon Sep 17 00:00:00 2001 From: ermisw Date: Fri, 15 Oct 2021 10:24:19 +0200 Subject: [PATCH] added management zone rule --- .../CD_XCC/management-zone/default.json | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/BMW-Dynatrace-config/CD_XCC/management-zone/default.json b/BMW-Dynatrace-config/CD_XCC/management-zone/default.json index bffa0c3b..a2a87a06 100644 --- a/BMW-Dynatrace-config/CD_XCC/management-zone/default.json +++ b/BMW-Dynatrace-config/CD_XCC/management-zone/default.json @@ -109,6 +109,32 @@ "enabled": true, "propagationTypes": [], "type": "CLOUD_APPLICATION" - } + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "app-id", + "value": "APP-18886" + } + }, + "key": { + "attribute": "SERVICE_TAGS", + "type": "STATIC" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + } ] } \ No newline at end of file