<?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 Change Search Results Color in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-Search-Results-Color/m-p/65364#M3446</link>
    <description>&lt;P&gt;Using the example below, how do I change the "totalbytes" output to Red when one of the fields exceeds 1000? For example, if an output is something like (see below), how can I make the top&lt;BR /&gt;
entry Red, while the rest remains unchanged?&lt;/P&gt;

&lt;P&gt;1402  10.0.0.1&lt;BR /&gt;
200 192.168.1.1&lt;BR /&gt;
125 10.1.1.2&lt;BR /&gt;
etc...&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;index=generic&lt;BR /&gt;
| stats sum(bytes) as totalbytes by dest_ip&lt;BR /&gt;
| eval totalbytes=round(totalbytes/1024/1024)&lt;BR /&gt;
| sort -totalbytes&lt;BR /&gt;
| head 10&lt;BR /&gt;
| table totalbytes, dest_ip&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:47:33 GMT</pubDate>
    <dc:creator>albyva</dc:creator>
    <dc:date>2020-09-28T14:47:33Z</dc:date>
    <item>
      <title>Change Search Results Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-Search-Results-Color/m-p/65364#M3446</link>
      <description>&lt;P&gt;Using the example below, how do I change the "totalbytes" output to Red when one of the fields exceeds 1000? For example, if an output is something like (see below), how can I make the top&lt;BR /&gt;
entry Red, while the rest remains unchanged?&lt;/P&gt;

&lt;P&gt;1402  10.0.0.1&lt;BR /&gt;
200 192.168.1.1&lt;BR /&gt;
125 10.1.1.2&lt;BR /&gt;
etc...&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;index=generic&lt;BR /&gt;
| stats sum(bytes) as totalbytes by dest_ip&lt;BR /&gt;
| eval totalbytes=round(totalbytes/1024/1024)&lt;BR /&gt;
| sort -totalbytes&lt;BR /&gt;
| head 10&lt;BR /&gt;
| table totalbytes, dest_ip&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-Search-Results-Color/m-p/65364#M3446</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2020-09-28T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Search Results Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-Search-Results-Color/m-p/65365#M3447</link>
      <description>&lt;P&gt;This question has been asked/answered a number of different ways in the past.  A couple of explainations/solutions can be found here&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/83206/color-in-a-table-based-on-values"&gt;http://answers.splunk.com/answers/83206/color-in-a-table-based-on-values&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and here&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/8775/configure-colour-coded-results-by-default"&gt;http://answers.splunk.com/answers/8775/configure-colour-coded-results-by-default&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:47:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-Search-Results-Color/m-p/65365#M3447</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-09-17T15:47:41Z</dc:date>
    </item>
  </channel>
</rss>

