RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
RSA Authentication Manager has been configured to send syslog data to a remote syslog server, but no syslog data is arriving at the remote server.
Observable symptoms include one or more of the following:
- The remote syslog server administrator confirms no syslog data is being received from the Authentication Manager appliance, despite the remote syslog destination being configured in Authentication Manager
- Authentication Manager events — including authentication activity, administrative audit events, and system errors — are not appearing in the remote syslog server's log feed
- The syslog configuration in the Security Console appears correct, but the remote syslog server shows no incoming data from the Authentication Manager IP address
Syslog data is not reaching the remote syslog server because a network firewall is blocking outbound UDP port 514 traffic from the Authentication Manager appliance.
Authentication Manager sends syslog data over UDP port 514 from the appliance OS to the configured remote syslog server IP address. If any firewall on the network path between the Authentication Manager appliance and the remote syslog server blocks this traffic, the packets are silently dropped and no error is displayed in the Authentication Manager UI — making the issue difficult to detect without OS-level packet inspection.
This commonly happens when the remote syslog server's own firewall has been opened to accept syslog traffic, but an intermediate network firewall or the Authentication Manager appliance's host firewall still blocks the outbound UDP 514 packets.
Part 1: Verify Syslog Configuration in the Security Console
- Log in to the Security Console.
- Navigate to Setup > System Settings.
- Click Logging.
- Select Primary or Replica, then click Next.
- Scroll down to Log Data Destination.
- Confirm the destination is set to Internal Database and remote Syslog at the following hostname or IP address, and verify the correct syslog server IP address or hostname is entered.
NOTE: Authentication Manager can send three types of log data to a remote syslog server:
- Administrative Audit — logs all administrative actions
- Runtime Audit — logs authentication events
- System — logs system-level events (e.g., failures to connect to a remote LDAP identity source)
If the configuration appears correct but the remote syslog server is still not receiving data, proceed to Part 2.
Part 2: Verify Syslog Packets Are Being Sent from the Appliance OS
- Open an SSH session to the Authentication Manager appliance using the
rsaadminOS account. - Switch to the root user:
sudo su -NOTE: The root password is the same as the
rsaadminOS account password unless it was changed after Quick Setup. - Check that the syslog service is running:
service syslog statusExpected output: The service status should show as running. If it is not running, restart it:
service syslog restart - Verify the syslog process is active:
ps -ef | grep syslogExpected output: One or more syslog process entries should appear in the output.
- Identify the active network interface on the appliance:
ip addr showNote the name of the interface that carries traffic to the remote syslog server (e.g.,
eth0,eth1,ens192). - Run a packet capture to verify the appliance is sending syslog packets to the remote server:
tcpdump -i <interface> host <syslog_server_IP>Replace
<interface>with the interface name from Step 11, and<syslog_server_IP>with the IP address of the remote syslog server.CAUTION:
tcpdumpcaptures all network traffic on the specified interface. Run it for a short period only and stop it with Ctrl+C when done.Expected output: If Authentication Manager is successfully sending syslog packets, output similar to the following will appear:
HH:MM:SS IP <AM_appliance_IP>.<port> > <syslog_server_IP>.514: UDP, length <n>
Interpreting the Results
| tcpdump Output | Remote Syslog Receiving? | Action |
|---|---|---|
| UDP 514 packets visible | Yes | Configuration is working correctly — no action needed |
| UDP 514 packets visible | No | A firewall on the network path is dropping packets — open UDP 514 outbound from the AM appliance IP to the syslog server IP |
| No UDP 514 packets visible | No | Syslog is not sending at the OS level — contact RSA Support for further assistance |
Verify: After firewall rules are updated to permit outbound UDP port 514 traffic, trigger a test authentication event in Authentication Manager and confirm the event appears in the remote syslog server's log feed within 60 seconds.
Related Articles
RSA Authentication Manager 8.x - Weak Ciphers Vulnerabilities found with Qualys Scan - Updated 1.55KNumber of Views How to Configure Palo Alto Global Protect VPN to support RSA AM to be LDAP + Passcode 398Number of Views RSA AM License Support 351Number of Views RSA Authentication Manager 8.8 upgrade fails with ERROR: auth_manager.rest_service.old_access_key is not found 2.23KNumber of Views RSA-2026-02: RSA Announces Critical Security Updates - RSA Authentication Manager 162Number of Views
Trending Articles
RSA Authentication Manager 8.8 Setup and Configuration Guide Test connection fails from the RSA ID Plus Cloud Access Service and Identity Router to the SecurID Authentication Manager RSA Authentication Manager 8.9 Setup and Configuration Guide IDR SSO - Step 3: Deploy the Identity Router RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows