Forum Discussion

Bhavini's avatar
Bhavini
Copper Contributor
Sep 29, 2023
Solved

Kusto query

I am using below query in analytics rule and it is giving error "Query returned more than one result set. Only one result set is supported per rule". Please suggest.   Query: let IP = (_GetWatchl...
  • GBushey's avatar
    Oct 03, 2023
    Looks like the line starting with "workspace" will return one result set while the line starting with "nxDomainDnsEvents" returns another. Did you mean to set up the first one as temp table?

Resources