<?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 the dashboard result different in production and acceptance environment? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406778#M26652</link>
    <description>&lt;P&gt;Thank you for your answer. I do not really want to remove duplicates directly because there might be cases where the processing time is the same for different runs.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2018 14:41:29 GMT</pubDate>
    <dc:creator>patmarton</dc:creator>
    <dc:date>2018-08-13T14:41:29Z</dc:date>
    <item>
      <title>Why is the dashboard result different in production and acceptance environment?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406776#M26650</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I created a dashboard in splunk which is working fine based on our tests. When I moved it to production environment it shows false data. After going through the logs i found out that the exact same code shows duplicated values in the production environment. &lt;/P&gt;

&lt;P&gt;I noticed that the code is fine, but after the following command, it shows duplicated values :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats list(RunTime) AS Run , avg(seconds) AS Average by SiteName, Country, SiteRegion
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So the result before this line is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**SiteName**  **RunTime**

Prague         10.9
Prague         10.2
Prague         19.8
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the result after that line is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**SiteName**  **RunTime**

Prague         10.9
Prague         10.9
Prague         10.9
Prague         10.9
Prague         19.8
Prague         19.8
Prague         19.8
Prague         19.8
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And so on.&lt;/P&gt;

&lt;P&gt;I cannot really figure out why it happens, and also looking for a better solution than the dedup command.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 09:02:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406776#M26650</guid>
      <dc:creator>patmarton</dc:creator>
      <dc:date>2018-08-13T09:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the dashboard result different in production and acceptance environment?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406777#M26651</link>
      <description>&lt;P&gt;if you use values instead of list it will remove duplicates. &lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406777#M26651</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-13T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the dashboard result different in production and acceptance environment?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406778#M26652</link>
      <description>&lt;P&gt;Thank you for your answer. I do not really want to remove duplicates directly because there might be cases where the processing time is the same for different runs.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406778#M26652</guid>
      <dc:creator>patmarton</dc:creator>
      <dc:date>2018-08-13T14:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the dashboard result different in production and acceptance environment?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406779#M26653</link>
      <description>&lt;P&gt;Then what is it you're really aiming for? &lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406779#M26653</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-13T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the dashboard result different in production and acceptance environment?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406780#M26654</link>
      <description>&lt;P&gt;I need to know why data gets duplicated after that command. I can use dedup or values but in case there were two different runs with the same RunTime, I would lose one of them, and I only want to get rid of the duplicates.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:57:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-dashboard-result-different-in-production-and/m-p/406780#M26654</guid>
      <dc:creator>patmarton</dc:creator>
      <dc:date>2018-08-15T07:57:45Z</dc:date>
    </item>
  </channel>
</rss>

