-
Notifications
You must be signed in to change notification settings - Fork 23
Sample Code
The samples folder in the repo contains a set of worked examples:
Processes is a CLI application which reads the current list of processes and allows the user to issue KQL queries against them. Results can be rendered as tables, or charts.

A WPF application that reads the current list of processes and allows the user to issue KQL queries against them. Charts are rendered using ScottPlot.WPF

A CLI repl (read-evaluate-print-loop) that enables the user to load CSV files and issue queries against them. Results can be displayed as tables or charts.

CLI application that demonstrates how custom functions can be added to the query engine.

A server and CLI client that demonstrate how a client can issue KQL queries to a server and receive the results.
A static Blazor site that allows the user to upload a CSV file and issue queries on it. Results can be renderered as tables or charts
A server-hosted Blazor site that allows the user to upload a CSV file and issue queries on it. The user can also use Copilot assistance to generate results.
#Home
Core Engine
Lokqldx (UI data explorer)
- Introduction
- Tutorials
- Running queries and commands
- Autocompletion
- Generating powerpoint reports
- Accessing ApplicationInsights data
Powershell
Other
Articles