-
Hi, as the title states I'm looking for an improvement of an existing configuration snippet to parse ldif logs. The current snippet looks like that:
This works for most of the "events" but it fails for these which have an additional # in the event like this one:
What would I need to change in the config so that only the last # is used or in combination a regex like #\wend or similar? Thank you very much and BR, Jan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi again,
BR, Jan |
Beta Was this translation helpful? Give feedback.
Hi again,
^#\\send\\.*
for the condition pattern does the job. I tried something similar earlier already but there might have been a syntax error.BR,
Jan