The aim of this challenge is to understand the Kusto Query Language (KQL)
We will learn to write and save queries, which we can run on our Log Analytics Workspace
- Write a performance query that renders a time chart for the last 4 hours for both the Web Servers and the SQL Server for the following perf metrics:
- Processor Utilization: Processor / % Processor Time
- Memory Utilization: Memory / % Committed Bytes In Use
- Disk Utilization (IO): Disk Reads/sec and Disk Writes/sec
- Create a heartbeat query for the Web and SQL Server
- Write a performance query that renders a time chart for the last hour of the max percentage CPU usage of the AKS Cluster nodes
- Combine infrastructure and application logs to create a single timeseries chart that includes:
- CPU usage from the node in your AKS cluster hosting the eshoponweb app
- Duration of page views on your eshoponweb app hosted on the cluster
- Save each query to your favorites.
How can we save our log queries and share them across multiple workspaces?
- Show the above 3 charts
- Show the saved queries
Are you sure? finished trying? ;-) Challenge 4: The solution