De Encaminhamento para mais de um servidor ;
What is important to know, however, is that the full set of directives make up an action. So you can not simply add (just) a second forwarding rule, but need to duplicate the rule configuration as well. Be careful that you use different queue file names for the second action, else you will mess up your system.
Então, na verdade, você tem para usar duas filas locais diferentes.
Configure um diretório de trabalho.
$WorkDirectory /var/spool/rsyslog
Configure suas regras de encaminhamento.
$ActionQueueType LinkedList
$ActionQueueFileName Forward1
$ActionResumeRetryCount -1
$ActionQueueSaveOnShutdown on
*.* @@server1
$ActionQueueType LinkedList
$ActionQueueFileName Forward2
$ActionResumeRetryCount -1
$ActionQueueSaveOnShutdown on
*.* @@server2