<?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 Visualization color issue in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370728#M39753</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;First of all the version of the splunk we have in our environment is as follows;&lt;/P&gt;

&lt;P&gt;Splunk Version&lt;BR /&gt;
6.2.3&lt;BR /&gt;
Splunk Build&lt;BR /&gt;
264376&lt;/P&gt;

&lt;P&gt;i do have a single line single number visualization dashborad.the problem is when i run them indivually i get the color coding but when it is on saved dashboard,coloring does not work&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/4591i2F768C389C00385A/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 are my queries for both searches;&lt;/P&gt;

&lt;P&gt;1) failed diu&lt;/P&gt;

&lt;P&gt;Message="failed to execute"|search Message &amp;gt;0 |stats count(eval(Message="failed to execute")) AS "Failed DIU"  |eval Value = 500| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none&lt;/P&gt;

&lt;P&gt;and i get the set color of red when i click on visualiztion(red)&lt;/P&gt;

&lt;P&gt;2) successful diu&lt;BR /&gt;
Message="was executed successfully"|search Message &amp;gt;0|stats count(eval(Message="was executed successfully")) AS "Successful DIU" |eval Value = 0| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none&lt;/P&gt;

&lt;P&gt;and i get the set color of black when i click on visualiztion&lt;/P&gt;

&lt;P&gt;any idea why the colors do not work when saved as one dashboard.&lt;/P&gt;

&lt;P&gt;here is my source code as well if that helps&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/4592i7B9205459C65311B/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;i have a test environment which the latest version of splunk is installed and all works as expected,but with different version i don't even have the UI option that i have on the latest version for coloring is not presented in 6.2 version&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 16:52:58 GMT</pubDate>
    <dc:creator>carlyleadmin</dc:creator>
    <dc:date>2018-03-21T16:52:58Z</dc:date>
    <item>
      <title>Visualization color issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370728#M39753</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;First of all the version of the splunk we have in our environment is as follows;&lt;/P&gt;

&lt;P&gt;Splunk Version&lt;BR /&gt;
6.2.3&lt;BR /&gt;
Splunk Build&lt;BR /&gt;
264376&lt;/P&gt;

&lt;P&gt;i do have a single line single number visualization dashborad.the problem is when i run them indivually i get the color coding but when it is on saved dashboard,coloring does not work&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/4591i2F768C389C00385A/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 are my queries for both searches;&lt;/P&gt;

&lt;P&gt;1) failed diu&lt;/P&gt;

&lt;P&gt;Message="failed to execute"|search Message &amp;gt;0 |stats count(eval(Message="failed to execute")) AS "Failed DIU"  |eval Value = 500| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none&lt;/P&gt;

&lt;P&gt;and i get the set color of red when i click on visualiztion(red)&lt;/P&gt;

&lt;P&gt;2) successful diu&lt;BR /&gt;
Message="was executed successfully"|search Message &amp;gt;0|stats count(eval(Message="was executed successfully")) AS "Successful DIU" |eval Value = 0| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none&lt;/P&gt;

&lt;P&gt;and i get the set color of black when i click on visualiztion&lt;/P&gt;

&lt;P&gt;any idea why the colors do not work when saved as one dashboard.&lt;/P&gt;

&lt;P&gt;here is my source code as well if that helps&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/4592i7B9205459C65311B/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;i have a test environment which the latest version of splunk is installed and all works as expected,but with different version i don't even have the UI option that i have on the latest version for coloring is not presented in 6.2 version&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370728#M39753</guid>
      <dc:creator>carlyleadmin</dc:creator>
      <dc:date>2018-03-21T16:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization color issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370729#M39754</link>
      <description>&lt;P&gt;You can refer this app:&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 06:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370729#M39754</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-03-22T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization color issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370730#M39755</link>
      <description>&lt;P&gt;For 6.2.0, try adding this to the options for both panels&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="classField"&amp;gt;range&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 08:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370730#M39755</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-03-22T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization color issue</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370731#M39756</link>
      <description>&lt;P&gt;That did it.Thank you Renjith&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:33:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Visualization-color-issue/m-p/370731#M39756</guid>
      <dc:creator>carlyleadmin</dc:creator>
      <dc:date>2018-03-22T15:33:39Z</dc:date>
    </item>
  </channel>
</rss>

