Search another article?
Rsyslog TCP support
It’s possible configure SGBox to support both UDP and TCP protocol to receive syslog messages.
Be careful!! Making errors in the configuration can cause that service will not start correctly
In this section will be described the steps:
Connect to SGBox using terminal (like putty). Go to Appliance Management > Syslog > Edit configuration File.
Go down ti SGBox customization Section and it should appear as following:
# provides UDP syslog reception
$ModLoad imudp
$InputUDPServerBindRuleset remote
$UDPServerRun 514
# provides TCP syslog reception
$ModLoad imptcp
$InputPTCPServerBindRuleset remote
$InputPTCPServerRun 514
Save the configuration and click to Restart Service