From 37ced13730cb03bc8de707041fc1804f6d3f7994 Mon Sep 17 00:00:00 2001 From: "Much Erick, DE-833" Date: Fri, 10 Sep 2021 12:18:07 +0200 Subject: [PATCH] OPMAAS-564 - Add database to dashboard of ASBC-HAL-CL --- .../00_Global-Config/auto-tag/Component.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) 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 e57ec66b..5548e6c0 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -4147,6 +4147,37 @@ } } ] + }, + { + "type": "SERVICE", + "enabled": true, + "valueFormat": "ASBC-HAL-CL", + "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": "asbchal", + "negate": false, + "caseSensitive": true + } + } + ] } ] } \ No newline at end of file