From f5e7557928388d5d441b706f623a2214d04a3dc1 Mon Sep 17 00:00:00 2001 From: Ulrich Franziska Date: Wed, 14 Jul 2021 13:46:41 +0200 Subject: [PATCH] Add tag for am-mno-manager databases --- .../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 c8e82134..68e44318 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -3561,6 +3561,37 @@ } } ] - } + }, + { + "type": "SERVICE", + "enabled": true, + "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 + } + } + ] +} ] } \ No newline at end of file