<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk docker do not work after admin pass change and restart in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677157#M18634</link>
    <description>After you have change password on GUI have you changed it also into docker config / force it from env when you are starting docker?</description>
    <pubDate>Fri, 09 Feb 2024 18:11:52 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2024-02-09T18:11:52Z</dc:date>
    <item>
      <title>Splunk docker do not work after admin pass change and restart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/676622#M18598</link>
      <description>&lt;P&gt;Step to reproduce&lt;/P&gt;&lt;P&gt;1. Install&lt;/P&gt;&lt;P&gt;version: '3.7'&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;splunk:&lt;BR /&gt;image: splunk/splunk:latest&lt;BR /&gt;container_name: splunk&lt;BR /&gt;ports:&lt;BR /&gt;- "8000:8000"&lt;BR /&gt;- "9997:9997"&lt;BR /&gt;- "8088:8088"&lt;BR /&gt;environment:&lt;BR /&gt;- SPLUNK_START_ARGS=--accept-license&lt;BR /&gt;- SPLUNK_PASSWORD=Password1&lt;BR /&gt;volumes:&lt;BR /&gt;- splunk_data_var:/opt/splunk/var&lt;BR /&gt;- splunk_data_etc:/opt/splunk/etc&lt;BR /&gt;restart: unless-stopped&lt;/P&gt;&lt;P&gt;volumes:&lt;BR /&gt;splunk_data_var:&lt;BR /&gt;splunk_data_etc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. change admin pass from web ui&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Restart splunk docker instance&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 16:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/676622#M18598</guid>
      <dc:creator>Ashish_Thakur</dc:creator>
      <dc:date>2024-02-05T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk docker do not work after admin pass change and restart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677157#M18634</link>
      <description>After you have change password on GUI have you changed it also into docker config / force it from env when you are starting docker?</description>
      <pubDate>Fri, 09 Feb 2024 18:11:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677157#M18634</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-02-09T18:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk docker do not work after admin pass change and restart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677231#M18639</link>
      <description>&lt;P&gt;Hi Isoutamo,&lt;/P&gt;&lt;P&gt;thanks for reply,&lt;/P&gt;&lt;P&gt;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,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have documented a video and log, if u r interested I can share.&lt;/P&gt;&lt;P&gt;log :&amp;nbsp;&lt;A href="https://pastebin.com/6BHr0t93" target="_blank"&gt;https://pastebin.com/6BHr0t93&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 13:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677231#M18639</guid>
      <dc:creator>Ashish_Thakur</dc:creator>
      <dc:date>2024-02-11T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk docker do not work after admin pass change and restart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677266#M18643</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 12:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677266#M18643</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-02-12T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk docker do not work after admin pass change and restart</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677608#M18664</link>
      <description>&lt;P&gt;&lt;STRONG&gt;thank you so much,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 21:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-docker-do-not-work-after-admin-pass-change-and-restart/m-p/677608#M18664</guid>
      <dc:creator>Ashish_Thakur</dc:creator>
      <dc:date>2024-02-14T21:10:00Z</dc:date>
    </item>
  </channel>
</rss>

