From 863bff93b3abea85185b0d378a899fa8889fffb5 Mon Sep 17 00:00:00 2001 From: mosadak al salamat Date: Wed, 6 Oct 2021 16:23:39 +0200 Subject: [PATCH] CDVPS-5200 - Add initial configuration of application VPS-Admin to Dynatrace - more specific criteria to Component.json added --- .../00_Global-Config/auto-tag/Component.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 89ed4b16..c79db6f5 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -4252,10 +4252,11 @@ "attribute": "SERVICE_TYPE" }, "comparisonInfo": { - "type": "SERVICE_TYPE", - "operator": "EQUALS", - "value": "DATABASE_SERVICE", - "negate": false + "caseSensitive": true, + "negate": false, + "operator": "REGEX_MATCHES", + "type": "STRING", + "value": "cc_.*vps.*config" } }, {