Splunk integration configuration appears successful in DX NetOps Portal.
No logging events appear in Portal reports.
Splunk UI shows active logging events.
No errors are visible in Portal logs.
While Splunk integration in Portal is configured using the correct real Splunk server hostname, it will fail to communicate. The HTTPS configuration requires we only use hostnames set as CN or SAN values in the HTTPS certificates involved.
The integration fails because the Splunk server hostname used in the configuration does not match the Common Name (CN) or Subject Alternative Name (SAN) in the self-signed certificate. When Splunk uses default self-signed certificates, it often uses the string SplunkServerDefaultCert instead of the actual server FQDN.
To resolve this issue, align the Portal configuration with the certificate's expected hostname:
Identify the expected hostname:
Update the Portal hosts file:
<Splunk_IP_Address> SplunkServerDefaultCertUpdate Portal Syslog Configuration:
Verify the UI returns a success message and reports begin populating.
Using CA-signed certificates instead of self-signed certificates allows the use of standard FQDNs for integration.