let AuditTimeAgo = 2d;
let _severity= dynamic(["HIGH","VERY HIGH"]);
SAPETDInvestigations_CL
| where TimeGenerated > ago(AuditTimeAgo)
| where Severity in (_severity)
queryPeriod: 2d
requiredDataConnectors:
- connectorId: SAPETDAlerts
dataTypes:
- SAPETDInvestigations_CL
severity: High
triggerOperator: gt
customDetails:
ETD_InvestNumber: InvestigationId
kind: Scheduled
triggerThreshold: 0
tactics: []
name: SAP ETD - Synch investigations
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SAP ETD Cloud/Analytic Rules/SAPETD-SynchInvestigations.yaml
relevantTechniques: []
query: |
let AuditTimeAgo = 2d;
let _severity= dynamic(["HIGH","VERY HIGH"]);
SAPETDInvestigations_CL
| where TimeGenerated > ago(AuditTimeAgo)
| where Severity in (_severity)
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 5096db53-fad3-4844-a264-246f7b7e6e06
status: Available
version: 1.0.0
description: Synch investigations coming in from SAP Enterprise Threat Detection into Microsoft Sentinel (one way)
alertDetailsOverride:
alertDescriptionFormat: 'Description: {{Description}}. Processed by {{Processor}}. Severity: {{Severity}}.'
alertDisplayNameFormat: 'SAP ETD - {{Description}} '
queryFrequency: 1h