python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Three data sets in the KQL chart
I have three data sets:
RequestType
SuccessType
ClientName
External
Full
Client 1
External
Partial
Client 1
External
Fail
Client 1
Internal
Full
Client 1
Internal
Partial
Client 1
In...
Vlad
Votes: 0
Answers: 1
Exclude certain days/time from query results? (Ex. Thursday's midnight-2am EST)
I am newer to KQL and I am trying to write a query against configuration changes made to files with an extension of ".config" and would like to remove results that are generated under the &q...
VoD
Votes: 0
Answers: 1
Create an array from the output of POST request in JSON Object
I'm trying to send an email via Logic App.
The content must be an array of an orphaned resources.
I am using an HTTP request to query the Azure resource graph explorer, on the Output I have a JSON obj...
Makina74
Votes: 0
Answers: 3
Parsing an array in Kusto QL - extracting a specific value
I am trying to parse the data from LoggedOnUsers column and extract a value of 'UserName' field. My query gives me an empty field as a result.
DeviceInfo | extend field=todynamic(LoggedOnUsers) | proj...
slawek
Votes: 0
Answers: 1