Your enterprise is designing a monitoring and log routing solution. You need to match each monitoring requirement to the correct Azure service or configuration that satisfies the requirement at the lowest cost and complexity.
Match each log routing requirement on the left to its most appropriate Azure resource or configuration on the right.
- Stream Azure Key Vault diagnostic logs to a non-Azure SIEM system with sub-minute latencyAzure Event Hubs
- Retain Virtual Network flow logs for years to meet regulatory compliance at the lowest possible costAzure Storage Account
- Collect system event logs from both Azure virtual machines and on-premises physical servers in a unified repositoryLog Analytics workspace with the Azure Monitor Agent installed on servers
- Store resource logs in a repository that supports Kusto Query Language (KQL) for ad-hoc troubleshootingLog Analytics workspace without agent-based collection requirements
Answer
Stream diagnostic logs to SIEM matches Azure Event Hubs; Retain flow logs for years matches Azure Storage Account; Collect logs from hybrid servers matches Log Analytics workspace with the Azure Monitor Agent; Store logs for KQL queries matches Log Analytics workspace.
Streaming logs to SIEM maps to Azure Event Hubs because it acts as an ingestion pipeline for third-party consumers. Multi-year low-cost archiving maps to Azure Storage Accounts. Hybrid event collection maps to the Azure Monitor Agent since it supports both Azure VMs and on-premises servers. Ad-hoc querying via KQL maps directly to Log Analytics workspace storage.
Step-by-Step Solution
Key Concept
Selecting log routing targets and collection mechanisms in Azure Monitor based on latency, cost, hybrid scope, and query requirements.
Estimated Time:2m 0s