I have a basic Grafana parsed log where I have a query to view all the logs in Production:
{environment="production"}
Is there a way to filter on Parsed Fields that are not labels in these queries? For example, my parsed query looks like:
Is it possible to filter on host, level or name without having them as labels?
You can do use JSON parsing / LogQL as follows:
{environment="production"}|json|level="debug"
also see related Grafana Community post.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With