The Send to Syslog field displays the name of the Syslog profile you are configuring.
Specify a Facility Name for the Syslog server. It can be any name from local0 to local7. If you specify local0 - local7 as your facility name, the alerts are stored at /var/log/localmessages.
Click OK.
Perform one of the following actions:
To configure the Syslog profile for Access Gateway Service on RHEL, perform the following steps:
Go to /etc/rsyslog.conf file.
Add the following under # Provides UDP syslog reception
$ModLoad imudp.so
$UDPServerRun 514
Restart the syslog service by using one of the following commands:
/etc/init.d/rsyslog restart OR rcsyslog start
For the Docker deployment, perform the following steps:
Run the kubectl get pods command to view the Access Manager pods.
Go to the Administration Console pod by running the kubectl exec --namespace <name-of-the-namespace> -it pod/<name-of-the-administration-console-pod> - c am-ac -- sh command.
Run the /etc/init.d/novell-ac restart or systemctl restart novell-ac.service command.