From 45418faf15f9013b74849af7f9c9971b4f1306b8 Mon Sep 17 00:00:00 2001 From: "Qian Cheng (ext.)" Date: Tue, 27 Jul 2021 18:29:59 +0200 Subject: [PATCH] added smc2_ceks --- .../00_Global-Config/auto-tag/Component.json | 79 +++++++++++++------ 1 file changed, 55 insertions(+), 24 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 68e44318..9d18c427 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -3568,30 +3568,61 @@ "valueFormat": "am-mno-manager", "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": "mno", - "negate": false, - "caseSensitive": true - } - } + { + "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": "mno", + "negate": false, + "caseSensitive": true + } + } ] -} +}, + { + "type": "SERVICE", + "enabled": true, + "valueFormat": "smc2-ceks", + "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": "smc2-ceks", + "negate": false, + "caseSensitive": false + } + } + ] + } ] } \ No newline at end of file