Hi,
I am not sure which forum this is suppose to be in, so here it goes. I am getting syslog messages from some Zyxel firewalls, which are captured by an RHEL with regular syslog on. The problem is that the format is a little different, but seems to be within allowed.
A few examples can be seen here below.
Aug 20 08:56:12 172.16.255.250 vpn src="172.16.255.253" dst="192.168.1.5" msg="Unsupported/out-of-order ICMP: ICMP(Port Unreachable)" note="ACCESS DROPPED" devID="00A0C58E7C0A" cat="ICMP"
Aug 20 15:56:17 192.168.215.254 FWSHA src="60.217.224.233:6000" dst="x.x.x.x:1433" msg="Firewall default policy: TCP (W to W/ZW)" note="ACCESS DROPPED" devID="00A0C5E9B028" cat="Access Control"
you seem to be expecting this, with a ":".
Aug 20 15:56:17 192.168.215.254 FWSHA: src="60.217.224.233:6000" dst="x.x.x.x:1433" msg="Firewall default policy: TCP (W to W/ZW)" note="ACCESS DROPPED" devID="00A0C5E9B028" cat="Access Control"
From rfc 3164 - 4.1.3 MSG Part of a syslog Packet, It seems like the format is okay, with a space character starting the content filed instead of a colon which you seem to be breaking the 2 fields on. You can see what I mean in the attached screen shoot.
What can I do?
Brgds
Mathias


