<?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 return different event count in verbose vs fast mode using &amp;quot;where&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251578#M189306</link>
    <description>&lt;P&gt;Hi!&lt;BR /&gt;
No, there's a field extraction to extract those fields using a REPORT commando in props.conf.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 15:49:18 GMT</pubDate>
    <dc:creator>marcoscala</dc:creator>
    <dc:date>2016-03-17T15:49:18Z</dc:date>
    <item>
      <title>Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251576#M189304</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
I'm having a problem with the following simple search in &lt;STRONG&gt;Splunk 6.3.3&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myIndex sourcetype=mySourcetype earliest="03/09/2016:08:00:00" latest="03/09/2016:18:00:00" 
| eval time=strftime(_time,"%H:%M") | eval day=strftime(_time,"%d/%m/%Y")  
| stats first(verso) as FirstVerso first(time) as FirstTime by day,badge_id  
| where FirstVerso=1 | stats count as "Users In"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All events have the &lt;EM&gt;badge_id&lt;/EM&gt; and &lt;EM&gt;verso&lt;/EM&gt; fields&lt;BR /&gt;
If i run it in &lt;EM&gt;Verbose Mode&lt;/EM&gt;, I get 80 results: running the same search in &lt;EM&gt;Fast Mode&lt;/EM&gt; I get 240 results. The problem is with the "where FirstVerso=1" condition: if I omit this check, I get always the same number of results (325) both in  Verbose and Fast mode.&lt;/P&gt;

&lt;P&gt;Suggestions?!?! &lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:22:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251576#M189304</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2016-03-17T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251577#M189305</link>
      <description>&lt;P&gt;Are the field verso an custom extracted field OR is it automatically extracted by Splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:44:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251577#M189305</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-03-17T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251578#M189306</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
No, there's a field extraction to extract those fields using a REPORT commando in props.conf.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251578#M189306</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2016-03-17T15:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251579#M189307</link>
      <description>&lt;P&gt;For S&amp;amp;Gs try adjusting your initial search to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myIndex sourcetype=mySourcetype earliest="03/09/2016:08:00:00" latest="03/09/2016:18:00:00" day=* badge_id=* verso=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Mar 2016 18:06:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251579#M189307</guid>
      <dc:creator>Runals</dc:creator>
      <dc:date>2016-03-17T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251580#M189308</link>
      <description>&lt;P&gt;Hi Runals,&lt;BR /&gt;
I just try your suggestions, but I still get the same odd behaviour....&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 07:53:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251580#M189308</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2016-03-18T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk return different event count in verbose vs fast mode using "where"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251581#M189309</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1151iD13C93685BA595F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Here's a screenshot of my actual searches in Verbose and Fast mode.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 08:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-return-different-event-count-in-verbose-vs-fast-mode/m-p/251581#M189309</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2016-03-18T08:09:56Z</dc:date>
    </item>
  </channel>
</rss>

