<?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 Put multiple forms on a single dashboard. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Put-multiple-forms-on-a-single-dashboard/m-p/124244#M44384</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;Can I put multiple cascading forms on a single dashboard?&lt;/P&gt;

&lt;P&gt;Thanks you.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2014 14:12:37 GMT</pubDate>
    <dc:creator>essklau</dc:creator>
    <dc:date>2014-04-08T14:12:37Z</dc:date>
    <item>
      <title>Put multiple forms on a single dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Put-multiple-forms-on-a-single-dashboard/m-p/124244#M44384</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;Can I put multiple cascading forms on a single dashboard?&lt;/P&gt;

&lt;P&gt;Thanks you.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 14:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Put-multiple-forms-on-a-single-dashboard/m-p/124244#M44384</guid>
      <dc:creator>essklau</dc:creator>
      <dc:date>2014-04-08T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Put multiple forms on a single dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Put-multiple-forms-on-a-single-dashboard/m-p/124245#M44385</link>
      <description>&lt;P&gt;yes you can put multiple cascading forms on a single dashboard. Here is one example.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Multiple Cascading Forms&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Example of placing form elements within a panel.&amp;lt;/description&amp;gt;
  &amp;lt;row&amp;gt;

    &amp;lt;panel&amp;gt;
      &amp;lt;input type="dropdown" token="username"&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;populatingSearch fieldForValue="user" fieldForLabel="user" earliest="-24h" latest="now"&amp;gt;
        &amp;lt;![CDATA[index=_internal | stats count by user]]&amp;gt;
      &amp;lt;/populatingSearch&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;input type="radio" token="source"&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;populatingSearch fieldForValue="sourcetype" fieldForLabel="sourcetype" earliest="-24h" latest="now"&amp;gt;
        &amp;lt;![CDATA[index=_internal user=$username$| stats count by sourcetype]]&amp;gt;
      &amp;lt;/populatingSearch&amp;gt;
    &amp;lt;/input&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Table of events&amp;lt;/title&amp;gt;
        &amp;lt;searchString&amp;gt;index=_internal user=$username$ sourcetype=$source$ | head 100 | table _time, user, sourcetype&amp;lt;/searchString&amp;gt;
        &amp;lt;earliestTime&amp;gt;-24h@h&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
      &amp;lt;panel&amp;gt;
      &amp;lt;input type="dropdown" token="sourcetype1" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;Source types for _Internal All&amp;lt;/label&amp;gt;
        &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="splunkd"&amp;gt;splunkd&amp;lt;/choice&amp;gt;
        &amp;lt;choice value="splunk_web_access"&amp;gt;splunk_web_access&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;splunkd&amp;lt;/default&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;_Internal All&amp;lt;/title&amp;gt;
        &amp;lt;searchString&amp;gt;index=_internal sourcetype="$sourcetype1$" | timechart count&amp;lt;/searchString&amp;gt;
        &amp;lt;earliestTime&amp;gt;-4h@h&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;


&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Dec 2014 14:17:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Put-multiple-forms-on-a-single-dashboard/m-p/124245#M44385</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2014-12-16T14:17:03Z</dc:date>
    </item>
  </channel>
</rss>

