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 e9cbd4ef..c8e82134 100644 --- a/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json +++ b/BMW-Dynatrace-config/00_Global-Config/auto-tag/Component.json @@ -3530,6 +3530,37 @@ ], "type": "PROCESS_GROUP", "valueFormat": "{ProcessGroup:KubernetesNamespace/(.*?)-test}" + }, + { + "type": "SERVICE", + "enabled": true, + "valueFormat": "am-store", + "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": "store", + "negate": false, + "caseSensitive": true + } + } + ] } ] } \ No newline at end of file