Splunk Enterprise

Splunk docker do not work after admin pass change and restart

Ashish_Thakur
Explorer

Step to reproduce

1. Install

version: '3.7'

services:
splunk:
image: splunk/splunk:latest
container_name: splunk
ports:
- "8000:8000"
- "9997:9997"
- "8088:8088"
environment:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_PASSWORD=Password1
volumes:
- splunk_data_var:/opt/splunk/var
- splunk_data_etc:/opt/splunk/etc
restart: unless-stopped

volumes:
splunk_data_var:
splunk_data_etc:

 

2. change admin pass from web ui

 

3. Restart splunk docker instance

Labels (3)
0 Karma
1 Solution

isoutamo
SplunkTrust
SplunkTrust

The reason why this failed on after first run is that you have changed admin password to different that you have configured on your docker conf file. When it try to login into splunk via REST endpoint with user and password it cannot as it has old password. You could fix this by changing your current admin password into docker config file and run it again.

View solution in original post

Ashish_Thakur
Explorer

Hi Isoutamo,

thanks for reply,

I did not change anywhere just gui i changed password and did a restart from portainer for my docker, since testing it out in homelab enviroment, 

I have documented a video and log, if u r interested I can share.

log : https://pastebin.com/6BHr0t93

0 Karma

isoutamo
SplunkTrust
SplunkTrust

The reason why this failed on after first run is that you have changed admin password to different that you have configured on your docker conf file. When it try to login into splunk via REST endpoint with user and password it cannot as it has old password. You could fix this by changing your current admin password into docker config file and run it again.

Ashish_Thakur
Explorer

thank you so much, 

0 Karma

isoutamo
SplunkTrust
SplunkTrust
After you have change password on GUI have you changed it also into docker config / force it from env when you are starting docker?
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...