Forward syslog messages in RSA Authentication Manager 8.0 through 8.3
Originally Published: 2016-06-18
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.0 - 8.3
Issue
Resolution
- Log in as the rsaadmin via SSH.
login as: rsaadmin
Using keyboard-interactive authentication.
Password: <enter operating system password>
Last login: Mon Jan 6 14:05:00 2020 from jumphost.vcloud.local
RSA Authentication Manager Installation Directory: /opt/rsa/am
Using keyboard-interactive authentication.
Password: <enter operating system password>
Last login: Mon Jan 6 14:05:00 2020 from jumphost.vcloud.local
RSA Authentication Manager Installation Directory: /opt/rsa/am
- Run the command sudo su – to become the root user.
- Using a text editor, such as vi, edit /etc/syslog-ng/syslog-ng.conf:
rsaadmin@am8p:~> sudo su -
rsaadmin's password: <enter operating system password>
am8p:~ # vi /etc/syslog-ng//syslog-ng.conf
rsaadmin's password: <enter operating system password>
am8p:~ # vi /etc/syslog-ng//syslog-ng.conf
- Find the first mention of destination.
#destination newscrit { file("/var/log/news/news.crit"
# owner(news) group(news)); };
#log { source(src); filter(f_newscrit); destination(newscrit); };
/destination
- This brings you to the following line in bold below:
# Enable this and adopt IP to send log messages to a log server.
#
#destination logserver { udp("10.10.10.10" port(514)); };
#log { source(src); destination(logserver); };
- Uncomment this line and the next, and change the IP address to the IP of the syslog aggregator. Check the port as well to ensure itis the one your aggregator is listening on.
destination logserver { udp("192.168.33.104" port(514)); };
log { source(src); destination(logserver); };
log { source(src); destination(logserver); };
- To save, press Esc then :wq! to exit.
- Restart the syslog service to make the changes take effect. I don't know why it uses syslog instead of syslog-ng.
am8p:~ # /etc/init.d/syslog restart
Shutting down syslog services done
Starting syslog services done
Shutting down syslog services done
Starting syslog services done
- Test by logging out and back in, then checking the syslog aggregator to see if the login shows up. Note that it might be listed as an sshd event.
Notes
This article is version specific and applies to older versions of RSA Authentication Manager that still use syslog-ng, and not newer versions using rsyslog.
Related Articles
How to report OC admin activity immediately and forward it to Syslog? 16Number of Views Understanding RSA Authentication Manager logging fields when they are forwarded to syslog 635Number of Views Monitoring scripts delayed when sent to remote syslog 27Number of Views syslog over TCP 223Number of Views Tries to forward Xeller provision with UNIX but does not give response properly 1Number of Views
Trending Articles
RSA-2026-10: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA SecurID Desktop Token 5.0.3 for Windows Administrator's Guide RSA-2026-05: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities RSA Authentication Manager Upgrade Process
Don't see what you're looking for?