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 a9ec9f24..092f80a2 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -4149,34 +4149,36 @@ ] }, { - "type": "SERVICE", - "enabled": true, - "valueFormat": "Countly", - "propagationTypes": [], - "conditions": [ - { + "type": "SERVICE", + "enabled": true, + "valueFormat": "ASBC-HAL-CL", + "propagationTypes": [], + "conditions": [ + { "key": { - "attribute": "SERVICE_TYPE" + "attribute": "SERVICE_TYPE" }, "comparisonInfo": { - "type": "SERVICE_TYPE", - "operator": "EQUALS", - "value": "DATABASE_SERVICE", - "negate": false + "type": "SERVICE_TYPE", + "operator": "EQUALS", + "value": "DATABASE_SERVICE", + "negate": false } - }, - { + }, + { "key": { - "attribute": "SERVICE_DATABASE_NAME" + "attribute": "SERVICE_DATABASE_NAME" }, "comparisonInfo": { - "type": "STRING", - "operator": "CONTAINS", - "value": "countly_mongo_db", - "negate": false, - "caseSensitive": true + "type": "STRING", + "operator": "CONTAINS", + "value": "asbchal", + "negate": false, + "caseSensitive": true } - } + } + ] + } ] } ]