I noticed the splunkdssl is enabled by default in server.conf, after disabling it in config file: [sslConfig]
enableSplunkdSSL = False Afterwards, I issued the same curl command and got output as below: <entry>
<title>http://test3</title>
<id>http://<splunk_enterprise_instance_IP>:8089/servicesNS/nobody/splunk_httpinput/data/inputs/http/http%3A%252F%252Ftest3</id>
<updated>2023-01-09T14:05:29+08:00</updated>
<link href="/servicesNS/nobody/splunk_httpinput/data/inputs/http/http%3A%252F%252Ftest3" rel="alternate"/>
<author>
<name>admin</name>
</author> Token "test3" is the one I create via "http-event-collector" command, it could be loaded successfully, but for tokens created via GUI (before disabling splunkdssl), they are still failed to retrieve. Any ideas why would that happen?
... View more