Dual remote syslog

Hey everyone,

wanted to check if there is an option to enable 2 remote syslog option in Mikrotik, I’ve try to add a remote server, but I understand that if the name is not exactly ‘remote’ it won’t send it

the system doesn’t allow duplicate, hence why I’m wondering if there is a work around ?

thank you,

[me@myTik] > /system/logging/action/add name=r1 remote=10.20.30.40 target=remote
[me@myTik] > /system/logging/action/add name=r2 remote=10.20.30.50 target=remote
[me@myTik] > /system/logging/add topics=script action=r1
[me@myTik] > /system/logging/add topics=script action=r2
[me@myTik] > /tool/sniffer/quick ip-address=10.20.30.0/24
[me@myTik] > /log/info message=test
Columns: INTERFACE, TIME, NUM, DIR, SRC-MAC, DST-MAC, SRC-ADDRESS, DST-ADDRESS, PROTOCOL, SIZE, CPU
INTERFACE TIME NUM DIR SRC-MAC DST-MAC SRC-ADDRESS DST-ADDRESS PROTOCOL SIZE CPU
ether1 20.298 1 → 00:15:5D:FC:E9:15 00:15:5D:FC:E9:06 192.168.227.21:33319 10.20.30.40:514 (syslog) ip:udp 58 0
ether1 20.298 2 → 00:15:5D:FC:E9:15 00:15:5D:FC:E9:06 192.168.227.21:33319 10.20.30.50:514 (syslog) ip:udp 58 0