I have a program which outputs to syslog with a given tag/program name. I'd like to be able to filter syslog traffic from that program and send it to a remote syslog server, leaving all other syslog traffic local.
I can send all traffic to the remote server with
*.* @remote_server
How do I filter it?