<?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 How can I disable authentication for a collection of KVstore in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380651#M24905</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need that a python script can make a request to a specific collection of the KVstore. The problem is that the python script cannot generate the token to authenticate against the KVstore.&lt;/P&gt;

&lt;P&gt;I'm looking for a solution, I'm thinking in disable the authentication only for this collection or generates a token that never expires to use in every request. If is it possible how can I do this?&lt;/P&gt;

&lt;P&gt;I don't know if there're more possibilities.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 07:32:59 GMT</pubDate>
    <dc:creator>adri9valle</dc:creator>
    <dc:date>2019-02-13T07:32:59Z</dc:date>
    <item>
      <title>How can I disable authentication for a collection of KVstore</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380651#M24905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need that a python script can make a request to a specific collection of the KVstore. The problem is that the python script cannot generate the token to authenticate against the KVstore.&lt;/P&gt;

&lt;P&gt;I'm looking for a solution, I'm thinking in disable the authentication only for this collection or generates a token that never expires to use in every request. If is it possible how can I do this?&lt;/P&gt;

&lt;P&gt;I don't know if there're more possibilities.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 07:32:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380651#M24905</guid>
      <dc:creator>adri9valle</dc:creator>
      <dc:date>2019-02-13T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I disable authentication for a collection of KVstore</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380652#M24906</link>
      <description>&lt;P&gt;Hi @adri9valle ,&lt;BR /&gt;
It is not possible to disable the authentication as KVstore requires it. To generate the authentication token you need to configure commands.conf file and enable the fields of  &lt;STRONG&gt;enableheader&lt;/STRONG&gt; and &lt;STRONG&gt;passauth&lt;/STRONG&gt; to true.&lt;BR /&gt;
please go through the below link for more details:-&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/481239/is-there-a-way-to-get-anonymous-access-to-splunks.html"&gt;https://answers.splunk.com/answers/481239/is-there-a-way-to-get-anonymous-access-to-splunks.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;hope it helps!!&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 08:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380652#M24906</guid>
      <dc:creator>MoniM</dc:creator>
      <dc:date>2019-02-13T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I disable authentication for a collection of KVstore</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380653#M24907</link>
      <description>&lt;P&gt;Hi @MoniM ,&lt;/P&gt;

&lt;P&gt;The problem is that I'm trying to create a new data input script to execute each hour, this script needs access to the KVstore but  I don't know how can authenticate against the KVstore from a python script.&lt;/P&gt;

&lt;P&gt;How can I get the credentials to make the request from the script automatically? &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380653#M24907</guid>
      <dc:creator>adri9valle</dc:creator>
      <dc:date>2019-02-13T09:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I disable authentication for a collection of KVstore</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380654#M24908</link>
      <description>&lt;P&gt;Almost anything that you can do with a KV Store, you can do through SPL in a search.  You can run a Splunk search remotely through various means but most people don't know that you can run a Splunk search directly on the search head like this (security vulnerability acknowledged):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk search "Your SPL to do KV Store stuff here" -auth &amp;lt;user&amp;gt;:&amp;lt;PW&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-disable-authentication-for-a-collection-of-KVstore/m-p/380654#M24908</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-13T16:43:01Z</dc:date>
    </item>
  </channel>
</rss>

