<?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 do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565361#M196982</link>
    <description>&lt;P&gt;Thx bro for your reply. From your point of view what issues do u see if a search is not using an Index name? Am looking from a Security point of view? Thanks again.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2021 16:16:16 GMT</pubDate>
    <dc:creator>SamHTexas</dc:creator>
    <dc:date>2021-08-31T16:16:16Z</dc:date>
    <item>
      <title>How do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a lot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565350#M196974</link>
      <description>&lt;P&gt;I need to find a list of saved searches that don't use the index name in searching please. Any way to list the name of the users with this list, any cool SPLs ? Thank u in advance. Much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565350#M196974</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-08-31T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565356#M196978</link>
      <description>&lt;P&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;| rest /servicesNS/-/-/saved/searches | search search!=*index* |table search eai:acl.owner is_scheduled&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:49:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565356#M196978</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2021-08-31T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565361#M196982</link>
      <description>&lt;P&gt;Thx bro for your reply. From your point of view what issues do u see if a search is not using an Index name? Am looking from a Security point of view? Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:16:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565361#M196982</guid>
      <dc:creator>SamHTexas</dc:creator>
      <dc:date>2021-08-31T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565373#M196989</link>
      <description>&lt;P&gt;What do you mean "don't use an index"? You can quite easily find searches which don't have said index literarily entered as a part of the search but what if the searches reference that index in another way? A macro, for example. Or a subsearch?&lt;/P&gt;&lt;P&gt;BTW, just because a search doesn't use a "index=something" condition, doesn't mean that it's "bad". You might - for example have searches populating lookups by performing ldapsearch. Or you might use a search to check a dynamicaly created lookup for its validity of some kind. Or any other legit reason not to have an index explicitly included i&amp;nbsp; the search.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 19:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565373#M196989</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-08-31T19:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I search for a list of Saves searches that don't use index name for searching in Splunk Ent. or ES. Thank u a</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565384#M196993</link>
      <description>&lt;P&gt;Probably the biggest issue is that you didn’t know which indexes the query is using (or better to say which it should use). As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;@said there are many ways to define which index it should use other than index=abc (e.g. eventtypes, auth config files, macros etc.). As those can changed time by time, you couldn’t know later on which indexes are used (should use) by querying that from logs.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 20:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-search-for-a-list-of-Saves-searches-that-don-t-use/m-p/565384#M196993</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-08-31T20:50:11Z</dc:date>
    </item>
  </channel>
</rss>

