<?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: Dashboard Panel Showing Different Results from Report in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189480#M4123</link>
    <description>&lt;P&gt;I still get the same result.  Like I said, I don't think it has to to with &lt;CODE&gt;time&lt;/CODE&gt;, but I still have no idea what else would be causing this.  Any suggestions on what I can do to figure out what's going wrong?  &lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2015 15:08:56 GMT</pubDate>
    <dc:creator>rescobar713</dc:creator>
    <dc:date>2015-07-06T15:08:56Z</dc:date>
    <item>
      <title>Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189478#M4121</link>
      <description>&lt;P&gt;I'm trying to save the following search as a single value dashboard panel (from a report):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;activity_type=40 direct_object_type=102 | dedup direct_dw_object_id sortby -activity_ts | where ![...] | ... | stats distinct_count(object_id)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run this in search or as a report I get what I believe to be an accurate result (446).  However, when I try to convert it from a report to a dashboard panel it returns 81, which I'm sure is incorrect.  The time range for all three of these formats (search, report, and dashboard panel)  is set to All time, so I don't think it has anything to do with that.&lt;/P&gt;

&lt;P&gt;Any idea what could be causing this?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189478#M4121</guid>
      <dc:creator>rescobar713</dc:creator>
      <dc:date>2015-07-02T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189479#M4122</link>
      <description>&lt;P&gt;I am sure the problem is the &lt;CODE&gt;time&lt;/CODE&gt; being used for your search.  Use this search in your panel and I am sure it will work as a work-around (but you should circle back around and figure out what is broken in your &lt;CODE&gt;time&lt;/CODE&gt; settings for your panel:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=0 latest=2000000000 activity_type=40 direct_object_type=102 | dedup direct_dw_object_id sortby -activity_ts | where ![...] | ... | stats distinct_count(object_id)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Jul 2015 01:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189479#M4122</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-03T01:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189480#M4123</link>
      <description>&lt;P&gt;I still get the same result.  Like I said, I don't think it has to to with &lt;CODE&gt;time&lt;/CODE&gt;, but I still have no idea what else would be causing this.  Any suggestions on what I can do to figure out what's going wrong?  &lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189480#M4123</guid>
      <dc:creator>rescobar713</dc:creator>
      <dc:date>2015-07-06T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189481#M4124</link>
      <description>&lt;P&gt;It is very poor form to not specify &lt;EM&gt;both&lt;/EM&gt; a complete &lt;CODE&gt;index=&lt;/CODE&gt; directive and &lt;EM&gt;also&lt;/EM&gt; a complete &lt;CODE&gt;sourcetype=&lt;/CODE&gt; directive.  Add both of these to your search and see what happens.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189481#M4124</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189482#M4125</link>
      <description>&lt;P&gt;I only have one index, and all the events in that index have the same sourcetype.  Adding those statements did nothing.  I do not think this is simply a syntactical issue, it seems that the search in the dashboard panel is being conducted differently from the search in the report or the standalone search.&lt;/P&gt;

&lt;P&gt;Thanks for your help so far, though.  This issue is pretty pesky.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189482#M4125</guid>
      <dc:creator>rescobar713</dc:creator>
      <dc:date>2015-07-06T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189483#M4126</link>
      <description>&lt;P&gt;Are you using a &lt;CODE&gt;lookup&lt;/CODE&gt; in your hidden stuff?  Maybe it is somehow out of scope/context in the dashbaord.  Without your complete search, it is hard to guess/help more.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:04:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189483#M4126</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189484#M4127</link>
      <description>&lt;P&gt;Ok, here is the full search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;activity_type=40 direct_object_type=102 | dedup direct_dw_object_id sortby -activity_ts | where ![search deleted_ts object_type=102 | fields object_id] | eval last_modified_epoch=activity_ts | eval modAgeSeconds = ((now() - last_modified_epoch)/31536000) | where modAgeSeconds &amp;gt; 1 | stats count as Total
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The hidden parts were a subsearch and some eval arithmetic.  I don't see how the evals would cause inconsistencies, but perhaps the subsearch is failing in the dashboard?  I'm not sure how/why that would happen.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189484#M4127</guid>
      <dc:creator>rescobar713</dc:creator>
      <dc:date>2015-07-06T16:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Panel Showing Different Results from Report</title>
      <link>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189485#M4128</link>
      <description>&lt;P&gt;I opened the search twice in the job inspector (once from the report, and once from the dashboard panel) and I found some discrepancies in the "Execution cost" section.&lt;/P&gt;

&lt;P&gt;Report (correct results):&lt;BR /&gt;
&lt;STRONG&gt;Component | Invocations | Input count | Output count&lt;/STRONG&gt;&lt;BR /&gt;
command.dedup              |         1  | 1,300,000  |  2,442&lt;BR /&gt;
command.eval                 |       2  |   3,694       |    3,694&lt;BR /&gt;
command.prededup           |   29  | 165,081         |   9,565&lt;BR /&gt;
command.where                   |    2 |    4,289        |   2,294&lt;/P&gt;

&lt;P&gt;Dashboard Panel (incorrect results):&lt;BR /&gt;
&lt;STRONG&gt;Component | Invocations | Input count | Output count&lt;/STRONG&gt;&lt;BR /&gt;
command.dedup                    |   1 |    2,350,000  |    2,442&lt;BR /&gt;
command.eval                   |     2 |    4,312       |    4,312&lt;BR /&gt;
command.prededup           |   52  |    165,081          |   21,389&lt;BR /&gt;
command.where                  |     2 |    4,598         |  2,813&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 19:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Dashboard-Panel-Showing-Different-Results-from-Report/m-p/189485#M4128</guid>
      <dc:creator>rescobar713</dc:creator>
      <dc:date>2015-07-06T19:39:48Z</dc:date>
    </item>
  </channel>
</rss>

