Analyze monitoring data with Kusto Query Language
- Offered byMicrosoft
Analyze monitoring data with Kusto Query Language at Microsoft Overview
Duration | 3 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Analyze monitoring data with Kusto Query Language at Microsoft Course details
- Explore the fundamentals of data analysis using Kusto Query Language (KQL)
- Write your first query with Kusto Query Language
- Gain insights from your data by using Kusto Query Language
- Write multi-table queries by using Kusto Query Language
- Analyze your Azure infrastructure by using Azure Monitor logs
- Guided project - Analyze logs in Azure Monitor with KQL
- Learn how to analyze data in Azure Monitor using Kusto Query Language (KQL).
Analyze monitoring data with Kusto Query Language at Microsoft Curriculum
Explore the fundamentals of data analysis using Kusto Query Language (KQL)
Introduction
Query language basics
KQL query environments
How a KQL query is built
Exercise: Sample queries
Types of KQL queries
Exercise: Different types of KQL queries
Knowledge check
Summary
Write your first query with Kusto Query Language
Introduction
Understand the basic structure of a Kusto query
Exercise - Connect to resources
Exercise - Return a specific number of rows by using the take operator
Exercise - Select columns to return by using the project operator
Exercise - Filter data by using the where operator
Exercise - Reorder returned data by using the sort operator
Challenge
Solution
Knowledge check
Summary
Gain insights from your data by using Kusto Query Language
Introduction
Group data using aggregate functions
Exercise - Connect to resources
Exercise - Count events using the count function
Exercise - Visualize data with the render operator
Exercise - Summarize data using aggregate functions
Exercise - Introduce variables using the let statement
Challenge
Solution
Knowledge check
Summary
Write multi-table queries by using Kusto Query Language
Introduction
Combine and optimize data
Exercise - Connect to resources
Exercise - Combine table results by using the join operator
Exercise - Combine table results by using the lookup operator
Exercise - Combine table results by using the union operator
Exercise - Optimize queries by using the materialize function
Knowledge check
Summary
Analyze your Azure infrastructure by using Azure Monitor logs
Introduction
Features of Azure Monitor logs
Create basic Azure Monitor log queries to extract information from log data
Exercise - Create basic Azure Monitor log queries to extract information from log data
Summary
Guided project - Analyze logs in Azure Monitor with KQL
Introduction
Prepare
Exercise - List recently active virtual machines that stopped sending logs
Exercise - Identify machines with high CPU usage
Exercise - Summarize free space statistics by computer
Knowledge check
Summary