I'd like to setup my rsyslog server to forward logs received from specific hosts to another rsyslog server. Is this possible using SIMP rsyslog code?
Specifically, my log server (log1.example) collects logs from many clients (client1.example, client2.example, ...), including the client "client4.example". I'd like my rsyslog (log1.example) server to forward all logs from "client4.example" to another SIMP rsyslog server (log2.example).