<?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: Search for * in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578651#M201670</link>
    <description>&lt;P&gt;To search all indexes, use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=*&lt;/LI-CODE&gt;&lt;P&gt;there's no need to escape the asterisk.&amp;nbsp; Be warned that your admin may have created workload management rules that block such queries (they tend to be resource-intensive).&lt;/P&gt;&lt;P&gt;If, OTOH, you're trying to find the literal text "index=*" then using quotation marks around the string should be enough.&amp;nbsp; Again, no need to escape anything.&lt;/P&gt;&lt;P&gt;If those ideas don't help then please detail what is meant by "it's not working".&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 16:09:28 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-12-16T16:09:28Z</dc:date>
    <item>
      <title>Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578644#M201668</link>
      <description>&lt;P&gt;I want to search for "index=*" ....&lt;/P&gt;&lt;P&gt;what is the best way to run it&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;I tried to run "index=\*" but it's not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 15:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578644#M201668</guid>
      <dc:creator>rayar</dc:creator>
      <dc:date>2021-12-16T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578651#M201670</link>
      <description>&lt;P&gt;To search all indexes, use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=*&lt;/LI-CODE&gt;&lt;P&gt;there's no need to escape the asterisk.&amp;nbsp; Be warned that your admin may have created workload management rules that block such queries (they tend to be resource-intensive).&lt;/P&gt;&lt;P&gt;If, OTOH, you're trying to find the literal text "index=*" then using quotation marks around the string should be enough.&amp;nbsp; Again, no need to escape anything.&lt;/P&gt;&lt;P&gt;If those ideas don't help then please detail what is meant by "it's not working".&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 16:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578651#M201670</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-16T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578653#M201671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/45236"&gt;@rayar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: do you want to run a search that matches the string "index=*"?&lt;/P&gt;&lt;P&gt;If this is your need you could use the regex command:&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your_search
| regex _raw="index\=\*"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 16:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578653#M201671</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-16T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578674#M201677</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;If I understand you want to find the string 'Index=*' somewhere in an index. It is an interesting problem, but I think you will find this works&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;index=_internal AND "Index=" | rex field=_raw "(?&amp;lt;StarDex&amp;gt;Index\=\*)" | search StarDex != ""&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;OF course replace &lt;FONT face="courier new,courier" size="3"&gt;_internal&lt;/FONT&gt; with the index in which you wish to search&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 20:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/578674#M201677</guid>
      <dc:creator>Random_Walk</dc:creator>
      <dc:date>2021-12-16T20:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/579016#M201790</link>
      <description>&lt;P&gt;it worked , thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/579016#M201790</guid>
      <dc:creator>rayar</dc:creator>
      <dc:date>2021-12-21T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search for *</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/579019#M201791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/45236"&gt;@rayar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 13:48:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for/m-p/579019#M201791</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-21T13:48:01Z</dc:date>
    </item>
  </channel>
</rss>

