ContainerLog | summarize count() by ContainerID,Computer | join kind=leftouter ( ContainerInventory | distinct ContainerID,Name,ContainerHostname ) on ContainerID
A Kusto Query in Log Analytics to show which Container sending most logs
2024-10-21