Hello there, Team.
We recently began utilising grafana/loki:5.15.0, which is installed using helm. As a log forwarder, we’re using fluent-bit:0.37.1 (helm).
We attempted to add the loki datasource to Grafana and were able to view logs. However, we are unable to use the namespace label to filter deployments/containers.
I see that not all label_filters are available in grafana for filtering the loki datasource.
I can add a json parser, as shown below, to access the extra fields, but I require all fields to be available under “label_filters” so that I can design custom dashboards.
{app_kubernetes_io_name="test_app"} |= `` | json
Could you please let me know if there is any configuration on the Loki side that I have to configure? An existing example would be quite beneficial.