<?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 Why is my real-time post process dashboard showing different results from running the same search directly? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206275#M60024</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I'm experiencing a strange behavior on one of my splunk real-time postprocess dashboards. The numbers shown are significantly smaller as when I run the same search directly.&lt;/P&gt;

&lt;P&gt;Code for the dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search id="allcount"&amp;gt;
    &amp;lt;query&amp;gt;sourcetype=mgw_live | fields host,receiver,http_status&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;rt-60m&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;rt&amp;lt;/latest&amp;gt;
 &amp;lt;/search&amp;gt;

&amp;lt;single&amp;gt;
   &amp;lt;title&amp;gt;PRD2&amp;lt;/title&amp;gt;
   &amp;lt;search base="allcount"&amp;gt;
     &amp;lt;query&amp;gt;search host=prd2 | stats count&amp;lt;/query&amp;gt;
   &amp;lt;/search&amp;gt;
   &amp;lt;option name="underLabel"&amp;gt;Datagramme&amp;lt;/option&amp;gt;
   &amp;lt;option name="field"&amp;gt;count&amp;lt;/option&amp;gt;
   &amp;lt;option name="linkView"&amp;gt;search&amp;lt;/option&amp;gt;
   &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&amp;lt;/single&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Dashboard is showing a count of about 8000 to 9000 events.&lt;/P&gt;

&lt;P&gt;If I run the same search directly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mgw_live | fields host,receiver,http_status | search host=prd2 | stats count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm getting about 67.500 results which is much more likely, if I compare it to the source file.&lt;/P&gt;

&lt;P&gt;What could be the reason for this?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2015 14:14:46 GMT</pubDate>
    <dc:creator>DennisMohn</dc:creator>
    <dc:date>2015-09-07T14:14:46Z</dc:date>
    <item>
      <title>Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206275#M60024</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I'm experiencing a strange behavior on one of my splunk real-time postprocess dashboards. The numbers shown are significantly smaller as when I run the same search directly.&lt;/P&gt;

&lt;P&gt;Code for the dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search id="allcount"&amp;gt;
    &amp;lt;query&amp;gt;sourcetype=mgw_live | fields host,receiver,http_status&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;rt-60m&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;rt&amp;lt;/latest&amp;gt;
 &amp;lt;/search&amp;gt;

&amp;lt;single&amp;gt;
   &amp;lt;title&amp;gt;PRD2&amp;lt;/title&amp;gt;
   &amp;lt;search base="allcount"&amp;gt;
     &amp;lt;query&amp;gt;search host=prd2 | stats count&amp;lt;/query&amp;gt;
   &amp;lt;/search&amp;gt;
   &amp;lt;option name="underLabel"&amp;gt;Datagramme&amp;lt;/option&amp;gt;
   &amp;lt;option name="field"&amp;gt;count&amp;lt;/option&amp;gt;
   &amp;lt;option name="linkView"&amp;gt;search&amp;lt;/option&amp;gt;
   &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&amp;lt;/single&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Dashboard is showing a count of about 8000 to 9000 events.&lt;/P&gt;

&lt;P&gt;If I run the same search directly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=mgw_live | fields host,receiver,http_status | search host=prd2 | stats count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm getting about 67.500 results which is much more likely, if I compare it to the source file.&lt;/P&gt;

&lt;P&gt;What could be the reason for this?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2015 14:14:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206275#M60024</guid>
      <dc:creator>DennisMohn</dc:creator>
      <dc:date>2015-09-07T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206276#M60025</link>
      <description>&lt;P&gt;Did you look at to check the conditions in 「Search job inspector」?&lt;/P&gt;

&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/631iF964F4DDACB413AA/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;Is there a difference in the 「Search job properties」？&lt;BR /&gt;
ex.earliestTime　OR　latestTime&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 00:39:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206276#M60025</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2015-09-08T00:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206277#M60026</link>
      <description>&lt;P&gt;Dashboard job:&lt;BR /&gt;
earliestTime: 2015-09-09T09:06:46.000+02:00&lt;BR /&gt;
latestTime: 2015-09-09T10:06:46.000+02:00&lt;/P&gt;

&lt;P&gt;Free Search Job:&lt;BR /&gt;
earliestTime:   2015-09-09T09:08:24.000+02:00&lt;BR /&gt;
latestTime: 2015-09-09T10:08:24.000+02:00&lt;/P&gt;

&lt;P&gt;I also recognize, that the Event counts in the Dashboard Job differ from the displayes results:&lt;/P&gt;

&lt;P&gt;eventAvailableCount 71699&lt;BR /&gt;
eventCount  71699&lt;/P&gt;

&lt;P&gt;I assume the error is within the postprocessing command. Is there any chance to inspect, what the postprocess does?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206277#M60026</guid>
      <dc:creator>DennisMohn</dc:creator>
      <dc:date>2015-09-09T08:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206278#M60027</link>
      <description>&lt;P&gt;I have re-evaluated the issue. If the timeframe is very short (earliest=rt-5m, latest=rtnow) the results are the same. As soon as I increase the searchtime, the results start to vary. &lt;/P&gt;

&lt;P&gt;Interval 5min =&amp;gt; 1072 results (dashboard) vs. 1073 results (search) =&amp;gt; both real-time changing, OK!&lt;BR /&gt;
Interval 10min =&amp;gt; 1850 results  vs. 2280 results &lt;BR /&gt;
Interval 30min =&amp;gt; 1672 results vs. 6251 results &lt;BR /&gt;
Interval 60min =&amp;gt; 1875 results va. 12046 &lt;/P&gt;

&lt;P&gt;I don't see any reason why the real-time dashboard starts to drop results if the interval increases...&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206278#M60027</guid>
      <dc:creator>DennisMohn</dc:creator>
      <dc:date>2015-09-09T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206279#M60028</link>
      <description>&lt;P&gt;Log There is also a link to "search.log" to the top of the inspector.&lt;/P&gt;

&lt;P&gt;Has been output is the number of the search process on the information in the "job inspector". &lt;BR /&gt;
Please see what the difference in the number has come out at any stage.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.5/Knowledge/ViewsearchjobpropertieswiththeJobInspector"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.5/Knowledge/ViewsearchjobpropertieswiththeJobInspector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 03:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206279#M60028</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2015-09-10T03:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206280#M60029</link>
      <description>&lt;P&gt;For example, What happens if you specify the index results?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 00:07:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206280#M60029</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2015-09-11T00:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206281#M60030</link>
      <description>&lt;P&gt;I don't see any errors in the search.log &lt;/P&gt;

&lt;P&gt;What do you mean by "specifying index results"?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206281#M60030</guid>
      <dc:creator>DennisMohn</dc:creator>
      <dc:date>2015-09-11T13:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my real-time post process dashboard showing different results from running the same search directly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206282#M60031</link>
      <description>&lt;P&gt;Any errors found?&lt;/P&gt;

&lt;P&gt;Make sure there is no difference in the index that are used in the search.&lt;BR /&gt;
There may be a difference in the index to use in the difference of authority.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:05:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-real-time-post-process-dashboard-showing-different/m-p/206282#M60031</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2015-09-24T10:05:09Z</dc:date>
    </item>
  </channel>
</rss>

