AllowIP Directive Not working in EE 6.2


#1 PHILLIPS, DALE (ext) (SMO UKI RC-GB RI PE MT 1 6 1) (Last updated )

Hi,

I am getting the following error when using the AllowIP Directive in Enterprise Edition 6.2:

2024-04-02 15:17:42 ERROR [im_udp|SynologySyslog] invalid keyword: AllowIP at C:\Program Files\nxlog\conf\nxlog.conf:45

The config snippit containing this is:

<Input SynologySyslog>
	module		im_udp
	ListenAddr	0.0.0.0:514
	AllowIP 10.0.0.106
	<Exec>
		parse_syslog_ietf();
	</Exec>
</Input>

<Input SynologySyslog>module  im_udpListenAddr 0.0.0.0:514AllowIP 10.0.0.106<Exec> parse_syslog_ietf();</Exec></Input>

Any help would be greatly appreciated!!