When I run a search in Loki, I am able to find what I am looking for by using a query as follows:
{app="my-cool-app"} |= `error`
When I look at the results for this, I can see that when I expand the context, I see another field that I would like to filter on as well and jump directly to that line, for example 'error2'. However, if I run the query from grafana as follows:
{app="my-cool-app"} |= error |= error2
I get no result. Should I not get the result that I was able to find manually via this query ? How can I acheive what I am trying to do, is it even possible ?
Also, since my message is EXTREMELY long, I dont want to have to hit 'Show Context' and load 10 more lines at a time, this is very slow and error prone. Is there a way to view the fully expanded context all at once ? Or even to download it locally and search it ?