Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (15 loc) · 2.28 KB

Module 5: Collecting Data.MD

File metadata and controls

30 lines (15 loc) · 2.28 KB

Module 5: Collecting Data

Azure Monitor can collects any kind of data and from any data source, for example, Azure Monitor can collect events from the Windows event logs that are specified in the settings.

Azure Monitor is based on a common monitoring data platform that includes Logs and Metrics.

Collecting data into this platform allows data from multiple resources to be analyzed together using a common set of tools in Azure Monitor.

Monitoring data may also be sent to other locations to support certain scenarios, and some resources may write to other locations before they can be collected into Logs or Metrics.

In addition, You can use the HTTP Data Collector API to send log data to a Log Analytics workspace in Azure Monitor from any client that can call a REST API.

This might be a runbook in Azure Automation that collects management data from Azure or another cloud, or it might be an alternate management system that uses Azure Monitor to consolidate and analyze log data.

All data in the Log Analytics workspace is stored as a record with a particular record type. You format your data to send to the HTTP Data Collector API as multiple records in JSON. When you submit the data, an individual record is created in the repository for each record in the request payload.

Azure Monitor Webinars and DOCS

Azure Monitor Webinar Hybrid identity and access management best practices (Insight from mintue 31)

Azure Monitor Webinar Understand Azure Monitor data types and collection

From GitHub Send log data to Azure Monitor with the HTTP Data Collector API

From Microsoft DOCS Sources of monitoring data for Azure Monitor

From Microsoft DOCS Windows event log data sources in Azure Monitor

Tool Collect-ManagementGroupActivityLogs