VMware_VECO_EventLogs_CL
| where event contains "ALL_CSS_DOWN"
| extend Edge_Serial_Number = extract("edgeSerialNumber:(.*)$", 1, detail)
| project TimeGenerated, Edge_Serial_Number, message, severity
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: 5h
groupByCustomDetails: []
groupByAlertDetails: []
enabled: false
reopenClosedIncident: false
matchingMethod: AllEntities
groupByEntities: []
name: VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN
requiredDataConnectors:
- dataTypes:
- SDWAN
connectorId: VMwareSDWAN
triggerThreshold: 0
id: 8d05cc90-d337-41f5-b5fa-614cbfe1a879
version: 1.0.0
customDetails:
Edge_Serial_Number: Edge_Serial_Number
alertDetailsOverride:
alertDynamicProperties: []
alertDescriptionFormat: '{{message}} '
queryPeriod: 1h
kind: Scheduled
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml
suppressionDuration: 5h
queryFrequency: 1h
severity: Medium
suppressionEnabled: false
description: This analytics rule collects events where an SD-WAN Edge reports that all Cloud Security Service (CSS) tunnels are down. Losing connectivity to a Secure Service Edge (SSE) service can impact security capabilities.
query: |
VMware_VECO_EventLogs_CL
| where event contains "ALL_CSS_DOWN"
| extend Edge_Serial_Number = extract("edgeSerialNumber:(.*)$", 1, detail)
| project TimeGenerated, Edge_Serial_Number, message, severity
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/8d05cc90-d337-41f5-b5fa-614cbfe1a879')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/8d05cc90-d337-41f5-b5fa-614cbfe1a879')]",
"properties": {
"alertDetailsOverride": {
"alertDescriptionFormat": "{{message}} ",
"alertDynamicProperties": []
},
"alertRuleTemplateName": "8d05cc90-d337-41f5-b5fa-614cbfe1a879",
"customDetails": {
"Edge_Serial_Number": "Edge_Serial_Number"
},
"description": "This analytics rule collects events where an SD-WAN Edge reports that all Cloud Security Service (CSS) tunnels are down. Losing connectivity to a Secure Service Edge (SSE) service can impact security capabilities.",
"displayName": "VMware SD-WAN Edge - All Cloud Security Service Tunnels DOWN",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"groupByAlertDetails": [],
"groupByCustomDetails": [],
"groupByEntities": [],
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/VMware SD-WAN and SASE/Analytic Rules/vmw-sdwan-nsd-cssdown.yaml",
"query": "VMware_VECO_EventLogs_CL\n| where event contains \"ALL_CSS_DOWN\"\n| extend Edge_Serial_Number = extract(\"edgeSerialNumber:(.*)$\", 1, detail)\n| project TimeGenerated, Edge_Serial_Number, message, severity\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}