From 353a37c7e41c59a83edd2744310f802f91834bd3 Mon Sep 17 00:00:00 2001 From: indpal Date: Fri, 9 Jun 2023 19:04:23 +0530 Subject: [PATCH] CDVPS-9777 added the database service configuration for vps-va-joynr --- .../00_Global-Config/auto-tag/Component.json | 43 +++++++++++++++---- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json index e0cb062e..13e922c9 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -4513,12 +4513,15 @@ "type": "STATIC" } } -<<<<<<< HEAD - ] + ], + "enabled": true, + "propagationTypes": [], + "type": "SERVICE", + "valueFormat": "VPS-Admin" }, { - "type": "SERVICE", "enabled": true, + "type": "SERVICE", "valueFormat": "msgsvc", "propagationTypes": [], "conditions": [ @@ -4546,13 +4549,37 @@ } } ] -======= - ], + }, + { "enabled": true, - "propagationTypes": [], "type": "SERVICE", - "valueFormat": "VPS-Admin" ->>>>>>> 9185efc6d986c7d7f7546667d2c36279c3db0e6c + "valueFormat": "vps-va-joynr", + "propagationTypes": [], + "conditions": [ + { + "key": { + "attribute": "SERVICE_TYPE" + }, + "comparisonInfo": { + "type": "SERVICE_TYPE", + "operator": "EQUALS", + "value": "DATABASE_SERVICE", + "negate": false + } + }, + { + "key": { + "attribute": "SERVICE_DATABASE_NAME" + }, + "comparisonInfo": { + "type": "STRING", + "operator": "CONTAINS", + "value": "vps-va-joynr_", + "negate": false, + "caseSensitive": true + } + } + ] } ] } \ No newline at end of file