Skip to content

LokqlDx ‐ Autocomplete

NeilMacMullen edited this page Jan 3, 2025 · 1 revision

LokqlDx can autocomplete commands, table and column names, as well as KQL operators and functions.

Commands

Press the period ('.') key at the beginning of a line to bring up the list of available commands. Selecting a command will provide help text

image

Table names

Press the '[' key to obtain a list of available tables.

image

Column names

Press the '@' key in a block that already contains a table name to obtain a list of column-names for that table.

image

KQL operators

Pressing the '|' (pipe) key will pop up a list of operators

image

KQL functions

Pressing the '?' key will pop up a list of functions

image