Forum Discussion
JKatzmandu
Sep 24, 2020Brass Contributor
Field Extraction for Cisco Meraki
Hi everyone! I was having some issues with integrating Cisco Meraki for a customer. I did some google-fu and found an answer here. I now have an rsyslogd setup going to a unique meraki.log and th...
JKatzmandu
Sep 25, 2020Brass Contributor
So I did a quick fix to the regex to work around this, but I'm still worried that in the future I may need to anchor something off a single apostrophe, and I won't be able to:
Client_IP = extract(@'client_ip=\S([\w\.]+)\S', 1, RawData),
Client_MAC = extract(@'client_mac=\S([\w\:]+)\S', 1, RawData),