Your organisation is onboarding a fleet of Windows Server 2022 domain controllers into Microsoft Sentinel. Security operations need Windows security event logs ingested using the connector that Microsoft positions as current and that lets you choose which event set to collect through a data collection rule. The legacy Microsoft Monitoring Agent is being retired in your tenant. Which Microsoft Sentinel data connector should you deploy to meet this requirement?
- ASecurity Events via Legacy Agent, configured on each domain controller so that the Microsoft Monitoring Agent forwards the selected Windows security event tiers into the Microsoft Sentinel workspace.
- BWindows Forwarded Events, configured so that a Windows Event Collector subscription gathers security events from the domain controllers before the workspace ingests the forwarded channel.
- CSyslog via AMA, deployed with the Azure Monitor Agent so that a data collection rule forwards the Windows security facility messages into the Microsoft Sentinel workspace for analysis.
- DWindows Security Events via AMA, deployed with the Azure Monitor Agent so that a data collection rule defines which security event set is forwarded to the Microsoft Sentinel workspace. Correct
Why A is wrong: Security Events via Legacy Agent relies on the Microsoft Monitoring Agent, which Microsoft is retiring, so although it does collect Windows security events it is the deprecated path and does not align with the requirement to use the current connector.
Why B is wrong: Windows Forwarded Events ingests events already consolidated through Windows Event Forwarding into a collector, which suits source-initiated subscription designs but is not the direct per-server security event connector the scenario describes.
Why C is wrong: Syslog via AMA collects Syslog-formatted messages from Linux and network devices, not the Windows Event Log, so it cannot ingest Windows security events even though it also relies on the Azure Monitor Agent and a data collection rule.
Why D is correct: Windows Security Events via AMA uses the Azure Monitor Agent and a data collection rule to select common, minimal, or all events, which is exactly the current Microsoft-recommended path for ingesting Windows security logs into the workspace.