<?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: Heatmap in Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12721#M182</link>
    <description>&lt;P&gt;Are you referring to the paintbrush icon on the Table header?  or some other place?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 12:31:56 GMT</pubDate>
    <dc:creator>email2vamsi</dc:creator>
    <dc:date>2017-04-21T12:31:56Z</dc:date>
    <item>
      <title>Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12716#M177</link>
      <description>&lt;P&gt;I have a data table panel on a dashboard withthe following search:&lt;/P&gt;

&lt;P&gt;sourcetype="PubsCounts-too_small" * |fields account received, authorized, Difference |eval Difference= (authorized-received) | chart values(Difference) as Difference by account&lt;/P&gt;

&lt;P&gt;It displays well except that I would like to have a heatmap on the difference column. If I view the results, I can use the heatmap to great effect.&lt;/P&gt;

&lt;P&gt;How can I use a heatmap in this search on the dashboard? BTW: It is an inline search.&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2010 01:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12716#M177</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2010-05-01T01:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12717#M178</link>
      <description>&lt;P&gt;The simplified XML dashboards dont have this ability - you cant do it from the editing UI that you see, nor from editing the simplified XML source. &lt;/P&gt;

&lt;P&gt;However the entire simplified XML is just a shortcut layer to the advanced XML syntax.  And in the advanced xml this is relatively easy to do. &lt;/P&gt;

&lt;P&gt;Converting from the simplified XML to the advanced XML is briefly discussed on this page &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/AdvancedDashboard" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Developer/AdvancedDashboard&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;however here are the individual steps spelled out: &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;load your working (simplified XML) view in the browser&lt;/LI&gt;
&lt;LI&gt;tack ?showsource=1  onto the end of the URL&lt;/LI&gt;
&lt;LI&gt;you'll be in a weird page. scroll down. you'll see a huge textarea field full of XML.  Copy it into your clipboard&lt;/LI&gt;
&lt;LI&gt;back to your working view. &lt;/LI&gt;
&lt;LI&gt;Actions &amp;gt; edit dashboard&lt;/LI&gt;
&lt;LI&gt;click the little blue link 'Edit name/xml'. &lt;/LI&gt;
&lt;LI&gt;in the form that loads, paste the big nasty advanced xml in there. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;converting from a simplified dashboard brings a bunch of weird cruft into the advanced world, but it'll work fine. &lt;/P&gt;

&lt;P&gt;Once its converted, getting your heatmap is simply a matter of: finding this line: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="SimpleResultsTable"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and inside that module,  ie right under that line, put&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;param name="dataOverlayMode"&amp;gt;heatmap&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 01 May 2010 09:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12717#M178</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-01T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12718#M179</link>
      <description>&lt;P&gt;Nick,&lt;/P&gt;

&lt;P&gt;I'm using 4.0.10 at present and showsource does not give me any XML. What other options do I have to either generate advanced XML or to get the heatmap some other way?&lt;/P&gt;

&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2010 22:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12718#M179</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2010-05-10T22:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12719#M180</link>
      <description>&lt;P&gt;I see. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;  Well honestly the path of least resistance is probably to install a copy of 4.1 on your laptop briefly, copy over the simplified XML view, and use its showsource=1 to do the conversion and then copy the result back to your instance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2010 00:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12719#M180</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-11T00:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12720#M181</link>
      <description>&lt;P&gt;In Splunk 6.x, you can just edit the dashboard panels and click on the paintbrush icon and select the "heat map" data overlay.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 17:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12720#M181</guid>
      <dc:creator>khourihan_splun</dc:creator>
      <dc:date>2014-05-06T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Heatmap in Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12721#M182</link>
      <description>&lt;P&gt;Are you referring to the paintbrush icon on the Table header?  or some other place?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 12:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Heatmap-in-Dashboard/m-p/12721#M182</guid>
      <dc:creator>email2vamsi</dc:creator>
      <dc:date>2017-04-21T12:31:56Z</dc:date>
    </item>
  </channel>
</rss>

