<?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: Python SDK not returned all saved searches in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Python-SDK-not-returned-all-saved-searches/m-p/199013#M2683</link>
    <description>&lt;P&gt;Try clisent.connect without 'sharing' in &lt;STRONG&gt;kwargs&lt;BR /&gt;
ie, just **host,port,username,password and app&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2015 10:20:24 GMT</pubDate>
    <dc:creator>paramagurukarth</dc:creator>
    <dc:date>2015-03-09T10:20:24Z</dc:date>
    <item>
      <title>Python SDK not returned all saved searches</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python-SDK-not-returned-all-saved-searches/m-p/199012#M2682</link>
      <description>&lt;P&gt;I'm running into an issue where I'm trying to pull a list of saved searches via the SDK.  I've followed the directions via the documentation and I'm certain that my owner/app/shared settings are correct.  I'm only getting saved searches where the owner is set to nobody (basically the default saved searches). &lt;/P&gt;

&lt;P&gt;kwargs_splunk.update({'owner': 'myowner', 'app':'search', 'sharing':'global'.....})&lt;/P&gt;

&lt;P&gt;service = client.connect(**kwargs_splunk)&lt;/P&gt;

&lt;P&gt;for savedsearch in service.saved_searches:&lt;BR /&gt;
print savedsearch.name   &lt;/P&gt;

&lt;P&gt;What am I doing wrong?  Even if I use the credentials of the users who creating the new searches, I still get the default ones and nothing else.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2014 18:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python-SDK-not-returned-all-saved-searches/m-p/199012#M2682</guid>
      <dc:creator>askjoe</dc:creator>
      <dc:date>2014-06-16T18:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python SDK not returned all saved searches</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Python-SDK-not-returned-all-saved-searches/m-p/199013#M2683</link>
      <description>&lt;P&gt;Try clisent.connect without 'sharing' in &lt;STRONG&gt;kwargs&lt;BR /&gt;
ie, just **host,port,username,password and app&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 10:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Python-SDK-not-returned-all-saved-searches/m-p/199013#M2683</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2015-03-09T10:20:24Z</dc:date>
    </item>
  </channel>
</rss>

