Since RSA Authentication Manager 8.4, Authentication Manager updated its operating system to SUSE Linux Enterprise Server 12 SP4. SLES 12 no longer uses syslog-ng for remote syslog server.
Note that during Quick Setup another username may have been selected. Use that username to login.
sudo su – root
*.* @10.10.10.10:514
# ######### Sending Messages to Remote Hosts ##########
# Remote Logging using TCP for reliable delivery
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
#*.* @@remote-host
# Remote Logging using UDP
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
#*.* @remote-host
*.* @10.10.10.10:514
*.* @10.10.10.11:514
am84p:~ # rcsyslog restart
redirecting to systemctl restart syslog.service
am84p:~ # rcsyslog status
Usage: /sbin/rcsyslog {start|stop|status|try-restart|restart|force-reload|reload}
rsyslog.service - System Logging Service
Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2019-02-21 10:30:18 AEDT; 20s ago
Docs: man:rsyslogd(8)
http://www.rsyslog.com/doc/
Main PID: 11447 (rsyslogd)
Tasks: 6 (limit: 16384)
CGroup: /system.slice/rsyslog.service
└─11447 /usr/sbin/rsyslogd -n
am84p:~ # tcpdump -nvv -i eth0 port 514
am84p:~ # tcpdump -nvv -i eth0 "dst host n.n.n.n and dst port 514"
am84p:~ # tcpdump -nvv -i eth0 port 514
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
12:38:27.717034 IP (tos 0x0, ttl 64, id 20367, offset 0, flags [DF], proto UDP (17), length 182)
10.2.2.214.34727 > 10.2.1.215.514: [bad udp cksum 0x54dc -> 0xe5d5!] SYSLOG, length: 154
Facility auth (4), Severity notice (5)
Msg: Feb 21 12:38:27 am84p sudo: rsaadmin : TTY=unknown ; PWD=/opt/rsa/am/server ; USER=root ; COMMAND=/opt/rsa/am/utils/bin/appliance/queryTimeSettings.sh
0x0000: 3c33 373e 4665 6220 3231 2031 323a 3338
0x0010: 3a32 3720 616d 3834 7020 7375 646f 3a20
0x0020: 7273 6161 646d 696e 203a 2054 5459 3d75
0x0030: 6e6b 6e6f 776e 203b 2050 5744 3d2f 6f70
0x0040: 742f 7273 612f 616d 2f73 6572 7665 7220
0x0050: 3b20 5553 4552 3d72 6f6f 7420 3b20 434f
0x0060: 4d4d 414e 443d 2f6f 7074 2f72 7361 2f61
0x0070: 6d2f 7574 696c 732f 6269 6e2f 6170 706c
0x0080: 6961 6e63 652f 7175 6572 7954 696d 6553
0x0090: 6574 7469 6e67 732e 7368