<?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: How to access all private reports via REST API? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-access-all-private-reports-via-REST-API/m-p/228559#M4689</link>
    <description>&lt;P&gt;No wonder why nobody answered this: it was a problem of the configuration of my company's Splunk. It seems we have 2 searchers: one exposes the web and the other the API, and they don't share the reports, so, what you make in the web is not shown in the API (I will have to find why did they configure it that way, because it makes no sense)&lt;/P&gt;

&lt;P&gt;Well, sorry to bother you guys with this question (that can be closed), but i didn't know this configuration.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 11:54:24 GMT</pubDate>
    <dc:creator>larariro</dc:creator>
    <dc:date>2016-03-02T11:54:24Z</dc:date>
    <item>
      <title>How to access all private reports via REST API?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-access-all-private-reports-via-REST-API/m-p/228558#M4688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I can only save searches as private reports (user restrictions) with the web interface. These reports appear along with those created publicly by other users as follows:&lt;/P&gt;

&lt;P&gt;Title&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Owner&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;App&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sharing&lt;BR /&gt;
Errors in the last 24 hours&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;nobody&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;search&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;App&lt;BR /&gt;
Errors in the last hour&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;nobody&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;search&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;App&lt;BR /&gt;
License Usage Data Cube&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;nobody&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;search&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;App&lt;BR /&gt;
TServers_Requests&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myuser&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;search&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Private&lt;BR /&gt;
Videolibrary_Requests&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myuser&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;search&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Private&lt;/P&gt;

&lt;P&gt;(Sorry for the formatting, but I don't know how to make tables with markdown)&lt;/P&gt;

&lt;P&gt;Now I want to access those reports via the REST API, but when i make &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u myuser:passwd https://192.168.1.100:8089/servicesNS/myuser/search/saved/searches 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;the only ones I see are the first three.&lt;/P&gt;

&lt;P&gt;How can I see my private searches?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-access-all-private-reports-via-REST-API/m-p/228558#M4688</guid>
      <dc:creator>larariro</dc:creator>
      <dc:date>2020-09-29T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to access all private reports via REST API?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-access-all-private-reports-via-REST-API/m-p/228559#M4689</link>
      <description>&lt;P&gt;No wonder why nobody answered this: it was a problem of the configuration of my company's Splunk. It seems we have 2 searchers: one exposes the web and the other the API, and they don't share the reports, so, what you make in the web is not shown in the API (I will have to find why did they configure it that way, because it makes no sense)&lt;/P&gt;

&lt;P&gt;Well, sorry to bother you guys with this question (that can be closed), but i didn't know this configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 11:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-access-all-private-reports-via-REST-API/m-p/228559#M4689</guid>
      <dc:creator>larariro</dc:creator>
      <dc:date>2016-03-02T11:54:24Z</dc:date>
    </item>
  </channel>
</rss>

