Marvel-Lab icon indicating copy to clipboard operation
Marvel-Lab copied to clipboard

New setup_logging.sh fail

Open cybergoatpsyops opened this issue 3 years ago • 0 comments

On the latest commit, d1b0378, Splunk container fails to complete, assuming that it fails the healthcheck. Running docker compose for splunk-compose.yml, the following error is displayed:

splunk | TASK [splunk_standalone : Setup global HEC] ************************************ splunk | fatal: [localhost]: FAILED! => { splunk | "cache_control": "private", splunk | "changed": false, splunk | "connection": "Close", splunk | "content_length": "130", splunk | "content_type": "text/xml; charset=UTF-8", splunk | "date": "Wed, 05 Oct 2022 17:06:57 GMT", splunk | "elapsed": 0, splunk | "redirected": false, splunk | "server": "Splunkd", splunk | "status": 401, splunk | "url": "https://127.0.0.1:8089/services/data/inputs/http/http", splunk | "vary": "Cookie, Authorization", splunk | "www_authenticate": "Basic realm="/splunk"", splunk | "x_content_type_options": "nosniff", splunk | "x_frame_options": "SAMEORIGIN" splunk | } splunk | splunk | MSG: splunk | splunk | Status code was 401 and not [200]: HTTP Error 401: Unauthorized splunk | splunk | PLAY RECAP ********************************************************************* splunk | localhost : ok=58 changed=2 unreachable=0 failed=1 skipped=61 rescued=0 ignored=0

cybergoatpsyops avatar Oct 05 '22 17:10 cybergoatpsyops