Azure Data Explorer KQL cheat sheets
Published Dec 10 2019 03:08 AM 90.8K Views

Kusto Query Language is a powerful intuitive query language, which is being used by many Microsoft Services.

KQL Language concepts​

 

  • Relational operators (filters, union, joins, aggregations, …)
  • Each operator consumes tabular input and produces tabular output
  • Can be combined with ‘|’ (pipe).
  • Similarities: OS shell, Linq, functional SQL…
  • Ease to write, read, change
  • Statements:
  • Single statement query 
  • Use ‘let’ for reusing statements
  • Multi-statement (‘;’) queries

official Azure Data Explorer KQL quick reference page - https://docs.microsoft.com/en-us/azure/data-explorer/kql-quick-reference

 

One of our customers released a cheat sheet for #KQL (Kusto Query Language).

Download: https://github.com/marcusbakker/KQL/blob/master/kql_cheat_sheet_v01.pdf

 

Documentation: here 

Free Online course - http://aka.ms/KQLPluralsight

 Doc - https://aka.ms/adx.docs

 Q&A  - StackOverFlow/TechCommunity

KQL_cheat_sheet_page_1.pngKQL_cheat_sheet_page_2.png

Version history
Last update:
‎Jan 30 2022 07:53 AM
Updated by: