Expected and recommended workflow to forward Syslogs from Aria Operations to a 3rd party via UDP, would be to use Aria Operations for Logs as a forwarder.
However, in the scenario where it is not possible to use Aria Operations for Logs, this can be set manually.
Aria Operations 8.x
Output logs to external log server.
"Syslog
"Apply Changes
" in the lower right corner.root
" and perform the following steps:
vi /var/lib/loginsight-agent/liagent.ini
proto=syslog
" that is not commented out (without the semicolon in front)Insert
" keyproto=syslog
" to "proto=syslog_udp
"port
" is set to 514
Esc
":wq
There is no need to restart any services, changes should take effect within a few minutes.
*NOTE* If this solution is applied and then a change is made and saved via the GUI, it will override the manual changes made below, and you will have to repeat the procedure.