I have an AKS (Azure Kubernetes) cluster with a few different namespaces. In one of them I have many different pods, each runs only one container.
Azure collects the data and ingest it to Log Analytics.
The problem is that in one of the namespaces I'm running nginx-ingress, which creates a lot of sttout logs.
I want to stop ingesting those logs to the Log Analytics, or even disable them totally (of course that I prefer to keep them in the pod itself).
I could only find a way to disable the entire namespace from collecting the logs, but I need to disable only this specific pod (that been created from a deployment/replicaset).