<?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: In a table format, how can I color a field if its value is greater than a certain number? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402984#M116593</link>
    <description>&lt;P&gt;@niketnilay ,&lt;/P&gt;

&lt;P&gt;So how can i do it using xml or css , just point me to right direction &lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 11:33:36 GMT</pubDate>
    <dc:creator>kannu</dc:creator>
    <dc:date>2018-10-03T11:33:36Z</dc:date>
    <item>
      <title>In a table format, how can I color a field if its value is greater than a certain number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402982#M116591</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I have data in the following format: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/dev/mapper/splunkcisvg-auditlv  8.0G  353M  7.7G   5% /var/log/audit

/dev/sda1                        509M  164M  346M  33% /boot
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which i am parsing using regex expression in query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* sourcetype="disk_load"
|rex "(?^[\w\/-]*)[ ]*(?[\d\w.]*)[ ]*(?[\d\w.]*)[ ]*(?[\d\w.]*)[ ]*(?[\d]*)%[ ]*(?[\w\/]*)"
| stats list(FileSystem), list(Use) ,values(Mounted) by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue i am having is i need to red color the values where ever the "Use" field has value greater than 70 .&lt;/P&gt;

&lt;P&gt;I tried table formatting but its not showing any color. I have used range option but its not resulting in any color &lt;BR /&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/5858i457CB929FBADA21F/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;Guys please help&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402982#M116591</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2018-09-28T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: In a table format, how can I color a field if its value is greater than a certain number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402983#M116592</link>
      <description>&lt;P&gt;@kannu you are trying to apply Table color on a field with Multiple Values (which may not working without using Simple XML JS and CSS Extensions).&lt;/P&gt;

&lt;P&gt;Following is what you should try instead with your query and apply color on Use Field?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourCurrentSearch&amp;gt;
| stats count by host FileSystem Use Mounted
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402983#M116592</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-28T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: In a table format, how can I color a field if its value is greater than a certain number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402984#M116593</link>
      <description>&lt;P&gt;@niketnilay ,&lt;/P&gt;

&lt;P&gt;So how can i do it using xml or css , just point me to right direction &lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 11:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402984#M116593</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2018-10-03T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: In a table format, how can I color a field if its value is greater than a certain number?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402985#M116594</link>
      <description>&lt;P&gt;See one of my recent answers in case your table as multi-values and you want to color them based on range: &lt;A href="https://answers.splunk.com/answers/694420/is-it-possible-to-highlight-a-value-within-a-multi-1.html"&gt;https://answers.splunk.com/answers/694420/is-it-possible-to-highlight-a-value-within-a-multi-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 05:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/In-a-table-format-how-can-I-color-a-field-if-its-value-is/m-p/402985#M116594</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-11-24T05:55:38Z</dc:date>
    </item>
  </channel>
</rss>

