I am trying to figure out which pod is producing more billable data ingestion in AKS for log analytics.
I tried several queries and I found only a query that checks the particular node
Is there any query to check the whole pod data ingestion per namespace to find out billable data ingestion?
Thank you?
The default query shows logs per container, and not per pod as you would expected from a Kubernetes-specific logging system.
You can use below KQL query in Log Analytics Workspace -> View Designer -> click on logs button in the header->Logging AKS Test->Container Log.
For more information please refer this Document