You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently none of the variables from Table are autofilled with intellisense:
let start = ago(40m);
cluster("https://cluster.kusto.windows.net").database("Database").
Table
| where env_time > start
| take 10
Adding this would make the library extremely powerful as I often use KQL queries against multiple clusters and forwards their results to other queries using cluster.
The text was updated successfully, but these errors were encountered:
Currently none of the variables from
Table
are autofilled with intellisense:Adding this would make the library extremely powerful as I often use KQL queries against multiple clusters and forwards their results to other queries using
cluster
.The text was updated successfully, but these errors were encountered: