CDVPS-5198 - Add initial configuration of application VPS-Trigger to Dynatrace - Add database to application filters
parent
17a723695c
commit
7647783ccd
|
|
@ -4209,6 +4209,37 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"type": "SERVICE",
|
||||||
|
"enabled": true,
|
||||||
|
"valueFormat": "VPS-Trigger",
|
||||||
|
"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": "cc",
|
||||||
|
"negate": false,
|
||||||
|
"caseSensitive": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue