<?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: show that the utilization rate of CPU can be displayed as the result of the following picture? in Security</title>
    <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396232#M12994</link>
    <description>&lt;P&gt;By adding multiple panels in the same row, like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
 &amp;lt;label&amp;gt;CPU Utilization&amp;lt;/label&amp;gt;
 &amp;lt;row&amp;gt;
   &amp;lt;panel&amp;gt;
     &amp;lt;chart&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;index=_* |stats max(data.pct_cpu) as usage&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
         &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.style"&amp;gt;minimal&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.gaugeColors"&amp;gt;["0x6cb8ca","0xFFE800","0xBF3030"]&amp;lt;/option&amp;gt;
     &amp;lt;/chart&amp;gt;
   &amp;lt;/panel&amp;gt;
   &amp;lt;panel&amp;gt;
     &amp;lt;chart&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;index=_* |stats max(data.pct_cpu) as usage&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
         &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.style"&amp;gt;minimal&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.gaugeColors"&amp;gt;["0x6cb8ca","0xFFE800","0xBF3030"]&amp;lt;/option&amp;gt;
     &amp;lt;/chart&amp;gt;
   &amp;lt;/panel&amp;gt;   
 &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Aug 2018 08:29:30 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2018-08-10T08:29:30Z</dc:date>
    <item>
      <title>show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396226#M12988</link>
      <description>&lt;P&gt;I want to show that the utilization rate of CPU can be displayed as the result of the following picture?&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/5519i23506C73A582B516/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 10:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396226#M12988</guid>
      <dc:creator>flzhang132</dc:creator>
      <dc:date>2018-08-08T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396227#M12989</link>
      <description>&lt;P&gt;Radial Gauge visualization might fit into your requirement&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;table_color&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_* |stats max(data.pct_cpu) as usage&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.style"&amp;gt;minimal&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.gaugeColors"&amp;gt;["0x6cb8ca","0xFFE800","0xBF3030"]&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396227#M12989</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-08T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396228#M12990</link>
      <description>&lt;P&gt;you are great man&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 01:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396228#M12990</guid>
      <dc:creator>flzhang132</dc:creator>
      <dc:date>2018-08-09T01:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396229#M12991</link>
      <description>&lt;P&gt;you are great man&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 01:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396229#M12991</guid>
      <dc:creator>flzhang132</dc:creator>
      <dc:date>2018-08-09T01:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396230#M12992</link>
      <description>&lt;P&gt;@flzhang132 please accept the answer if your issue is resolved!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 01:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396230#M12992</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-08-09T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396231#M12993</link>
      <description>&lt;P&gt;but how to put a one line the two graph?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396231#M12993</guid>
      <dc:creator>flzhang132</dc:creator>
      <dc:date>2018-08-09T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: show that the utilization rate of CPU can be displayed as the result of the following picture?</title>
      <link>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396232#M12994</link>
      <description>&lt;P&gt;By adding multiple panels in the same row, like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
 &amp;lt;label&amp;gt;CPU Utilization&amp;lt;/label&amp;gt;
 &amp;lt;row&amp;gt;
   &amp;lt;panel&amp;gt;
     &amp;lt;chart&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;index=_* |stats max(data.pct_cpu) as usage&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
         &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.style"&amp;gt;minimal&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.gaugeColors"&amp;gt;["0x6cb8ca","0xFFE800","0xBF3030"]&amp;lt;/option&amp;gt;
     &amp;lt;/chart&amp;gt;
   &amp;lt;/panel&amp;gt;
   &amp;lt;panel&amp;gt;
     &amp;lt;chart&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;index=_* |stats max(data.pct_cpu) as usage&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
         &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
         &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.rangeValues"&amp;gt;[0,30,70,100]&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.chart.style"&amp;gt;minimal&amp;lt;/option&amp;gt;
       &amp;lt;option name="charting.gaugeColors"&amp;gt;["0x6cb8ca","0xFFE800","0xBF3030"]&amp;lt;/option&amp;gt;
     &amp;lt;/chart&amp;gt;
   &amp;lt;/panel&amp;gt;   
 &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Aug 2018 08:29:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/show-that-the-utilization-rate-of-CPU-can-be-displayed-as-the/m-p/396232#M12994</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-08-10T08:29:30Z</dc:date>
    </item>
  </channel>
</rss>

