<?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: Chart like application management v2.0 in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48855#M2467</link>
    <description>&lt;P&gt;In the past, the single value visualization used to present the content with a background button (the small, coloured rectable box). Today the visualization is such that the actual value is what changes in colour based on the range.&lt;/P&gt;

&lt;P&gt;I do not know that you can get that button any more. Please see this note. &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/PanelreferenceforSimplifiedXML#Single_value_panel"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/PanelreferenceforSimplifiedXML#Single_value_panel&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2013 14:26:33 GMT</pubDate>
    <dc:creator>Gilberto_Castil</dc:creator>
    <dc:date>2013-05-29T14:26:33Z</dc:date>
    <item>
      <title>Chart like application management v2.0</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48852#M2464</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;In Application Management - Click Through Demo (PPT) - Sept 2012 by splunk in the CEO view we have a panel RT Transaction Volume. &lt;BR /&gt;
The results of this are displayed in a rectangle that is in yellow colour and the value is displayed inside that rectangle box. &lt;/P&gt;

&lt;P&gt;But if i use the .spl file of Application management i cannot see this coloured box in which results are displayed. I want to display results in such form in my dashboard as in Appl mngt pdf (CEO ). Is that an image? Can anybody help me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 12:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48852#M2464</guid>
      <dc:creator>sumanth_isac</dc:creator>
      <dc:date>2013-05-29T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart like application management v2.0</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48853#M2465</link>
      <description>&lt;P&gt;That piece is accomplished using a "single value" in combination with a "range map". I do not think the button itself is an option anymore. &lt;/P&gt;

&lt;P&gt;For example, let's assume that you evaluate the volume of KB throughput in Splunk. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal group="per_sourcetype_thruput" earliest=-15m | stats sum(kbps) AS KBThroughput 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To figure out the range of that value based on your KPIs, you may follow with this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rangemap field=KBThroughput low=0-20 elevated=21-40 high=41-60 default=severe
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You put that in a dashboard pannel &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;
&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;sample single value + range - simple xml&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;single&amp;gt;
      &amp;lt;searchString&amp;gt;index=_internal group="per_sourcetype_thruput" earliest=-15m | stats sum(kbps) AS KBThroughput | rangemap field=KBThroughput low=0-20 elevated=21-40 high=41-60 default=severe&amp;lt;/searchString&amp;gt;
      &amp;lt;title&amp;gt;sample single value + range&amp;lt;/title&amp;gt;
      &amp;lt;option name="classField"&amp;gt;range&amp;lt;/option&amp;gt;
    &amp;lt;/single&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Based on the calculated value, you will find the colour of the result will change to match the range you specified. You will probably see something like this:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/Untitled106.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;
Refer to the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/SearchReference/Rangemap"&gt;documentation&lt;/A&gt; for more details.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;This is what the App Management Demo shows today:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/Untitled107.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 13:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48853#M2465</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2013-05-29T13:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart like application management v2.0</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48854#M2466</link>
      <description>&lt;P&gt;hi gilberto thanks for the answer this partly solves my problem but what i need exactly is the background of 57.756875 should be in colour, where 57.756875 is inside the small coloured rectangle box.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 13:54:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48854#M2466</guid>
      <dc:creator>sumanth_isac</dc:creator>
      <dc:date>2013-05-29T13:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart like application management v2.0</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48855#M2467</link>
      <description>&lt;P&gt;In the past, the single value visualization used to present the content with a background button (the small, coloured rectable box). Today the visualization is such that the actual value is what changes in colour based on the range.&lt;/P&gt;

&lt;P&gt;I do not know that you can get that button any more. Please see this note. &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/PanelreferenceforSimplifiedXML#Single_value_panel"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/PanelreferenceforSimplifiedXML#Single_value_panel&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 14:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48855#M2467</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2013-05-29T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart like application management v2.0</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48856#M2468</link>
      <description>&lt;P&gt;thank you gilberto now i came to know about it and got convinced with your answer.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 15:16:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-like-application-management-v2-0/m-p/48856#M2468</guid>
      <dc:creator>sumanth_isac</dc:creator>
      <dc:date>2013-05-29T15:16:02Z</dc:date>
    </item>
  </channel>
</rss>

