I'm trying to test our Loki log data source. From the Queries I've been executing nothing is returned.
It's possible that the logs are in a different format to what I'm expecting, or that no Logs are ingested by Loki, and my pipeline is broken somewhere.
Is there a Loki query that returns all the logs?
I've looked through documentation, and so far, I haven't found any such Loki query. Any other queries to help debug would be appreciated!
parse error : queries require at least one regexp or equality matcher that does not have an empty-compatible value. For instance, app=~".*" does not meet this requirement, but app=~".+" will
– Abbatial