Add database auto-tagging rule for application sfa to Dynatrace

CD_tol-prod
Pop Emilia 2021-07-30 11:25:09 +03:00
parent b52fbc5c79
commit 3ad3a108fa
1 changed files with 33 additions and 2 deletions

View File

@ -3592,6 +3592,37 @@
} }
} }
] ]
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "sfa",
"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": "sfa",
"negate": false,
"caseSensitive": true
}
}
]
} }
] ]
} }