<?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 does it say there are events but then it says &amp;quot;No results found&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354182#M165959</link>
    <description>&lt;P&gt;answer is in the comments ^^ " tstats will not display events , it will display your output in statistics only. "&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2019 07:51:01 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-05-28T07:51:01Z</dc:date>
    <item>
      <title>Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354175#M165952</link>
      <description>&lt;P&gt;After running a search, I have the below results:&lt;BR /&gt;
112,471 events (9/20/17 2:00:00.000 PM to 9/21/17 2:10:07.000 PM&lt;/P&gt;

&lt;P&gt;But when I click on the Events tab, I see this: &lt;CODE&gt;No results found.&lt;/CODE&gt; even though the search is in verbose mode.&lt;/P&gt;

&lt;P&gt;How can I review those 112,471 events?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354175#M165952</guid>
      <dc:creator>frizzoS3</dc:creator>
      <dc:date>2017-09-21T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354176#M165953</link>
      <description>&lt;P&gt;What's your search?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:38:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354176#M165953</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-09-21T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354177#M165954</link>
      <description>&lt;P&gt;| tstats &lt;CODE&gt;summariesonly&lt;/CODE&gt; max(_time) as _time,values(All_Traffic.src_category) as src_category,values(All_Traffic.dest_category) as dest_category,count from datamodel=Network_Traffic.All_Traffic by All_Traffic.src,All_Traffic.dest,All_Traffic.transport,All_Traffic.dest_port | &lt;CODE&gt;drop_dm_object_name("All_Traffic")&lt;/CODE&gt; | &lt;CODE&gt;is_traffic_prohibited(dest_port)&lt;/CODE&gt; | search (is_prohibited!="false" OR is_secure!="unknown") | fields _time,src,src_category,dest,dest_category,transport,dest_port,is_prohibited,is_secure&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354177#M165954</guid>
      <dc:creator>frizzoS3</dc:creator>
      <dc:date>2020-09-29T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354178#M165955</link>
      <description>&lt;P&gt;tstats will not display events , it will disply your output in statistics only.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:53:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354178#M165955</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-09-28T09:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354179#M165956</link>
      <description>&lt;P&gt;I'm surprised that no one answered this question since 2017. (I'm going to be asking the same one, phrased a bit differently, if I can't find an answer here)&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 11:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354179#M165956</guid>
      <dc:creator>bdmeyersc</dc:creator>
      <dc:date>2019-05-14T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354180#M165957</link>
      <description>&lt;P&gt;I have the same issue. The search string run in Verbose mode in Search app, but it didn't run in dashboard. s_hostname is seach-time field extraction.&lt;BR /&gt;
index=cisco_wsa sourcetype="cisco:wsa:w3c" s_hostname="*"| top limit=20 s_hostname&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354180#M165957</guid>
      <dc:creator>louismai</dc:creator>
      <dc:date>2020-09-30T00:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354181#M165958</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/179660"&gt;@louismai&lt;/a&gt;, run &lt;CODE&gt;index=cisco_wsa sourcetype="cisco:wsa:w3c" s_hostname="*"&lt;/CODE&gt;first and see if you get any s_hostname. The number of results is simply the number of events that were returned, doesn't mean that they have a valid s_hostname value.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354181#M165958</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2020-09-30T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354182#M165959</link>
      <description>&lt;P&gt;answer is in the comments ^^ " tstats will not display events , it will display your output in statistics only. "&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 07:51:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/354182#M165959</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-28T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why does it say there are events but then it says "No results found"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/616286#M214198</link>
      <description>&lt;P&gt;What should be modified in the search to display the events in Verbose mode&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 08:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-it-say-there-are-events-but-then-it-says-quot-No/m-p/616286#M214198</guid>
      <dc:creator>Ash</dc:creator>
      <dc:date>2022-10-07T08:36:55Z</dc:date>
    </item>
  </channel>
</rss>

