<?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: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417232#M27473</link>
    <description>&lt;P&gt;@niketnilay  Thanks.  A support ticket was opened.&lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 05:20:06 GMT</pubDate>
    <dc:creator>patng_nw</dc:creator>
    <dc:date>2018-05-25T05:20:06Z</dc:date>
    <item>
      <title>After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417228#M27469</link>
      <description>&lt;P&gt;After I upgraded to v7.1, I found some charts in some dashboards are showing incorrect result.  I have captured two images to explain what I mean.  (same problem in 7.1.1)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Image 1 - During drawing&lt;/STRONG&gt;: the chart shows these two lines segments (note: the plotted values are correct) while the dashboard is busy generating all the other data. &lt;BR /&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/5032iC68BC50029B5FFA4/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;&lt;STRONG&gt;Image 2 - Finish drawing&lt;/STRONG&gt;:  After all other data points are available, we can see that &lt;STRONG&gt;the scales on the Y-axis has changed&lt;/STRONG&gt; (look at those scales in &lt;STRONG&gt;Image 1&lt;/STRONG&gt;), and most data points were plotted correctly.  &lt;STRONG&gt;However&lt;/STRONG&gt;, those data points shown in the &lt;EM&gt;Image 1&lt;/EM&gt; &lt;STRONG&gt;stayed in their old positions&lt;/STRONG&gt;.  They should be adjusted based on the new Y-axis scales but they weren't!&lt;BR /&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/5033i06B2AF626232FE95/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;Refreshing the chart inside the dashboard didn't help.  If I plot this same chart separately (as a separate search in a new search window), then it displays correctly.  Please note that I have double checked the value in tabular format.  In tabular format, the values for those data points in Image 1 are correct, but they're positioned incorrectly in the image 2 (their "plotted values" in image 2 are doubled, wrongly).&lt;/P&gt;

&lt;P&gt;I didn't remember seeing this problem in 7.0.x.  And right after we upgraded to 7.1 and this problem was reported by a user who looked at this dashboard daily.  So I think it's introduced by 7.1.&lt;/P&gt;

&lt;P&gt;Below is the &lt;EM&gt;simplified&lt;/EM&gt; version of my query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="abc_network" sourcetype="abc_network_csv"| append [
| inputcsv abcNetwork_sheetapi.csv 
| eval _time = strptime(date, "%d-%m-%Y")
| where _time&amp;gt;=if(isnull(relative_time(now(),"-30d@d")), "-30d@d", relative_time(now(),"-30d@d")) 
  and _time&amp;lt;if(isnull(relative_time(now(),"-0d@d")), "-0d@d", relative_time(now(),"-0d@d")) 
| rename source as extracted_source 
| ]
| ...(note: some business logic code truncated)...
| timechart span=1day sum(counter1) as Counter1 sum(counter2) as Counter2 by ps
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Similar problem happened to other charts (e.g. a barchart) on the same dashboard which which uses similar base queries.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[Update - 2018-06-27]&lt;/STRONG&gt;&lt;BR /&gt;
The problem has been "resolved" by a workaround.  In the dashboard we were using base searches (which returns raw events).  The workaround is to not use the base searches and instead run it directly in each chart, and that avoided the bug.  The case is closed now.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[Update - 2018-07-15]&lt;/STRONG&gt;&lt;BR /&gt;
The problem actually is still here, as I just saw it today, but just less likely to happen after we've applied the "workaround".&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 04:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417228#M27469</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-05-24T04:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417229#M27470</link>
      <description>&lt;P&gt;@patng_nw, I would think the chart plotted is correct. You seem to have two series Counter1 and Counter2 and Counter2 is setup as Overlay Field with View As Axis option turned on. This makes upto ~150M count on Counter2 plotted in the same chart with equivalent Counter1 upto ~200000 (I would prefer Number Abbreviation turned on for Y-axis as well just for consistency). &lt;/P&gt;

&lt;P&gt;You can turn off &lt;CODE&gt;View as axis&lt;/CODE&gt; to see original count of both Counters on single y-axis. However, I feel the graph is correct, considering you are using overlay. Also validate the Data in Tabular format to double check.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417229#M27470</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-24T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417230#M27471</link>
      <description>&lt;P&gt;@niketnilay  As I explained above, the chart plots correctly if I plot it just by itself (instead of as part of dashboard), and I have already double checked the actual values in tabular format.  Therefore the chart is &lt;STRONG&gt;incorrect&lt;/STRONG&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 08:20:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417230#M27471</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-05-24T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417231#M27472</link>
      <description>&lt;P&gt;@patng_nw, if that is the case, I would suggest you to open a support ticket with Splunk and have them look at this issue. Also add a &lt;CODE&gt;bug&lt;/CODE&gt; tag to your question.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 04:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417231#M27472</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-25T04:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417232#M27473</link>
      <description>&lt;P&gt;@niketnilay  Thanks.  A support ticket was opened.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 05:20:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417232#M27473</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-05-25T05:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417233#M27474</link>
      <description>&lt;P&gt;@patng_nw, thanks! Do keep up posted and once you have the resolution to this issue, kindly post here and accept as answer to benefit others facing same issue!&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 07:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417233#M27474</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-25T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417234#M27475</link>
      <description>&lt;P&gt;@niketnilay: So far this is the response from Splunk technical support:&lt;BR /&gt;
"Splunk Enterprise 7.1.x is our new product with a lot of UI core level changes, due to which there are many bugs. We are in the process of fixing them in our future releases. A lot of UI related bugs were fixed in 7.1.1 and you could try upgrading to it.&lt;/P&gt;

&lt;P&gt;However, I would suggest you roll back to 7.0.x if possible as the possibility of you running into another bug in 7.1.1 is very high"&lt;/P&gt;

&lt;P&gt;However, 7.1.1 didn't solve my problem, and Splunk didn't officially support downgrading to 7.0.x either.  So it's pretty lame and I am still trying to get them really fix the bug.  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 09:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417234#M27475</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-06-01T09:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417235#M27476</link>
      <description>&lt;P&gt;@patng_nw does the issue also occur when the number or results plotted are less? I mean could this be performance related as you have millions of events plotted across your chart? I wish I could help but I have not been able to recreate the issue! Keep working with Support hopefully they figure it out soon enough!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 13:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417235#M27476</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-01T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417236#M27477</link>
      <description>&lt;P&gt;@niketnilay  Please see my latest update above.  There is a workaround to this problem.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 03:58:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417236#M27477</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-06-28T03:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417237#M27478</link>
      <description>&lt;P&gt;@patng_nw, so was the base search returning raw events or stats? Was it related to performance of base search?&lt;/P&gt;

&lt;P&gt;In any case please add details of the Workaround as an answer to your question and accept the same to mark this question as answered!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 07:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417237#M27478</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-28T07:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417238#M27479</link>
      <description>&lt;P&gt;@niketnilay It was returning raw events.  I just modified the [update] section of the above post.  But I have yet to figure out how to mark my original post as answer.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:19:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417238#M27479</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-06-28T08:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417239#M27480</link>
      <description>&lt;P&gt;After reading the update note: &lt;/P&gt;

&lt;P&gt;this would most likely still work with a base search if you would use the base search correct &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Instead of retuning raw events in the base search simply use a &lt;CODE&gt;| stats values(*) AS * by _time&lt;/CODE&gt; as last statement or what ever transforming search fits your needs &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;
Read more about base searches, especially why you should not return raw events, here : &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/Savedsearches#Best_practices"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/Savedsearches#Best_practices&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 10:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417239#M27480</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-28T10:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417240#M27481</link>
      <description>&lt;P&gt;@MuS   Thanks for the info!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 10:18:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417240#M27481</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-06-28T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417241#M27482</link>
      <description>&lt;P&gt;You are welcome! &lt;/P&gt;

&lt;P&gt;Converted to an answer, and you are welcome (again &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ) to accept it.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 10:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417241#M27482</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-28T10:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417242#M27483</link>
      <description>&lt;P&gt;Thanks @MuS, Post Processing Best Practices is where I was trying to go. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 10:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417242#M27483</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-28T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrade to 7.1: Bug - Dashboard Chart - drawn pixels stayed incorrectly in old positions even after the Y-axis scale has changed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417243#M27484</link>
      <description>&lt;P&gt;The workaround actually just made the problem less likely to happen.  Nevertheless it happened again today even after I've removed the base searches.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 01:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrade-to-7-1-Bug-Dashboard-Chart-drawn-pixels-stayed/m-p/417243#M27484</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2018-07-16T01:18:10Z</dc:date>
    </item>
  </channel>
</rss>

