kql-cheat-sheet

KQL Examples for Real Time Intelligence

This directory contains practical KQL query examples organized by use case. These examples demonstrate real-world scenarios and best practices for Real Time Intelligence applications.

πŸ“ Directory Structure

πŸ”§ Performance Monitoring

πŸ“Š Monitoring & Alerting

πŸ’Ό Business Analytics

πŸ”’ Security & Compliance

πŸ“‹ Complete File Structure

examples/
β”œβ”€β”€ performance/
β”‚   β”œβ”€β”€ request-analysis.kql
β”‚   β”œβ”€β”€ performance-counters.kql
β”‚   └── dependency-tracking.kql
β”œβ”€β”€ monitoring/
β”‚   β”œβ”€β”€ health-checks.kql
β”‚   β”œβ”€β”€ alerting-queries.kql
β”‚   └── dashboard-queries.kql
β”œβ”€β”€ business/
β”‚   β”œβ”€β”€ user-analytics.kql
β”‚   └── revenue-analytics.kql
└── security/
    β”œβ”€β”€ threat-hunting.kql
    └── audit-compliance.kql

Each example file includes: