From f68d926ae28cfc14e2a811509f7b3e44d74cdb8b Mon Sep 17 00:00:00 2001 From: mosadak al salamat Date: Wed, 6 Oct 2021 16:30:33 +0200 Subject: [PATCH] CDVPS-5202 - Add initial configuration of application VPS-Monitor 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 dd10171d..62a1ed09 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.*monitor" } }, {