I've been working to implement a monitoring software named "logalyze" for a central rsyslog system. For that purpose, I installed a Centos7 server which runs firewalld.
I need to convert below iptables command into a Centos7 firewalld command.
iptables -t nat -A PREROUTING -p udp --destination-port 514 -j REDIRECT --to-ports 1670
This rule is part of a configuration of the central syslog server monitoring specified here.