<?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 create a graph showing multiple metrics for a server, and have the graph change color based on the stats? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254707#M15939</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;
you must use functions that produce a statistical table with numerical values ​​and then apply the rangemap order on the corresponding field.&lt;BR /&gt;
I guess you have a &lt;STRONG&gt;PercentFreeSpace&lt;/STRONG&gt; field that contains numeric values ​​, if not using the &lt;STRONG&gt;eval&lt;/STRONG&gt; command with the corresponding formula for creating this field with its values&lt;BR /&gt;
You can do this for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os sourcetype=df host=ttappalf03 "/dev/mapper/system-opt" |dedup filesystem|table filesystem PercentFreeSpace |rangemap field=PercentFreeSpace low=0-30 elevated=31-69 high=70-100 default=severe
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 27 Jan 2016 10:50:09 GMT</pubDate>
    <dc:creator>NOUMSSI</dc:creator>
    <dc:date>2016-01-27T10:50:09Z</dc:date>
    <item>
      <title>How to create a graph showing multiple metrics for a server, and have the graph change color based on the stats?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254706#M15938</link>
      <description>&lt;P&gt;I'm attempting to build a status dashboard for my prod server farm, and would like to have colored graphics representing the status of a server based on certain criteria (Percentage remaining free disk space, CPU percentage free, memory percentage free, etc) and if all of those stats are green, make the server graphic green. If one of those stats isn't green change the color on the server graphic. Also, allow the server graphic be able to drill down to the stats listed.&lt;BR /&gt;
I've attempted to use the rangemap command, but haven't gotten very far. For instance, running the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os sourcetype=df host=ttappalf03 "/dev/mapper/system-opt" |dedup filesystem|rangemap field=PercentFreeSpace low=0-30 elevated=31-69 high=70-100 default=severe
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;shows the "df" line, but doesn't single out the PercrentFreeSpace field. What am I doing wrong here?&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254706#M15938</guid>
      <dc:creator>banderson7</dc:creator>
      <dc:date>2016-01-26T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph showing multiple metrics for a server, and have the graph change color based on the stats?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254707#M15939</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
you must use functions that produce a statistical table with numerical values ​​and then apply the rangemap order on the corresponding field.&lt;BR /&gt;
I guess you have a &lt;STRONG&gt;PercentFreeSpace&lt;/STRONG&gt; field that contains numeric values ​​, if not using the &lt;STRONG&gt;eval&lt;/STRONG&gt; command with the corresponding formula for creating this field with its values&lt;BR /&gt;
You can do this for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os sourcetype=df host=ttappalf03 "/dev/mapper/system-opt" |dedup filesystem|table filesystem PercentFreeSpace |rangemap field=PercentFreeSpace low=0-30 elevated=31-69 high=70-100 default=severe
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254707#M15939</guid>
      <dc:creator>NOUMSSI</dc:creator>
      <dc:date>2016-01-27T10:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph showing multiple metrics for a server, and have the graph change color based on the stats?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254708#M15940</link>
      <description>&lt;P&gt;Don't forget to vote me&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 12:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-graph-showing-multiple-metrics-for-a-server-and/m-p/254708#M15940</guid>
      <dc:creator>NOUMSSI</dc:creator>
      <dc:date>2016-02-05T12:06:27Z</dc:date>
    </item>
  </channel>
</rss>

