July 28, 2026
Day 22: Microsoft Sentinel Architecture — Understanding the Flow of Security Data
In the previous article, we learned how Kusto Query Language (KQL) helps analysts search and investigate security logs.

By SIAM AHMED
2 min read
But before you can query data, you need to understand how that data reaches Microsoft Sentinel.
Microsoft Sentinel is more than a log repository. It is a cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) platform that collects telemetry, analyzes events, detects threats, and supports incident response.
Understanding its architecture helps SOC analysts troubleshoot data issues, build detections, and investigate incidents more effectively.
What Is Microsoft Sentinel?
Microsoft Sentinel is a cloud-native security platform built on Microsoft Azure.
Its primary functions are to:
- Collect security data
- Detect suspicious activity
- Investigate incidents
- Automate response actions
- Improve visibility across hybrid and multi-cloud environments
Because it is cloud-native, Sentinel scales automatically without requiring organizations to manage SIEM infrastructure.
Core Components of Microsoft Sentinel
1. Data Sources
Sentinel collects telemetry from many environments, including:
- Windows and Linux servers
- Microsoft Defender XDR
- Microsoft Entra ID
- Microsoft 365
- Azure resources
- AWS and Google Cloud
- Network devices
- Firewalls
- Security appliances
- Third-party security products
The more relevant data you collect, the better your detection coverage.
2. Data Connectors
Data Connectors provide the bridge between external systems and Microsoft Sentinel.
They are responsible for:
- Authentication
- Data ingestion
- Normalization (where applicable)
- Continuous log collection
Microsoft provides hundreds of built-in connectors for Microsoft and third-party products.
3. Log Analytics Workspace
Every event collected by Sentinel is stored in an Azure Log Analytics Workspace.
This workspace:
- Stores security logs
- Indexes data
- Enables KQL queries
- Supports dashboards
- Powers analytics rules
Think of it as the central database for your security telemetry.
4. Analytics Rules
Analytics Rules continuously evaluate incoming data.
If suspicious behavior matches defined logic, Sentinel generates an alert.
Rules may use:
- Scheduled queries
- Near real-time processing
- Microsoft security templates
- Custom KQL logic
These rules form the foundation of proactive threat detection.
5. Incidents
Multiple related alerts can be grouped into a single incident.
This helps analysts:
- Reduce duplicate investigations
- Understand attack timelines
- Prioritize response
- Improve case management
Incidents provide a complete view of an attack rather than isolated alerts.
6. Automation and SOAR
Sentinel integrates with Automation Rules and Logic Apps (Playbooks).
These can automatically:
- Notify analysts
- Create tickets
- Isolate endpoints
- Disable compromised accounts
- Send Teams or email notifications
- Trigger external workflows
Automation reduces response time and repetitive manual work.
End-to-End Data Flow
A simplified workflow looks like this:
Data Sources
↓
Data Connectors
↓
Log Analytics Workspace
↓
Analytics Rules
↓
Alerts
↓
Incidents
↓
Automation Rules & Playbooks
↓
Investigation & ResponseData Sources
↓
Data Connectors
↓
Log Analytics Workspace
↓
Analytics Rules
↓
Alerts
↓
Incidents
↓
Automation Rules & Playbooks
↓
Investigation & ResponseThis pipeline transforms raw telemetry into actionable security intelligence.
Why SOC Analysts Should Understand the Architecture
Knowing how Sentinel processes data helps analysts:
- Troubleshoot missing logs
- Optimize detections
- Write efficient KQL queries
- Improve incident investigations
- Build scalable security monitoring
Architecture knowledge is just as important as knowing how to write queries.
Key Takeaways
- Microsoft Sentinel is a cloud-native SIEM and SOAR platform.
- Data flows from sources through connectors into a Log Analytics Workspace.
- Analytics Rules analyze data and generate alerts.
- Alerts are grouped into incidents for investigation.
- Automation Rules and Playbooks accelerate response and improve operational efficiency.
In Day 23, we'll explore Microsoft Sentinel Data Connectors — how to ingest data from Microsoft services, endpoints, cloud platforms, and third-party security tools to maximize visibility.