<?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: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66916#M3541</link>
    <description>&lt;P&gt;Thanks for the suggestion on the ui examples app.  I may be missing something, but I don't see what I'm looking for in those examples.  I may need to be wording this better, but what I want to do is populate a dashboard with a dynamically generated set of panels.  The number of panels (changed disks) and set of changed disks will be different from day to day.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2011 21:48:13 GMT</pubDate>
    <dc:creator>jeffa</dc:creator>
    <dc:date>2011-08-31T21:48:13Z</dc:date>
    <item>
      <title>Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66914#M3539</link>
      <description>&lt;P&gt;Is it possible to dynamically populate a dashboard/view with panels/charts based on search results?  For example, I track disk utilization across my systems w/ Splunk, and I'd like to be able to create a dashboard of disk utilization graphs only for disks whose utilization has changed by a specified amount.  In other words, of our 100+ disks, only 10 or so will have changed utilization over the last week, but the set of changed disks will not be the same from day to day.&lt;/P&gt;

&lt;P&gt;So, I want one panel/chart per disk (with a few items for that disk charted).  The number of disks, as well as which disks should be charted would be dynamic.  So, if I have 5 servers w/ C: drives, and only servers 1 and 4 have significant change in the last week, I want the view/dashboard to display two graphs/panels, one for the disk on server 1, and one for the disk on server 4.  If the next week, servers 3-5 have disks w/ significant change, I want the view/dashboard to display three graphs/panels, one for server3, one for server4, one for server5&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2011 15:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66914#M3539</guid>
      <dc:creator>jeffa</dc:creator>
      <dc:date>2011-08-30T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66915#M3540</link>
      <description>&lt;P&gt;Absolutely! Check out the following app for some examples and ideas: &lt;A href="http://splunk-base.splunk.com/apps/22333/splunk-ui-examples-app-for-41"&gt;http://splunk-base.splunk.com/apps/22333/splunk-ui-examples-app-for-41&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The source code for all examples can be found in the Manager. You should be able to do what you want using simplified xml; I'd strongly recommend looking at the "Form Search Intro" section, since I believe it is most relevant to what you're looking for. &lt;/P&gt;

&lt;P&gt;You could also check out the documentation about putting a chart in a dashboard: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/AddAChart"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Developer/AddAChart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2011 16:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66915#M3540</guid>
      <dc:creator>acdevlin</dc:creator>
      <dc:date>2011-08-30T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66916#M3541</link>
      <description>&lt;P&gt;Thanks for the suggestion on the ui examples app.  I may be missing something, but I don't see what I'm looking for in those examples.  I may need to be wording this better, but what I want to do is populate a dashboard with a dynamically generated set of panels.  The number of panels (changed disks) and set of changed disks will be different from day to day.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2011 21:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66916#M3541</guid>
      <dc:creator>jeffa</dc:creator>
      <dc:date>2011-08-31T21:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66917#M3542</link>
      <description>&lt;P&gt;Ah, I did misunderstand you a bit earlier...my mistake!&lt;/P&gt;

&lt;P&gt;This old answer seems to have something relevant, though I have not tried this myself: &lt;A href="http://splunk-base.splunk.com/answers/11813/how-to-dynamically-generate-a-dashboard-in-which-the-of-panels-is-equal-to-the-of-hosts"&gt;http://splunk-base.splunk.com/answers/11813/how-to-dynamically-generate-a-dashboard-in-which-the-of-panels-is-equal-to-the-of-hosts&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It, unfortunately, seems rather complicated...&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2011 23:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66917#M3542</guid>
      <dc:creator>acdevlin</dc:creator>
      <dc:date>2011-08-31T23:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66918#M3543</link>
      <description>&lt;P&gt;I can think of one potential alternative, though. What if you set up a dashboard to:&lt;/P&gt;

&lt;P&gt;1) Search for the disks which changed in the last week&lt;/P&gt;

&lt;P&gt;2) Dynamically populate a dropdown menu based on the disks returned from step 1&lt;/P&gt;

&lt;P&gt;3) Use the disk selected from the dropdown to populate a single panel containing the data you want to see.&lt;/P&gt;

&lt;P&gt;Would this work for your current project, or are multiple panels a key requirement?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2011 23:39:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66918#M3543</guid>
      <dc:creator>acdevlin</dc:creator>
      <dc:date>2011-08-31T23:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Populate Dashboard/View with Panels/Graphs based on Search (Dynamic Dashboard)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66919#M3544</link>
      <description>&lt;P&gt;Multiple panels are a key requirement.  Ultimately I want to email this dashboard as a PDF, so no user interaction will be possible for that.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2011 14:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Populate-Dashboard-View-with-Panels-Graphs-based-on-Search/m-p/66919#M3544</guid>
      <dc:creator>jeffa</dc:creator>
      <dc:date>2011-09-02T14:58:37Z</dc:date>
    </item>
  </channel>
</rss>

