splunk / splunk-ansible

Ansible playbooks for configuring and managing Splunk Enterprise and Universal Forwarder deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addon not getting installed when using param SPLUNK_APPS_URL

harshilgajera-crest opened this issue · comments

I am using Splunk Ansible to spin up splunk and I am passing SPLUNK_APPS_URL as the env variable for the addon that I want to install.
Now it was working till yesterday, splunk was spinning up and addon was getting installed but when I tried spinning splunk today using below cmd:
docker run -d -p 8000:8000 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=admin123" -e "SPLUNKBASE_USERNAME=<SPLUNKBASE_USERNAME>" -e "SPLUNKBASE_PASSWORD=<SPLUNKBASE_PASSWORD>" -e "SPLUNK_APPS_URL=https://splunkbase.splunk.com/app/3549/release/4.4.0/download/" --name splunk splunk/splunk

Splunk is not spinning up and in container logs below errors are observed:
ansible