I am essentially creating filters to retrieve logs from instances in LOKI.
The filter that is causing issues is the filename. I have attached a screenshot below of the query in Prometheus.
Basically, I am filtering by group and instance and expecting it to return logs only from that specific instance, but as we can see in the screenshots, it returns logs from all instances, not applying the filter.
Grafana v11.4.0
I have already tried using regex and several other methods to apply the filters but haven’t been able to resolve it. Could you help me?