For example, I make the following query to bring my logs
"fields @timestamp, @message, log, message, level, kubernetes.namespace_name, kubernetes.pod_name
| sort @timestamp desc"
I want to add to my dashboard the ability to filter what the query brings me in the kubernetes.namespace_name and kubernetes.pod_name fields so that the search is dynamic and not generate several dashboards by directly filtering the query.
According to what you told me, is it possible that I execute an additional query “fields kubernetes.namespace_name” and I can convert this into a variable to add to my dashboard?
