Syntax for Lookahead and Lookbehind in Grok Custom Pattern
问题 I'm trying to use a lookbehind and a lookahead in a Grok custom pattern and getting pattern match errors in the Grok debugger that I cannot resolve. This is for archiving system logs. I am currently trying to parse the postgrey application. Given data such as: 2019-04-09T11:41:31-05:00 67.157.192.7 postgrey: action=pass, reason=triplet found, delay=388, client_name=unknown, client_address=103.255.78.9, sender=members@domain.com, recipient=person@domain.com I'm trying to use the following to