curl -v telnet://<sys_log_server_ip_address>:514
VMware vSphere Replication 8.0
VMware vSphere Replication 9.x
The IBM QRadar authpriv privileges was not updated in the VRMS /etc/rsyslog.conf hence the connectivity was not established between the VRMS and remote syslog server.
Please make a backup of the /etc/rsyslog.conf file on the VRMS(vSphere Replication applaince) before you make any changes to the file.
1. Log in to VRMS, as an admin user.
2. Open the vi /etc/rsyslog.conf file
3. Add the following facility information at last of the file and press TAB after authpriv.*:
authpriv.* <Press Tab> @Qradar IP
Example :
authpriv.* @1.1.1.1
4. Save the file.
5. Restart syslog by using the following command:
Systemctl restart rsyslog.conf
The IBM QRadar, a Security Information and Event Management (SIEM) solution requires the authpriv capability because it needs to access and process sensitive system logs and audit data to effectively monitor and analyze security events.
To access and process syslogs from VRMS to remote syslog server, QRadar needs the necessary privileges, including the ability to read system logs and audit data. The authpriv capability grants QRadar the required access to these sensitive resources.