<?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: Dynamic Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55648#M2926</link>
    <description>&lt;P&gt;You need to make a form instead of a dashboard. Oddly enough, I've started building almost the exact form you are, except I ran into a problem using the radial gauge. You can borrow my code and use it as a template, I posted it here: &lt;A href="http://splunk-base.splunk.com/answers/38610/radial-gauge-not-showing-in-form"&gt;http://splunk-base.splunk.com/answers/38610/radial-gauge-not-showing-in-form&lt;/A&gt;. All you need to do is add the time selection to the fieldset section, and of course, change the queries to match what you want.&lt;/P&gt;

&lt;P&gt;Everything there works except for the gauge.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2012 19:46:45 GMT</pubDate>
    <dc:creator>stjack99</dc:creator>
    <dc:date>2012-01-20T19:46:45Z</dc:date>
    <item>
      <title>Dynamic Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55647#M2925</link>
      <description>&lt;P&gt;I am monitoring the CPU use of the Splunk UF using WMI on my windows systems&lt;BR /&gt;
I have this search;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="WMI:LocalProcesses" Name=splunkd host="SYS20"| bucket _time span=1h | stats avg(PercentProcessorTime) AS "Average % CPU" by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this lets me see the Splunk UF CPU use over time for "sys20"&lt;/P&gt;

&lt;P&gt;I can make this a dashboard without a problem.&lt;/P&gt;

&lt;P&gt;My question is how do I make a dashboard with a pull-down list of "system names" and "Search time" so that I can make the dashboard available for system owners so they can see how much of the CPU resource Splunk is using on there system.&lt;/P&gt;

&lt;P&gt;I have been using Splunk for 1 1/2 years and am at version 4.3 but I am not a developer.&lt;/P&gt;

&lt;P&gt;Any help  would be great.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 15:40:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55647#M2925</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-01-20T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55648#M2926</link>
      <description>&lt;P&gt;You need to make a form instead of a dashboard. Oddly enough, I've started building almost the exact form you are, except I ran into a problem using the radial gauge. You can borrow my code and use it as a template, I posted it here: &lt;A href="http://splunk-base.splunk.com/answers/38610/radial-gauge-not-showing-in-form"&gt;http://splunk-base.splunk.com/answers/38610/radial-gauge-not-showing-in-form&lt;/A&gt;. All you need to do is add the time selection to the fieldset section, and of course, change the queries to match what you want.&lt;/P&gt;

&lt;P&gt;Everything there works except for the gauge.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 19:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55648#M2926</guid>
      <dc:creator>stjack99</dc:creator>
      <dc:date>2012-01-20T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55649#M2927</link>
      <description>&lt;P&gt;Thanks I really appreciate the help&lt;/P&gt;

&lt;P&gt;Now I need to read up on how to implement forms&lt;/P&gt;

&lt;P&gt;I got you code.  I'll let you know if I can figure out how to implement it.&lt;/P&gt;

&lt;P&gt;Mike H.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 19:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Dashboard/m-p/55649#M2927</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-01-20T19:55:46Z</dc:date>
    </item>
  </channel>
</rss>

