<?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: Where does token gets stored when created by splunk UI in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/651458#M110643</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;one way to try to find where it's stored it use find like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;find $SPLUNK_HOME \( -path $SPLUNK_HOME/var/log -o -path $SPLUNK_HOME/var/run/splunk/dispatch -o -path $SPLUNK_HOME/var/lib/splunk/\*/\*db\* -o -path $SPLUNK_HOME/var/lib/splunk/fishbucket \) -prune -o -type f \( -ctime -1m -o -mtime -1m \) -ls&lt;/LI-CODE&gt;&lt;P&gt;Modify -1m what ever time you need to look, when you thing that token has created. It's told how many minutes backward it is looking when file have created or modified.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 10:59:11 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-07-21T10:59:11Z</dc:date>
    <item>
      <title>Where does token gets stored when created by splunk UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/560613#M92654</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have enabled token based authentication and created few tokens. I can see them in UI but wanted to know where in backend it is stored. I mean which conf file.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 13:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/560613#M92654</guid>
      <dc:creator>rishav</dc:creator>
      <dc:date>2021-07-23T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where does token gets stored when created by splunk UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/560732#M92668</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236754"&gt;@rishav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no doc showing where these tokens have been stored. They can only be created through web and Rest API. One of the pre-requisite is to having the kvstore enabled for tokens to work. I am guessing they might get stored there for security reasons. I have asked a question to Splunk docs feedback section hope they get back. Hope this helps!&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if this reply helps!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 05:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/560732#M92668</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-07-26T05:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where does token gets stored when created by splunk UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/651420#M110634</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;,&lt;BR /&gt;Have you received any feedback from the Splunk docs team?&lt;BR /&gt;We are also looking for the location of authorisation tokens as we need to delete one token for a non-existent user&lt;BR /&gt;Greetings,&lt;BR /&gt;Justyna&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/651420#M110634</guid>
      <dc:creator>justynap_ldz</dc:creator>
      <dc:date>2023-07-21T07:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where does token gets stored when created by splunk UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/651458#M110643</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;one way to try to find where it's stored it use find like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;find $SPLUNK_HOME \( -path $SPLUNK_HOME/var/log -o -path $SPLUNK_HOME/var/run/splunk/dispatch -o -path $SPLUNK_HOME/var/lib/splunk/\*/\*db\* -o -path $SPLUNK_HOME/var/lib/splunk/fishbucket \) -prune -o -type f \( -ctime -1m -o -mtime -1m \) -ls&lt;/LI-CODE&gt;&lt;P&gt;Modify -1m what ever time you need to look, when you thing that token has created. It's told how many minutes backward it is looking when file have created or modified.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 10:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-token-gets-stored-when-created-by-splunk-UI/m-p/651458#M110643</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T10:59:11Z</dc:date>
    </item>
  </channel>
</rss>

