<?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: How to highlight the lowest value in a statistics table with yellow or red? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209665#M61315</link>
    <description>&lt;P&gt;Hi dbcase,&lt;/P&gt;

&lt;P&gt;install the dashboard example app &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt; and have a look at the &lt;CODE&gt;Table Element with Data Overlay&lt;/CODE&gt; examples found here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &lt;A href="http://yoursplunkserver:8000/en-US/app/simple_xml_examples/simple_table_data_overlay?earliest=0&amp;amp;latest=" target="test_blank"&gt;http://yoursplunkserver:8000/en-US/app/simple_xml_examples/simple_table_data_overlay?earliest=0&amp;amp;latest=&lt;/A&gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2016 21:08:23 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2016-08-02T21:08:23Z</dc:date>
    <item>
      <title>How to highlight the lowest value in a statistics table with yellow or red?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209663#M61313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have the search below and it works great.  It outputs a table with the customer name, then a trendline, and then a percentage.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-24h index=mso_statistics sourcetype=ic_connectivity_5min-too_small  stat_name=broadband |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart sparkline(avg(stat_val)) as Trend last(stat_val) as "Broadband Connectivity %" by mso|rename mso as Customer
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What I'd like to do is highlight the LOWEST percentage value.  I know this can be done with that stats table formatting, but Splunk uses RED for the HIGHEST value and BLUE for the LOWEST value (seems like they chose temperature colors).  I'd like to highlight/identify the lowest value either with a yellow highlight (similar to the events) or RED text color.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 20:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209663#M61313</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-02T20:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the lowest value in a statistics table with yellow or red?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209664#M61314</link>
      <description>&lt;P&gt;Have a look at the "Table Cell Highlighting" example on the "Splunk 6.x: Dashboard Example" app.&lt;/P&gt;

&lt;P&gt;App available here: &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It requires custom java scripts (script includes the field name) and css to be written.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 21:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209664#M61314</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-02T21:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the lowest value in a statistics table with yellow or red?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209665#M61315</link>
      <description>&lt;P&gt;Hi dbcase,&lt;/P&gt;

&lt;P&gt;install the dashboard example app &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt; and have a look at the &lt;CODE&gt;Table Element with Data Overlay&lt;/CODE&gt; examples found here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &lt;A href="http://yoursplunkserver:8000/en-US/app/simple_xml_examples/simple_table_data_overlay?earliest=0&amp;amp;latest=" target="test_blank"&gt;http://yoursplunkserver:8000/en-US/app/simple_xml_examples/simple_table_data_overlay?earliest=0&amp;amp;latest=&lt;/A&gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 21:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209665#M61315</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-08-02T21:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the lowest value in a statistics table with yellow or red?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209666#M61316</link>
      <description>&lt;P&gt;This is the one that is part of the table formatting.  It is in the right ballpark but not quite.  For the high value it uses the color RED which in this case is misleading.  I'd like the LOW value to be RED so it will draw attention&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 21:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-highlight-the-lowest-value-in-a-statistics-table-with/m-p/209666#M61316</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-08-02T21:35:35Z</dc:date>
    </item>
  </channel>
</rss>

