vDefend SSP >= 5.0
Check Network Connectivity:
Review Fluentd Logs:
kubectl logs <fluentd-pod> -n nsxi-platform) from SSPI VM as root for errors related to the syslog server connection."#0 failed to emit data to remote syslog","#0 failed to write data into buffer by buffer overflow action","#0 failed to flush the buffer","#0 buffer is full",
Check Remote Server Health:
root:
openssl s_client -connect <remote_syslog_server>:<tls-port> -CAfile <syslog server ca_certificate.pem file> -showcerts -msg
This pem file will be uploaded in SSP UI while configuring the syslog server. This will be stored in the Fluentd pod at k -n nsxi-platform exec -it fluentd-0 -- bashcat /opt/bitnami/fluentd/syslog/ca-cert.pem
For TCP/UDP connection:
Steps to see if it's connected via TCP/UDP:
Log in to the cluster-api pod from the SSPI VM:k exec -it deploy/cluster-api -c cluster-api -- bash
and execute the command. nc -zvu <remote_syslog_server_ip> 514
Additional Suggested Action: Please try removing the existing Syslog configuration and re-adding it to verify if log transmission resumes successfully.
Before performing this step, ensure that the support bundle is collected and all above mentioned diagnostic actions are completed.
This will enable you to provide comprehensive data to Broadcom Support for potential root cause analysis.