<?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: Color indication for the single value module in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53418#M2741</link>
    <description>&lt;P&gt;You'll want to use the rangemap command. See below.&lt;/P&gt;

&lt;P&gt;Updated:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap#Using_rangemap_with_single_value_panels"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap#Using_rangemap_with_single_value_panels&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2012 17:55:14 GMT</pubDate>
    <dc:creator>sdaniels</dc:creator>
    <dc:date>2012-05-16T17:55:14Z</dc:date>
    <item>
      <title>Color indication for the single value module</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53417#M2740</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;can we use the color indication  for the single value representation.something like if my singlevalue count exceeds more then 100 then i should get a color red for the entire singlevalue box  and for before 100 i need to get a yellow color..&lt;/P&gt;

&lt;P&gt;can we define color ranges for the singlevalue plot.or can be it done using speedometers.please help me on this..&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 17:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53417#M2740</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-05-16T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Color indication for the single value module</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53418#M2741</link>
      <description>&lt;P&gt;You'll want to use the rangemap command. See below.&lt;/P&gt;

&lt;P&gt;Updated:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap#Using_rangemap_with_single_value_panels"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rangemap#Using_rangemap_with_single_value_panels&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 17:55:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53418#M2741</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-05-16T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color indication for the single value module</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53419#M2742</link>
      <description>&lt;P&gt;Thanx for the Info ..:)&lt;/P&gt;</description>
      <pubDate>Sun, 20 May 2012 06:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53419#M2742</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-05-20T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Color indication for the single value module</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53420#M2743</link>
      <description>&lt;P&gt;Can you post an updated link. The first link "addsinglebutton" is no longer available.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 17:47:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53420#M2743</guid>
      <dc:creator>campbellj1977</dc:creator>
      <dc:date>2012-11-21T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color indication for the single value module</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53421#M2744</link>
      <description>&lt;P&gt;Can the rangemap be used in terms of %? Thats my code below where I am trying to change the color of the field UsedSize according to %. Like if it crosses 50% then a light green, crosses 70% then red etc. Also even if I use the same way mentioned as below its still not changing the colors. &lt;/P&gt;

&lt;P&gt;&lt;SEARCHSTRING&gt;earliest=-24h@h latest=@h sourcetype="df" host="$V$" |dedup host| multikv fields Size Used|&lt;CODE&gt;rex_space&lt;/CODE&gt;| table UsedSize| rangemap field=UsedSize gray=1-30 blue=31-39 red=40-59 default=green &lt;/SEARCHSTRING&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Used Disk Space&lt;/TITLE&gt;&lt;BR /&gt;
      range&lt;BR /&gt;
      gaps&lt;BR /&gt;
      stacked100&lt;BR /&gt;
      false&lt;BR /&gt;&lt;BR /&gt;
      right&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 22:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Color-indication-for-the-single-value-module/m-p/53421#M2744</guid>
      <dc:creator>theouhuios</dc:creator>
      <dc:date>2012-11-27T22:06:43Z</dc:date>
    </item>
  </channel>
</rss>

