<?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 Change password using inline search in #Random</title>
    <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498987#M1328</link>
    <description>&lt;P&gt;Yeah i have access on 8089 request. im trying to update another account password.&lt;BR /&gt;
Can it work using Rest Script ? target server [HF,IDX,MC,DS,LM]&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 09:08:02 GMT</pubDate>
    <dc:creator>jadengoho</dc:creator>
    <dc:date>2020-05-14T09:08:02Z</dc:date>
    <item>
      <title>Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498985#M1326</link>
      <description>&lt;P&gt;How can i change password of a user, only using Inline search through Search Head ?&lt;/P&gt;

&lt;P&gt;Search Head &amp;gt; Heavy Forwarder &lt;BR /&gt;
Search Head &amp;gt; Indexer&lt;BR /&gt;
Search Head &amp;gt; License Master&lt;BR /&gt;
Search Head &amp;gt; Monitoring console&lt;BR /&gt;
Search Head &amp;gt; Deployment Server&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 06:51:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498985#M1326</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2020-05-14T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498986#M1327</link>
      <description>&lt;P&gt;You can only make GET REST requests from search bar without any additional commands. &lt;BR /&gt;
Do you have access to the management port (8089) to do API requests?&lt;BR /&gt;
Are you wanting to change your own password or someone else? &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 08:55:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498986#M1327</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2020-05-14T08:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498987#M1328</link>
      <description>&lt;P&gt;Yeah i have access on 8089 request. im trying to update another account password.&lt;BR /&gt;
Can it work using Rest Script ? target server [HF,IDX,MC,DS,LM]&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 09:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498987#M1328</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2020-05-14T09:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498988#M1329</link>
      <description>&lt;P&gt;You should be able to run something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u &amp;lt;YOUR_USER&amp;gt;:&amp;lt;YOUR_PASS&amp;gt; &lt;A href="https://&amp;lt;YOUR_SPLUNK_SERVER&amp;gt;:8089/services/authentication/users/&amp;lt;SOME_USER&amp;gt;" target="test_blank"&gt;https://&amp;lt;YOUR_SPLUNK_SERVER&amp;gt;:8089/services/authentication/users/&amp;lt;SOME_USER&amp;gt;&lt;/A&gt;; -d password=&amp;lt;NEW_PASSWORD&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or if you're using &amp;gt; 7,3 and using token auth you can use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -H "Authorization: Bearer &amp;lt;YOUR_TOKEN&amp;gt;" &lt;A href="https://&amp;lt;YOUR_SPLUNK_SERVER&amp;gt;:8089/services/authentication/users/&amp;lt;SOME_USER&amp;gt;" target="test_blank"&gt;https://&amp;lt;YOUR_SPLUNK_SERVER&amp;gt;:8089/services/authentication/users/&amp;lt;SOME_USER&amp;gt;&lt;/A&gt;; -d password=&amp;lt;NEW_PASSWORD&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 May 2020 09:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498988#M1329</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2020-05-14T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498989#M1330</link>
      <description>&lt;P&gt;Could i run this on a inline search ? cause if it is then this would be the answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 03:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498989#M1330</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2020-05-15T03:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Change password using inline search</title>
      <link>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498990#M1331</link>
      <description>&lt;P&gt;You can not natively POST through the Splunk UI Search.  The &lt;CODE&gt;|rest&lt;/CODE&gt; command only supports GET requests.  You could likely make your own command to do what you're wanting, or search through splunkbase/github to see if someone has already done it before.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 04:31:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Splunk-Change-password-using-inline-search/m-p/498990#M1331</guid>
      <dc:creator>ragedsparrow</dc:creator>
      <dc:date>2020-05-15T04:31:52Z</dc:date>
    </item>
  </channel>
</rss>

