<?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 admin user changes from version 7-&amp;gt;8 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Splunk-admin-user-changes-from-version-7-gt-8/m-p/517735#M6641</link>
    <description>&lt;P&gt;That is documented change. You must add user and password before you start splunk or generate it when it starts first time.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/Secureyouradminaccount" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/Secureyouradminaccount&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Installation/StartSplunkforthefirsttime" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Installation/StartSplunkforthefirsttime&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In ansible it’s easy to create this user-seed.conf with ini_file module before you start splunk first time.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 13:52:53 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-09-03T13:52:53Z</dc:date>
    <item>
      <title>Splunk admin user changes from version 7-&gt;8</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-admin-user-changes-from-version-7-gt-8/m-p/517734#M6640</link>
      <description>&lt;P&gt;Will upgarding my splunk installation from version 7 to 8 it seems like the default admin user name and default password does not exsist anymore. Below is the code which i use:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;check&amp;nbsp;if&amp;nbsp;password&amp;nbsp;change&amp;nbsp;is&amp;nbsp;required&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;command&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/opt/splunk/bin/splunk&amp;nbsp;login&amp;nbsp;-auth&amp;nbsp;admin:changeme&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;register&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;login_result&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ignore_errors&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;change&amp;nbsp;instance&amp;nbsp;password&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;command&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/opt/splunk/bin/splunk&amp;nbsp;edit&amp;nbsp;user&amp;nbsp;admin&amp;nbsp;-role&amp;nbsp;admin&amp;nbsp;-auth&amp;nbsp;admin:changeme&amp;nbsp;-password&amp;nbsp;{{&amp;nbsp;admin_password&amp;nbsp;}}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;when&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;login_result&amp;nbsp;is&amp;nbsp;succeeded&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The code above while running gives an error&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"msg": "non-zero return code", "rc": 24, "start": "2020-09-03 13:06:30.914377", "stderr": "No users exist. Please set up a user.", "stderr_lines": ["No users exist. Please set up a user."]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone have faced the same issue?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-admin-user-changes-from-version-7-gt-8/m-p/517734#M6640</guid>
      <dc:creator>gauravmsharma</dc:creator>
      <dc:date>2020-09-03T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk admin user changes from version 7-&gt;8</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-admin-user-changes-from-version-7-gt-8/m-p/517735#M6641</link>
      <description>&lt;P&gt;That is documented change. You must add user and password before you start splunk or generate it when it starts first time.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/Secureyouradminaccount" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/Secureyouradminaccount&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Installation/StartSplunkforthefirsttime" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Installation/StartSplunkforthefirsttime&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In ansible it’s easy to create this user-seed.conf with ini_file module before you start splunk first time.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-admin-user-changes-from-version-7-gt-8/m-p/517735#M6641</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-03T13:52:53Z</dc:date>
    </item>
  </channel>
</rss>

