<?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: Splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744757#M241310</link>
    <description>&lt;P&gt;You could look through the _internal index to see what searches have been performed. This only tells you what have been executed, not what could potentially execute i.e. there could still be alerts which haven't run but may run in the future which use index=*&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 08:44:58 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2025-04-23T08:44:58Z</dc:date>
    <item>
      <title>Search for "index=*" in searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744755#M241308</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a splunk query that list out all the alerts that have index=* in their query. Unfortunately, I can't use rest services so kindly suggest me how can i do it without using rest.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744755#M241308</guid>
      <dc:creator>sverdhan</dc:creator>
      <dc:date>2025-04-23T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744757#M241310</link>
      <description>&lt;P&gt;You could look through the _internal index to see what searches have been performed. This only tells you what have been executed, not what could potentially execute i.e. there could still be alerts which haven't run but may run in the future which use index=*&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 08:44:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744757#M241310</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-04-23T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744759#M241311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/272456"&gt;@sverdhan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the _audit index to find these, its not possible to search for a literal asterisk in Splunk but you can use a match command within where to filter as below. Note, the NOT "index=_audit" is to stop your own searches for asterisks searches from coming back!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit info=granted  NOT "index=_audit" NOT typeahead | where match(search, ",*index\s?=\s?\*")&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 09:23:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744759#M241311</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-23T09:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "index=*" in searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744790#M241316</link>
      <description>&lt;P&gt;Remember that searches might query all indexes even if they don't have verbatim "index=*" in them. There are several possible cases which might cause that behaviour:&lt;/P&gt;&lt;P&gt;1) Default indexes defined for a role (you &lt;EM&gt;should not&lt;/EM&gt; do that but it is possible)&lt;/P&gt;&lt;P&gt;2) Eventtype&lt;/P&gt;&lt;P&gt;3) index IN (*)&lt;/P&gt;&lt;P&gt;4) macro&lt;/P&gt;&lt;P&gt;5) Data model&lt;/P&gt;&lt;P&gt;And please try to set a more descriptive topic for the thread next time.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 14:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744790#M241316</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-23T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search for "index=*" in searches</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744834#M241326</link>
      <description>&lt;P&gt;This is true&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/272456"&gt;@sverdhan&lt;/a&gt;&amp;nbsp; - As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;has said, this might not cover everything you're expecting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent a big chunk of time once trying to find "every" combination for a project I was working on to automatically notify of people doing this, however they often found clever ways around, things like using inputlookup, makeresults etc in subsearches.&lt;/P&gt;&lt;P&gt;However, it might catch "most" of your queries - ultimately your mileage may vary!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 21:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-quot-index-quot-in-searches/m-p/744834#M241326</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-23T21:22:14Z</dc:date>
    </item>
  </channel>
</rss>

