DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
name: Dynatrace - Problem detection
eventGroupingSettings:
aggregationKind: AlertPerResult
query: |
DynatraceProblems
| summarize arg_max(StartTime, *) by ProblemId
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml
queryFrequency: 1d
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
- DynatraceProblems
connectorId: DynatraceProblems
version: 1.0.0
status: Available
queryPeriod: 1d
id: 415978ff-074e-4203-824a-b06153d77bf7
triggerOperator: gt
kind: Scheduled
suppressionDuration: 5h
customDetails:
DisplayIdentifier: DisplayId
SeverityLevel: SeverityLevel
ImpactLevel: ImpactLevel
ProblemIdentifier: ProblemId
suppressionEnabled: false
alertDetailsOverride:
alertSeverityColumnName: Severity
alertDescriptionFormat: |
A application and/or infrastructure problem has been detected in your environment
alertDisplayNameFormat: 'Dynatrace problem detected - {{DisplayId}} : {{Title}}'
severity: Informational
description: |
'Detect application & infrastructure problems in your environment'
incidentConfiguration:
createIncident: false
groupingConfiguration:
matchingMethod: AllEntities
lookbackDuration: PT5H
enabled: false
reopenClosedIncident: false
{
"$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",
"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": {
"groupingConfiguration": {
"reopenClosedIncident": false,
"enabled": false,
"matchingMethod": "AllEntities",
"lookbackDuration": "PT5H"
},
"createIncident": false
},
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"alertDetailsOverride": {
"alertSeverityColumnName": "Severity",
"alertDescriptionFormat": "A application and/or infrastructure problem has been detected in your environment\n",
"alertDisplayNameFormat": "Dynatrace problem detected - {{DisplayId}} : {{Title}}"
},
"customDetails": {
"DisplayIdentifier": "DisplayId",
"SeverityLevel": "SeverityLevel",
"ImpactLevel": "ImpactLevel",
"ProblemIdentifier": "ProblemId"
},
"entityMappings": null,
"templateVersion": "1.0.0",
"status": "Available",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Dynatrace/Analytic Rules/Dynatrace_ProblemDetection.yaml"
}
}
]
}