Issue in Log forwarding to Remote Syslog

Hi,
We are using CCR with RouterOS 6.4 and tried to forward the logs to an remote syslog ip. Fond that there is no logs forwarded in syslog server.

Below is the config


[admin@CCR1] /system logging action> print detail
Flags: * - default

4 name=“nlog” target=remote remote=203.93.XX.XX remote-port=514
src-address=202.82.XX.XX(loopback) bsd-syslog=yes syslog-time-format=bsd-syslog
syslog-facility=local5 syslog-severity=info

[admin@CCR] /system logging> print
Flags: X - disabled, I - invalid, * - default

TOPICS ACTION PREFIX

0 * info memory
1 * error memory
2 * warning memory
3 * critical memory
4 critical nlog
info
warning
error

Please advice me , am i configure correctly ? suggestions for trouble-shoot this…
Regards,
Mani.

I can’t spot the mistake in your configuration and maybe your syslog server does not accept the incoming traffic from your router?

You might want to have a look at Replace MAC Addresses With Labels Using Syslog-NG where I describe the setup with syslog-ng (and some rewrite filters, which are not important for your case here).

Thanks for your help… i can manage to fix this issue.

If i use single rule for info, error, warning, etc.. it can 't work. Individual rule is works.

Regards,
Mani