Add database auto-tagging rule for applications sfa-fre and asbc-sfa-oh to Dynatrace

CD_tol-prod
Pop Emilia 2021-07-30 16:36:25 +03:00
parent c668b22973
commit 01cd8770f3
1 changed files with 67 additions and 1 deletions

View File

@ -3925,6 +3925,72 @@
"propagationTypes": [], "propagationTypes": [],
"type": "SERVICE", "type": "SERVICE",
"valueFormat": "sfa" "valueFormat": "sfa"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "SERVICE_TYPE",
"value": "DATABASE_SERVICE"
},
"key": {
"attribute": "SERVICE_TYPE",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "sfa_fre"
},
"key": {
"attribute": "SERVICE_DATABASE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE",
"valueFormat": "sfa-fre"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "SERVICE_TYPE",
"value": "DATABASE_SERVICE"
},
"key": {
"attribute": "SERVICE_TYPE",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "oh"
},
"key": {
"attribute": "SERVICE_DATABASE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [],
"type": "SERVICE",
"valueFormat": "asbc-sfa-oh"
} }
] ]
} }