python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get records related to highest sessioncount in a given day
I have a App Insights table like below expected output is : need to select the processDate and its related fields which has highest aggregate value of sessionCount in that day (yellow highlighted row...
novice8989
Votes: 0
Answers: 1
Kusto query using TimeGenerated as Parameter
I'm trying to use a Kusto query, taking the TimeGenerated field as input and get the below error.
Error is Query could not be parsed at 'datetime(start_time)'
let start_time = Heartbeat | summarize m...
Ankita Chowdhury
Votes: 0
Answers: 1
Kusto optimization to avoid time out
I am looking to optimize my kusto query which is getting timeout in 10 mins. I have to usually run it for a week period so there is less limit on the time
AzureDiagnostics
| where TimeGenerated betwe...
ZZZSharePoint
Votes: 0
Answers: 0
Kusto Query limitation gets timeout error
I am running a Kusto Query in my Azure Diagnostics where I am querying logs of last 1 week and the query times out after 10 mins. Is there a way I can increase the timeout limits? if yes can someone p...
ZZZSharePoint
Votes: 0
Answers: 1