Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.2.1/9.1.4 hec token not created when providing env var SPLUNK_HEC_TOKEN #668

Open
mkolasinski-splunk opened this issue Apr 22, 2024 · 2 comments
Assignees

Comments

@mkolasinski-splunk
Copy link

Running:
docker run -it -e SPLUNK_START_ARGS=--accept-license -e SPLUNK_PASSWORD=**** -e SPLUNK_HEC_TOKEN="testtoken" -p 8100:8000 -p 8188:8088 -p 8189:8089 --platform=linux/amd64 splunk/splunk:9.2.1 start
Results in spinning up Splunk container, but HEC token is not created
image
Issue confirmed on Splunk 9.1.4 as well.

On previous releases of Splunk HEC token is created properly, i.e. on Splunk 9.1.3:
docker run -it -e SPLUNK_START_ARGS=--accept-license -e SPLUNK_PASSWORD=**** -e SPLUNK_HEC_TOKEN="testtoken" -p 8000:8000 -p 8088:8088 -p 8089:8089 --platform=linux/amd64 splunk/splunk:9.1.3 start
Results in:
image

@dd-Splunk
Copy link

Same issue when specifying hec in default.yml

@ekoyle
Copy link

ekoyle commented May 1, 2024

I think this is related to splunk/splunk-ansible#815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants