<?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: Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190092#M11826</link>
    <description>&lt;P&gt;You can create Prebuilt Panel in Settings/User interface/Prebuilt panels/Add new&lt;BR /&gt;
It can look like&lt;BR /&gt;
&amp;lt;panel&amp;gt;&lt;BR /&gt;
    &amp;lt;searchString&amp;gt;index=_internal | head 100 | stats count by sourcetype&amp;lt;/searchString&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
&amp;lt;/input type="radio" token="field1"&amp;gt;&lt;BR /&gt;
    &amp;lt;/input&amp;gt;&lt;BR /&gt;
&amp;lt;/panel&amp;gt;&lt;/P&gt;

&lt;P&gt;To add Prebuilt Panel to Dashboard&lt;BR /&gt;
&amp;lt;row&amp;gt;&lt;BR /&gt;
    &amp;lt;panel ref="Name of created Prebuilt Panel" app="Name of App"&amp;gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;
&amp;lt;/row&amp;gt;&lt;/P&gt;

&lt;P&gt;Name of App is optional if Prebuilt Panel is in current App&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2014 15:00:54 GMT</pubDate>
    <dc:creator>afishkin_splunk</dc:creator>
    <dc:date>2014-10-31T15:00:54Z</dc:date>
    <item>
      <title>Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190091#M11825</link>
      <description>&lt;P&gt;I see how to share portions of html with ``.  And panels can now be shared.&lt;/P&gt;

&lt;P&gt;I have a set of dashboards which all share fieldset form input controls, and they're copied manually.  Is there a way to put them into a file and include it in each dashboard?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190091#M11825</guid>
      <dc:creator>stu2</dc:creator>
      <dc:date>2014-10-31T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190092#M11826</link>
      <description>&lt;P&gt;You can create Prebuilt Panel in Settings/User interface/Prebuilt panels/Add new&lt;BR /&gt;
It can look like&lt;BR /&gt;
&amp;lt;panel&amp;gt;&lt;BR /&gt;
    &amp;lt;searchString&amp;gt;index=_internal | head 100 | stats count by sourcetype&amp;lt;/searchString&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
&amp;lt;/input type="radio" token="field1"&amp;gt;&lt;BR /&gt;
    &amp;lt;/input&amp;gt;&lt;BR /&gt;
&amp;lt;/panel&amp;gt;&lt;/P&gt;

&lt;P&gt;To add Prebuilt Panel to Dashboard&lt;BR /&gt;
&amp;lt;row&amp;gt;&lt;BR /&gt;
    &amp;lt;panel ref="Name of created Prebuilt Panel" app="Name of App"&amp;gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;
&amp;lt;/row&amp;gt;&lt;/P&gt;

&lt;P&gt;Name of App is optional if Prebuilt Panel is in current App&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190092#M11826</guid>
      <dc:creator>afishkin_splunk</dc:creator>
      <dc:date>2014-10-31T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190093#M11827</link>
      <description>&lt;P&gt;This doesn't seem to work for panels.  Panels can not have fieldsets, and the schema for simplexml seems to only allow fieldsets to be children of forms.&lt;/P&gt;

&lt;P&gt;Is there a way to share fieldsets across dashboards?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2014 04:24:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190093#M11827</guid>
      <dc:creator>stu2</dc:creator>
      <dc:date>2014-11-01T04:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190094#M11828</link>
      <description>&lt;P&gt;You are right, fieldset cannot be part of panel&lt;BR /&gt;
But if you have input inside of panel you do not need to have fieldset&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-simple-XML-bits-of-fieldset-form-input-controls-be-shared/m-p/190094#M11828</guid>
      <dc:creator>afishkin_splunk</dc:creator>
      <dc:date>2014-11-03T17:02:58Z</dc:date>
    </item>
  </channel>
</rss>

