We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This will take forever. pretty much infinite loop. If you change the log slightly to remove the numbers or keep only single digit number it will work.
log = '"/var/tmp/testfile_3234234_232.log"' p = r"^\"%{PATH:path}\" yeh$" grok = Grok(p) print (grok.match(log))