Find answers to your technical questions and learn how to use our products
Search suggestions:
You can use the following process to enable the sending of logs from an Avaya Breeze® platform server to a remote rsyslog server.
This process assumes that Avaya Breeze® platform send the logs to UDP port 514.
Check that rsyslog is installed and operating on the server to which the Avaya Breeze® platform will send logs.
rsyslogd -v
dnf install rsyslog
vi /etc/rsyslog.conf
# remote host
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional *.* @<rsyslog server IP address>:514
Where <rsyslog server IP address> is the address of the rsyslog server.
<rsyslog server IP address>
sh /etc/snfw/snfw-nft.sh --nft-custom-add inet filter output oif "eth0" udp dport 514 ct state { established, new } counter accept
systemctl restart rsyslog systemctl enable rsyslog systemctl status rsyslog
tail
Previous Topic
Next Topic