Implement activity and event collection in Microsoft Sentinel
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing SC-500 premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Five stages every collection setup passes through
- The workspace Microsoft Sentinel runs on
- Who may enable, operate, and configure Sentinel
- What a Content hub solution installs
- Service-to-service connectors for Microsoft signals
- Diagnostic settings connectors for Azure resources
- Syslog and CEF collection through Azure Monitor Agent
- Windows event collection with data collection rules
- Windows Event Forwarding and where the agent belongs
- Custom tables and the Logs Ingestion API
- Automation rules: orchestration without a playbook
- Playbooks and the permissions Sentinel needs
- How long the workspace keeps a table's data
- Querying Microsoft Purview Audit in the Defender portal
- Exam pattern recognition
How the four collection paths into a Sentinel workspace differ
| Collection path | Service-to-service connector | Diagnostic settings connector | Agent-based collection | Custom ingestion |
|---|---|---|---|---|
| Typical source | Microsoft security services such as Microsoft Defender XDR | Azure resources that emit resource logs and platform metrics | Linux and Windows machines, and appliances behind a log forwarder | Applications and appliances with no published connector |
| What you configure | The connector page after installing its Content hub solution | A diagnostic setting per resource, or one Azure Policy assignment launched from the connector page | A data collection rule plus an association to every collecting machine | A custom table, a data collection rule with a transformation, and an app registration |
| Installed at the source | Nothing | Nothing | Azure Monitor Agent, preceded by Azure Arc on non-Azure machines | Nothing; the sender calls the ingestion endpoint over HTTPS |
| Where the records land | The connector's own built-in tables | Built-in tables named by the selected log category | Syslog, CommonSecurityLog, SecurityEvent, or WindowsEvent | A custom table whose name ends in _CL |
| Where filtering happens | In the source service's own configuration | In the log categories selected on the diagnostic setting | Facility and severity, or an XPath expression, in the data collection rule | A KQL transformation in the data collection rule |
| Recurring mistake | Building a forwarder for a source that already has a native connector | Scripting per-resource settings when one policy assignment covers the scope | Creating the rule and never associating the machine | Posting arbitrary JSON and expecting a table schema to appear |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Kusto Query Language (KQL) overview
- What is Microsoft Sentinel?
- Diagnostic settings in Azure Monitor
- Azure Monitor Agent overview
- Logs Ingestion API in Azure Monitor
- Log Analytics workspace overview
- Prerequisites for deploying Microsoft Sentinel
- Connect Microsoft Sentinel workspaces to the Microsoft Defender portal
- Roles and permissions in Microsoft Sentinel
- Discover and deploy Microsoft Sentinel out-of-the-box content and solutions
- Ingest Syslog and CEF messages with the Azure Monitor Agent
- Microsoft Defender XDR integration with Microsoft Sentinel
- Connect Microsoft Defender for Cloud alerts to Microsoft Sentinel
- Diagnostic settings based data connectors in Microsoft Sentinel
- What is Azure Arc-enabled servers?
- Windows agent-based data connectors for Microsoft Sentinel
- Collect Windows events with Azure Monitor Agent (XPath filtering)
- Create a custom table in a Log Analytics workspace
- Automate incident handling in Microsoft Sentinel with automation rules
- Add tasks to incidents using automation rules
- Automate threat response with playbooks in Microsoft Sentinel
- Run search jobs in Azure Monitor Logs
- Configure data retention and archive in Azure Monitor Logs
- Microsoft Purview Audit solutions overview
- Manage audit log retention policies in Microsoft Purview