Skip to content

Commit 012a098

Browse files
authored
Update 2-design-for-azure-monitor-data-sources.md
1 parent 5873f8c commit 012a098

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

learn-pr/wwl-azure/design-solution-to-log-monitor-azure-resources/includes/2-design-for-azure-monitor-data-sources.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,26 @@ As you develop your monitoring plan, consider these characteristics of Azure Mon
2626
- The highest tiers are for your application itself.
2727
- The lower tiers are components of the Azure platform.
2828

29-
For more information about data locations and data access, see [Monitoring data locations in Azure](/azure/azure-monitor/monitor-reference).
30-
3129
### Things to consider when using Azure Monitor
3230

3331
You reviewed how Azure Monitor uses Logs and Metrics. Now consider how to implement these features in your monitoring solution for Tailwind Traders.
3432

35-
- **Consider data sources and data access**. Identify what Tailwind Traders resources to monitor. Azure Monitor collects data automatically from a range of components, and the data is accessed in various ways:
33+
- **Consider data sources and data access**. Azure Monitor collects data using Data Collection Rules (DCRs), which define what data to collect, how to filter and transform it, and where to send it. DCRs are created centrally and assigned to resources via data collection rule associations. The following data types are collected through DCRs by the Azure Monitor Agent (AMA):
3634

3735
- **Windows events**. Information sent to the Windows event logging system, including sysmon events.
3836

3937
- **Performance counters**. Numerical values measuring performance of different aspects of operating system and workloads.
4038

41-
- **Syslog**. Information sent to the Linux event logging system.
42-
43-
- **Text Log**. Information sent to a text log file on a local disk.
44-
45-
- **JSON log**. Information sent to a JSON log file on a local disk.
46-
39+
- **Syslog**. Information sent to the Linux event logging system.
40+
4741
- **IIS logs**. Internet Information Service (IIS) logs from the local disk of Windows machines.
4842

43+
- **Custom logs (text and JSON)**. Information sent to text or JSON log files on a local disk, collected via AMA with a custom table schema defined in the DCR.
44+
4945
- **Consider queries on Logs data**. Write log queries to analyze your collected data for Tailwind Traders. For more information about log queries, see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
5046

51-
- **Consider alerts based on Logs and Metrics data**. Set up alert rules based on Logs data to be proactively notified about system issues. Use Metrics data to identify when critical Tailwind Traders issues occur, such as values that exceed defined limits.
47+
- **Consider alerts based on Logs and Metrics data**. Set up alert rules based on Logs data to be proactively notified about system issues. Use Metrics data to identify when critical Tailwind Traders issues occur, such as values that exceed defined limits.
48+
49+
- **Consider Data Collection Rules for all agent-based data**. Create DCRs in Azure Monitor and assign them to your VMs and hybrid machines using resource associations. Use Azure Policy to enforce DCR assignment at scale. Read more about [Data Collection Rules in Azure Monitor](/azure/azure-monitor/data-collection/data-collection-rule-overview).
5250

53-
- **Consider Metrics Explorer to analyze metrics interactively**. Define metrics to monitor about your Tailwind Traders resources, such as peak usage rates, access information, workloads, or incident scenarios. Use the Metrics Explorer to investigate the collected data. For more information about log queries, see [Advanced features of Metrics Explorer](/azure/azure-monitor/essentials/metrics-charts).
51+
- **Consider Metrics Explorer to analyze metrics interactively**. Define metrics to monitor about your Tailwind Traders resources, such as peak usage rates, access information, workloads, or incident scenarios. Use the [Metrics Explorer](/azure/azure-monitor/metrics/analyze-metrics) to investigate the collected data.

0 commit comments

Comments
 (0)