Why Does My Kusto Output Table Background Color Change to Black?
After run a query, the output table’s background becomes black. It only happens to this specific query in table A. If I try the same query to table B, the background color doesn’t change.Anyone know why?
How to create a cluster wide function in kusto query language
I have a cluster with 3 database one each for Dev,PPE and prod, I want to setup configuration so that it will be easy to perform operation on these database by using their environment.
how to convert the rows into columns in Azure Data Explorer (Kusto)
I have a situation where i need to convert the rows into columns in Kusto
How to efficiently find if any field changed in a Kusto table?
I have a table that is populated every hour or so with new updates on every disk in the system. I want to isolate two instances of this update and see whether any of the fields for each disk (identified by unique disk id) have changed in this time.
Is it possible to use mv-expand inside iif clause in KQL?
I have a column called Data which sometimes contains a single object and sometimes contains array of objects, e.g.
azure kusto query using azure data explorer
Using azure data explorer https://dataexplorer.azure.com/ I ran both queries below.