<?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: Listing all saved searches from all apps via REST without correlation searches in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/509066#M142237</link>
    <description>&lt;P&gt;I dug further into my notes and found this query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local count=0 /services/saved/searches 
| where NOT 'action.correlationsearch.enabled'=1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jul 2020 12:50:30 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-07-14T12:50:30Z</dc:date>
    <item>
      <title>Listing all saved searches from all apps via REST without correlation searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/508688#M142123</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;So, I know I can get a list of all &lt;EM&gt;enabled&lt;/EM&gt; saved searches by doing:&lt;/P&gt;&lt;PRE&gt;| rest count=0 /servicesNS/-/-/saved/searches | search disabled=0 | table title&lt;/PRE&gt;&lt;P&gt;However, I want to list all &lt;EM&gt;enabled&amp;nbsp;&lt;/EM&gt;saved searches from all Apps, which are NOT "correlation searches". Any idea how to implement such query?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Jul 2020 14:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/508688#M142123</guid>
      <dc:creator>karadikid</dc:creator>
      <dc:date>2020-07-12T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all saved searches from all apps via REST without correlation searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/508815#M142153</link>
      <description>&lt;P&gt;A correlation search is the same as a saved search.&amp;nbsp; The only distinction is the app context.&amp;nbsp; You can use the regex command to filter on eai:acl.app, but you'll have to come up with a regular expression that matches only ES apps.&amp;nbsp; Something like this (which filters too much)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest count=0 /servicesNS/-/-/saved/searches | search disabled=0 
| regex eai:acl.app!="(DA-ESS)|(SA-)"
| table title&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/508815#M142153</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-13T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all saved searches from all apps via REST without correlation searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/509015#M142210</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;richgalloway!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, can I safely assume that a correlation search is only related to SplunkES and simply negate other apps in my queries?&lt;/P&gt;&lt;P&gt;I also wonder how the UI returns specifically "Correlation Searches"\"Saved Searches"\etc... when searching via the "content management" UI. Any idea how I can mimic this behaviour?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 09:05:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/509015#M142210</guid>
      <dc:creator>karadikid</dc:creator>
      <dc:date>2020-07-14T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all saved searches from all apps via REST without correlation searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/509066#M142237</link>
      <description>&lt;P&gt;I dug further into my notes and found this query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local count=0 /services/saved/searches 
| where NOT 'action.correlationsearch.enabled'=1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 12:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Listing-all-saved-searches-from-all-apps-via-REST-without/m-p/509066#M142237</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-07-14T12:50:30Z</dc:date>
    </item>
  </channel>
</rss>

