Forum Discussion
StefanKi
Jun 06, 2020Iron Contributor
Query returns external IPs (but VM has only private IPs)
Hello, I use Azure Log Analytics and have this query: "Heartbeat | where OSType == 'Windows'| summarize arg_max(TimeGenerated, *) by SourceComputerId | sort by Computer | render table" In ...