├── README.md ├── kql_cheat_sheet.pdf ├── kql_cheat_sheet_dark.pdf └── kql_cheat_sheet_v01.pdf /README.md: -------------------------------------------------------------------------------- 1 | # Kusto Query Language (KQL) - cheat sheet 2 | **Latest version: 0.3** 3 | 4 | The below files always contain the latest version of the cheat sheet: 5 | - Light colors: [kql_cheat_sheet.pdf](https://github.com/marcusbakker/KQL/blob/master/kql_cheat_sheet.pdf) 6 | - Dark colors: [kql_cheat_sheet_dark.pdf](https://github.com/marcusbakker/KQL/blob/master/kql_cheat_sheet_dark.pdf) 7 | 8 | \ 9 | Previous versions can be found in the Git commit history: 10 | - [History for KQL/kql_cheat_sheet.pdf](https://github.com/marcusbakker/KQL/commits/master/kql_cheat_sheet.pdf) 11 | - [History for KQL/kql_cheat_sheet_dark.pdf](https://github.com/marcusbakker/KQL/commits/master/kql_cheat_sheet_dark.pdf) -------------------------------------------------------------------------------- /kql_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcusbakker/KQL/3b0678c258c796289db6cdb17e39b3105e219131/kql_cheat_sheet.pdf -------------------------------------------------------------------------------- /kql_cheat_sheet_dark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcusbakker/KQL/3b0678c258c796289db6cdb17e39b3105e219131/kql_cheat_sheet_dark.pdf -------------------------------------------------------------------------------- /kql_cheat_sheet_v01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcusbakker/KQL/3b0678c258c796289db6cdb17e39b3105e219131/kql_cheat_sheet_v01.pdf --------------------------------------------------------------------------------