hands-on lab

Introduction to Kusto Query Language (KQL)

Difficulty: Intermediate
Duration: Up to 1 hour
Students: 615
Rating: 4.5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

Kusto Query Language (KQL) is a powerful pipeline-driven, read-only query language that enables the queries against the Azure logs to be easier and straightforward. It will look very familiar if you've ever worked with a structured query language (SQL). A big reason companies use KQL to query logs is its ability to be easy to read, author, and automate. KQL is also supported to query not just Azure Log Analytics but also works with the Azure Data Explorer to analyze a really high volume of data.

In this hands-on lab, you will learn the basics about the KQL query language and explore the operators used to filter and transform the log data to make it usable and actionable for the security and operations team.

Learning Objectives

Upon completion of this intermediate-level lab, you will be able to:

  • Understand KQL query language basics
  • Use operators in KQL to filter and transform logs
  • Use built-in JSON functions to transform data
  • Render the log data using Charts

Intended Audience

  • Candidates for Azure Administrator Exam
  • Cloud Architects
  • Data Engineers
  • Software Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Azure Log Analytics
  • Understanding SQL or similar query commands

The following lab can be used to fulfill the prerequisite:

Environment before

Environment after

Covered topics

Lab steps

Logging in to the Microsoft Azure Portal
Exploring Kusto Query Language Commands