TheomAlerts_CL
| where priority_s == "P5"
triggerOperator: gt
version: 1.0.0
query: |
TheomAlerts_CL
| where priority_s == "P5"
status: Available
entityMappings:
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TheomRisksInsights.yaml
queryFrequency: 5m
requiredDataConnectors:
- connectorId: Theom
dataTypes:
- TheomAlerts_CL
eventGroupingSettings:
aggregationKind: AlertPerResult
name: Theom Insights
queryPeriod: 5m
severity: Low
kind: Scheduled
alertDetailsOverride:
alertDescriptionFormat: |2
Summary: {{summary_s}}
Additional info: {{details_s}}
Resource ID: {{customProps_AssetName_s}}
alertDisplayNameFormat: 'Theom Alert ID: {{id_s}} '
id: d200da84-0191-44ce-ad9e-b85e64c84c89
description: |
"Creates Microsoft Sentinel incidents for Theom insight alerts."
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/d200da84-0191-44ce-ad9e-b85e64c84c89')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/d200da84-0191-44ce-ad9e-b85e64c84c89')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Theom Insights",
"description": "\"Creates Microsoft Sentinel incidents for Theom insight alerts.\"\n",
"severity": "Low",
"enabled": true,
"query": "TheomAlerts_CL\n | where priority_s == \"P5\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"alertRuleTemplateName": "d200da84-0191-44ce-ad9e-b85e64c84c89",
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"alertDetailsOverride": {
"alertDescriptionFormat": "\nSummary: {{summary_s}} \nAdditional info: {{details_s}}\nResource ID: {{customProps_AssetName_s}}\n",
"alertDisplayNameFormat": "Theom Alert ID: {{id_s}} "
},
"customDetails": null,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TheomRisksInsights.yaml",
"templateVersion": "1.0.0",
"status": "Available"
}
}
]
}