I am using Grafana to display log messages from Loki / Promtail.
I want to exclude log entries (from a Laravel old style log file) by a daily time range – e.g. from 23:00:00 — 00:05:00. So this should be for all selected time ranges independent from the choosen interval in Grafana and not related to “now” like here.
For the time being my query is just:
```{job="varlogs", filename="/var/www/pls.axxteq.de/storage/logs/laravel.log"} |= `Error`