Hi,
In Splunk Enterprise v10.0.0, the following error is reported in "splunkd.log" ever minute.
I narrowed to issue to URI "https://[::1]:8089" written to run file: "/opt/splunk/var/run/splunk/splunkd_uri.txt". It looks like the python helper script "cli_common.py" is not properly parsing out the IPv6 address on the colon ':' delimiter. The temporary fix is to modify the URI to "https://127.0.0.1:8089", which resolves the ERROR. However, after restarting Splunkd, URI "https://[::1]:8089" is again written to run file "/opt/splunk/var/run/splunk/splunkd_uri.txt" and the ERROR reoccurs.
Looks like a fix is needed to python script "cli_common.py" but if the script file is changed, then the Splunk manifest check will complain.
Does anyone know of a permanent fix?