Add databases of application RSU to Dynatrace
parent
84a4114320
commit
abdfe14a9f
|
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue