lograft_parse_kql
Extract structural facts from a KQL query — referenced tables, columns, time range, and ticket mentions — without executing it.
Instructions
Extract structural facts from a Kusto Query Language (KQL) query without executing it. Returns the referenced tables, projected columns, time range, and ticket mentions. Most users want lograft_investigate; use this atomic tool only when you need partial pipeline output. Pure compute, no side effects, no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kqlText | Yes | ||
| ticketRegex | No |