Add database auto-tagging rule for applications sfa-fre and asbc-sfa-oh to Dynatrace
parent
c668b22973
commit
01cd8770f3
|
|
@ -3925,6 +3925,72 @@
|
|||
"propagationTypes": [],
|
||||
"type": "SERVICE",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue