Add databases of application RSU to Dynatrace

CD_smc2-key-trk
Markus Dlugi 2021-09-08 13:35:54 +02:00
parent 84a4114320
commit abdfe14a9f
2 changed files with 67 additions and 0 deletions

View File

@ -4147,6 +4147,37 @@
}
}
]
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "rsu",
"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_REGEX",
"value": "^(?>cam|disp|fre|rcs|rdh|rmo|rpp|rte|rve|rvi|rvt|rwd|uvm)(?>eu|us|cn)(?>e2e|p)$",
"negate": false,
"caseSensitive": true
}
}
]
}
]
}

View File

@ -1126,6 +1126,42 @@
],
"type": "PROCESS_GROUP",
"valueFormat": "E2E"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "SERVICE_TYPE",
"value": "DATABASE_SERVICE"
},
"key": {
"attribute": "SERVICE_TYPE",
"type": "STATIC"
}
},
{
"comparisonInfo": {
"caseSensitive": false,
"negate": false,
"operator": "CONTAINS_REGEX",
"type": "STRING",
"value": "(?>eu|us|cn)p$"
},
"key": {
"attribute": "SERVICE_DATABASE_NAME",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_PROCESS_GROUP_LIKE",
"SERVICE_TO_HOST_LIKE"
],
"type": "SERVICE",
"valueFormat": "PROD"
}
]
}