You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform all the same steps above but use the 9.2 tag. When you try to start it up again the 2nd time (step 4), it will fail with this error:
TASK [splunk_universal_forwarder : Setup global HEC] *********************************************************************************************************************************
fatal: [localhost]: FAILED! => {
"changed": false
}
MSG:
POST/services/data/inputs/http/httpadmin********8089{'disabled': '0', 'enableSSL': '1', 'port': '8088', 'serverCert': '', 'sslPassword': ''}NoneNoneNone;;; AND excep_str: No Exception, failed with status code 404: {"text":"The requested URL was not found on this server.","code":404}
The text was updated successfully, but these errors were encountered:
8.x Works
sudo rm -rf splunkuf
docker run --rm -it -v "$(pwd)/splunkuf/opt/etc:/opt/splunkforwarder/etc" -v "$(pwd)/splunkuf/opt/var:/opt/splunkforwarder/var" -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=changeme1" splunk/universalforwarder:8.2
docker run --rm -it -v "$(pwd)/splunkuf/opt/etc:/opt/splunkforwarder/etc" -v "$(pwd)/splunkuf/opt/var:/opt/splunkforwarder/var" -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=changeme1" splunk/universalforwarder:8.2
It works!
9.2 Broken
Perform all the same steps above but use the 9.2 tag. When you try to start it up again the 2nd time (step 4), it will fail with this error:
The text was updated successfully, but these errors were encountered: