Hello,
i’m trying to extract some value from my syslog message but i’m not the best friend of regular expressions.
My string looks like that:
20171128-150445 ?event=B:Connect&time=1511881485&date=20171128-150445&ref=30353f027b1d5a01dce40090333029b3&dir=out&src_if=GW1&dst_if=PRI1
And i would like to extract the values into a new field so i have a field with the title “event” and the content “B:Connect”, next one would be title “time” and content “1511881485”, … i think you get it 
Hope someone can help me out.
Thanks and Regards,
Raphael