
Kusto Query Language (KQL) overview - Kusto | Microsoft Learn
Learn about how to use Kusto Query Language (KQL) to explore data, discover patterns, identify anomalies, and create statistical models.
Kusto documentation - Kusto | Microsoft Learn
Kusto Query Language (KQL) is a dynamic and intuitive tool for querying all types of data, designed for easy authoring and clear query comprehension.
String operators - Kusto | Microsoft Learn
Mar 10, 2025 · Kusto Query Language (KQL) offers various query operators for searching string data types. The following article describes how string terms are indexed, lists the string query …
Kusto.Explorer Installation and User Interface - Kusto
Sep 16, 2025 · Use it to query and analyze data with Kusto Query Language (KQL) in a friendly interface. This article describes how to set up Kusto.Explorer and its user interface.
Tutorial: Learn common Kusto Query Language operators - Kusto
Kusto Query Language (KQL) is used to write queries in Azure Data Explorer, Azure Monitor Log Analytics, Azure Sentinel, and more. This tutorial is an introduction to the essential KQL …
Tutorial: Create your first graphs in Kusto Query Language
May 28, 2025 · Learn how to model and query interconnected data using graph semantics in Kusto Query Language (KQL). Build transient and persistent graphs to analyze organizational …
Ingestion mappings - Kusto | Microsoft Learn
This article describes ingestion mappings.Applies to: Microsoft Fabric Azure Data Explorer Ingestion mappings are used during ingestion to map incoming data to columns inside tables. …
Kusto CLI - Kusto | Microsoft Learn - learn.microsoft.com
Aug 12, 2024 · You can instruct Kusto.Cli to communicate with the "primary" instance of Kusto.Explorer running on the machine, and send it queries. This mechanism can be useful for …
Data export - Kusto | Microsoft Learn
Dec 17, 2024 · This flexibility is facilitated by using Kusto client libraries. You can create an app to run queries, read the desired data, and implement an export process tailored to your …
Null values - Kusto | Microsoft Learn
May 21, 2025 · If you run the above query in Kusto.Explorer, all true values will be displayed as 1, and all false values will be displayed as 0. Kusto doesn't offer a way to constrain a table's …