I configured my system to put syslog to a remote machine. The logging is heavy and I am running out of memory. so I want to filter it based on priority for example log only error message. I see some of the option in rsyslog website
.=info;.=notice;\ mail.none /var/log/messages
But this filter criteria does not apply to remote machine only local machine is getting affected. Please let me know how to filter for remote machine.