Hi @m3r1 good to know you are trying to use pattern parser!.
Yes, it’s not yet available in released version of Loki. But It’s available in main branch. You can build it if you want to use it. Or you can use any of the latest public docker images (e.g: main-8788ddb).
RE: how to use it! (from your example)
The LogQL query would be | pattern "<ip> - - <_> \"<method> <uri> <_>\" <status> <size> <_> \"<agent>\" <_>"
I think the confusion was doc haven’t mentioned the syntax of using | pattern <pattern-string>. Hope this clear now!