<?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: use the heat map option and highlight the max and min per each column. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/use-the-heat-map-option-and-highlight-the-max-and-min-per-each/m-p/467630#M131609</link>
    <description>&lt;P&gt;@HattrickNZ  I have posted an answer to @somesoni2 's question posted above. &lt;A href="https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html?childToView=815297#answer-815297"&gt;https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html?childToView=815297#answer-815297&lt;/A&gt;&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/8633iCCD1FFF5736DE721/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;Please refer to one of my older answer on similar lines which also explains both approaches: &lt;A href="https://answers.splunk.com/answers/686288/how-do-you-highlight-a-table-cell-based-on-a-field.html"&gt;https://answers.splunk.com/answers/686288/how-do-you-highlight-a-table-cell-based-on-a-field.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do upvote the other answers if you find them useful!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 19:25:19 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-04-07T19:25:19Z</dc:date>
    <item>
      <title>use the heat map option and highlight the max and min per each column.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/use-the-heat-map-option-and-highlight-the-max-and-min-per-each/m-p/467629#M131608</link>
      <description>&lt;P&gt;hi there &lt;/P&gt;

&lt;P&gt;THis is my sample data. I want to use the heat map option and highlight the max and min per each column.&lt;BR /&gt;
So I would have 2 values highlighted in each column, the max and the min.&lt;BR /&gt;
Can this be done in Splunk 7.3.1? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
      | eval data = "
 1    10;
 2    9;
 3    8;
 4    7;
 5    6;
 6    5;
 7    4;
 8    3;
 9    2;
 10   1;
     " 
      | makemv delim=";" data
      | mvexpand data
      | rex field=data "(?&amp;lt;Date&amp;gt;\d+)\s+(?&amp;lt;Y&amp;gt;\d+)"
      | fields + Date Y | fields - _time
      |search Y = * | 
      chart count(Y) by Y | sort + Y
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this is what I get just using the default setting. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="![heat map example][1]"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8634i3D4044A0F5502C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="![heat map example][1]" alt="![heat map example][1]" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;similar question asked here before &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html"&gt;https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 02:22:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/use-the-heat-map-option-and-highlight-the-max-and-min-per-each/m-p/467629#M131608</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2020-04-07T02:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: use the heat map option and highlight the max and min per each column.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/use-the-heat-map-option-and-highlight-the-max-and-min-per-each/m-p/467630#M131609</link>
      <description>&lt;P&gt;@HattrickNZ  I have posted an answer to @somesoni2 's question posted above. &lt;A href="https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html?childToView=815297#answer-815297"&gt;https://answers.splunk.com/answers/116018/splunk-6-simple-xml-dataoverlaymode-on-table-can-we-specify-which-column-to-show-heatmap-on.html?childToView=815297#answer-815297&lt;/A&gt;&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/8633iCCD1FFF5736DE721/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;Please refer to one of my older answer on similar lines which also explains both approaches: &lt;A href="https://answers.splunk.com/answers/686288/how-do-you-highlight-a-table-cell-based-on-a-field.html"&gt;https://answers.splunk.com/answers/686288/how-do-you-highlight-a-table-cell-based-on-a-field.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do upvote the other answers if you find them useful!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 19:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/use-the-heat-map-option-and-highlight-the-max-and-min-per-each/m-p/467630#M131609</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-07T19:25:19Z</dc:date>
    </item>
  </channel>
</rss>

