From 7647783ccd4c99b927081d816ce076ea726aa333 Mon Sep 17 00:00:00 2001 From: mosadak al salamat Date: Fri, 1 Oct 2021 12:21:49 +0200 Subject: [PATCH] CDVPS-5198 - Add initial configuration of application VPS-Trigger to Dynatrace - Add database to application filters --- .../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 7798807d..4d6e1c36 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -4209,6 +4209,37 @@ } } ] - } + }, + { + "type": "SERVICE", + "enabled": true, + "valueFormat": "VPS-Trigger", + "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": "cc", + "negate": false, + "caseSensitive": true + } + } + ] + } ] } \ No newline at end of file