From c67fcfa5c3ad3652892597bfab4f05c8a5e3f84f Mon Sep 17 00:00:00 2001 From: "Qian Cheng (ext.)" Date: Wed, 28 Jul 2021 12:34:54 +0200 Subject: [PATCH] add smc2-ops --- .../00_Global-Config/auto-tag/Component.json | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) 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..7b84bc2c 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -3592,6 +3592,37 @@ } } ] -} +}, + { + "type": "SERVICE", + "enabled": true, + "valueFormat": "smc2-ops", + "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-ops", + "negate": false, + "caseSensitive": true + } + } + ] + } ] } \ No newline at end of file