<?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: Why is search not executing? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466043#M131252</link>
    <description>&lt;P&gt;try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="qualys" earliest=-0mon@mon host_ip="10.10.10.10" | table _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then try without table as well.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 16:35:34 GMT</pubDate>
    <dc:creator>mayurr98</dc:creator>
    <dc:date>2019-08-29T16:35:34Z</dc:date>
    <item>
      <title>Why is search not executing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466042#M131251</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am using Splunk to analyze results from Qualys Vulnerability Scanning&lt;/P&gt;

&lt;P&gt;I have noticed that one of my searches is not returning any results :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="qualys" earliest=-0mon@mon |
 where host_ip="10.10.10.10"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I know there should be results  for this specific search but the search almost instantly returns the &lt;EM&gt;"No results found"&lt;/EM&gt; message with no errors or warning displayed&lt;/P&gt;

&lt;P&gt;However, during my investigation, I noticed that if I add any subsearch to the original search, the search work as intended.&lt;BR /&gt;
example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="qualys" earliest=-0mon@mon  |
 where host_ip="10.10.10.10"  | append 
     [ search index=qualys 
     | tail 1]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This search should append only 1 line after the original search, but it now returns 36 results and takes more than 5 minutes (35 results are what we expect from the original search).&lt;/P&gt;

&lt;P&gt;Did anyone encounter this issue?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:06:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466042#M131251</guid>
      <dc:creator>mmor</dc:creator>
      <dc:date>2019-08-29T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is search not executing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466043#M131252</link>
      <description>&lt;P&gt;try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="qualys" earliest=-0mon@mon host_ip="10.10.10.10" | table _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then try without table as well.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:35:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466043#M131252</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-08-29T16:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why is search not executing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466044#M131253</link>
      <description>&lt;P&gt;Use this&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index="qualys" earliest=@mon host_ip="10.10.10.10"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;there is no point on using &lt;CODE&gt;|where&lt;/CODE&gt;since you're filtering. just do it in the main search&lt;BR /&gt;
also since your point is from beginning of the month you can just use &lt;CODE&gt;earliest=@mon&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466044#M131253</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-29T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why is search not executing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466045#M131254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Thanks for your answer.&lt;/P&gt;

&lt;P&gt;This does fix the issue for this specific search but i'd like to know why my original search is not working in case this issue is affecting my other searches&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 13:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-search-not-executing/m-p/466045#M131254</guid>
      <dc:creator>mmor</dc:creator>
      <dc:date>2019-08-30T13:51:55Z</dc:date>
    </item>
  </channel>
</rss>

