DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerOperator: gt
suppressionDuration: 5h
name: Dynatrace - Problem detection
alertDetailsOverride:
alertDescriptionFormat: |
A application and/or infrastructure problem has been detected in your environment
alertDisplayNameFormat: 'Dynatrace problem detected - {{DisplayId}} : {{Title}}'
alertSeverityColumnName: Severity
status: Available
queryPeriod: 1d
id: 415978ff-074e-4203-824a-b06153d77bf7
suppressionEnabled: false
description: |
'Detect application & infrastructure problems in your environment'
version: 1.0.0
severity: Informational
customDetails:
DisplayIdentifier: DisplayId
SeverityLevel: SeverityLevel
ImpactLevel: ImpactLevel
ProblemIdentifier: ProblemId
query: |
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
enabled: false
lookbackDuration: PT5H
matchingMethod: AllEntities
createIncident: false
queryFrequency: 1d
requiredDataConnectors:
- connectorId: DynatraceProblems
dataTypes:
- DynatraceProblems
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml
triggerThreshold: 0
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/415978ff-074e-4203-824a-b06153d77bf7')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/415978ff-074e-4203-824a-b06153d77bf7')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Dynatrace - Problem detection",
"description": "'Detect application & infrastructure problems in your environment'\n",
"severity": "Informational",
"enabled": true,
"query": "DynatraceProblems\n| summarize arg_max(StartTime, *) by ProblemId\n",
"queryFrequency": "P1D",
"queryPeriod": "P1D",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"alertRuleTemplateName": "415978ff-074e-4203-824a-b06153d77bf7",
"incidentConfiguration": {
"createIncident": false,
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities"
}
},
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"alertDetailsOverride": {
"alertDescriptionFormat": "A application and/or infrastructure problem has been detected in your environment\n",
"alertDisplayNameFormat": "Dynatrace problem detected - {{DisplayId}} : {{Title}}",
"alertSeverityColumnName": "Severity"
},
"customDetails": {
"DisplayIdentifier": "DisplayId",
"SeverityLevel": "SeverityLevel",
"ImpactLevel": "ImpactLevel",
"ProblemIdentifier": "ProblemId"
},
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml",
"templateVersion": "1.0.0",
"status": "Available"
}
}
]
}