Hello there!
I am working with several kubernetes clusters and I take logs from these clusters via data sources. And I want to get logs from each pod from every namespace in the chosen cluster.
I am using the following variables: 1) cluster (where I choose data source) 2) namespace 3) pod
The problem is that grafana mixes those namespaces, i.e. when I choose needed cluster I do not get its namespaces, moreover I see some mix of namespaces from different clusters and I do not know what is the problem.
Does anyone know how to deal with that?
Also, I would like to add another variable for viewing logs from specific container in the pod but I do not know how to query right.