<?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 Bar Chart Splunk6 in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Bar-Chart-Splunk6/m-p/157463#M9714</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;Is there a way in splunk 6 to change the color of the bar graph based on the search result like in rangemap??&lt;/P&gt;

&lt;P&gt;Thanks in Advanced!&lt;BR /&gt;
Jarize&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2013 03:13:42 GMT</pubDate>
    <dc:creator>xisura</dc:creator>
    <dc:date>2013-11-27T03:13:42Z</dc:date>
    <item>
      <title>Bar Chart Splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Bar-Chart-Splunk6/m-p/157463#M9714</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;Is there a way in splunk 6 to change the color of the bar graph based on the search result like in rangemap??&lt;/P&gt;

&lt;P&gt;Thanks in Advanced!&lt;BR /&gt;
Jarize&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 03:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Bar-Chart-Splunk6/m-p/157463#M9714</guid>
      <dc:creator>xisura</dc:creator>
      <dc:date>2013-11-27T03:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Splunk6</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Bar-Chart-Splunk6/m-p/157464#M9715</link>
      <description>&lt;P&gt;You can do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;some search | timechart avg(some_value) as avg | eval green = case(avg &amp;lt; 50, avg) | eval yellow = case(avg &amp;lt; 80, avg) | eval red = case(avg &amp;gt;= 80, avg) | fields - avg
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Display the resulting chart as a stacked column chart, and set the colors to green, yellow and red.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 14:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Bar-Chart-Splunk6/m-p/157464#M9715</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-11-27T14:21:50Z</dc:date>
    </item>
  </channel>
</rss>

