`parse_groks` fails to parse grok
Closed this issue · 1 comments
p3nal commented
When using parse_groks
to parse a PAM session line from linux auth logs, it fails to parse with the exact same grok used in parse_grok
. Now I know that these functions use different implementations of grok, but I see that the implementation used by parse_grok
is what gets the job done in this case as tested on grokdebugger here
-
line to parse:
pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
-
Parsing using
parse_grok
: -
Parsing using
parse_grok
: