<?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: Child module for timerange picker in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92182#M5021</link>
    <description>&lt;P&gt;私の構文もほぼ同じようなものなのですが、いまだになぜかエラーがでて、timerange picker以下のパネルが表示されません。。。。。&lt;BR /&gt;
部分を取り除いても同じエラーはでております。&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2013 00:59:01 GMT</pubDate>
    <dc:creator>appleman</dc:creator>
    <dc:date>2013-10-11T00:59:01Z</dc:date>
    <item>
      <title>Child module for timerange picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92179#M5018</link>
      <description>&lt;P&gt;下記のように、simple XMLでダッシュボード上にTimerange Pickerのみを付け加えようとすると、"This view has a Splunk.Module.SubmitButton module but it is configured with no child modules to push its changes to. This represents a configuration error."というエラーがでてしまいます。&lt;BR /&gt;
このエラーがでないダッシュボードもあるのですが、child moduleとして何を付け加えたらいいのかご教示下さい。&lt;/P&gt;

&lt;P&gt;↓Simple XML example↓&lt;/P&gt;

&lt;P&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;
&lt;/P&gt;&lt;FORM&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Device List&lt;/LABEL&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P&gt;※Click "device_type" to go to next page. &lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;INPUT tyoe="time" searchwhenchanged="True" /&gt;&lt;BR /&gt;
  &lt;DEFAULT&gt;Last 24 hours&lt;/DEFAULT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P&gt;&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I've created a dashboard with simple XML, and added timerange picker on it.&lt;BR /&gt;
However, I got the following error; "This view has a Splunk.Module.SubmitButton module but it is configured with no child modules to push its changes to. This represents a configuration error."&lt;BR /&gt;
I would like to know what kind of child module I need to put.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;&lt;/FORM&gt;</description>
      <pubDate>Thu, 10 Oct 2013 09:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92179#M5018</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2013-10-10T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Child module for timerange picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92180#M5019</link>
      <description>&lt;P&gt;XML全体はどのような構成でしょうか？&lt;BR /&gt;&lt;BR /&gt;
fieldset等 自体の構文は問題ないと思いますが、以下のような全体の構文にて確認する必要があります。&lt;BR /&gt;&lt;BR /&gt;
結果を表示する event等を含め、form を閉じる必要があるかと思われます。&lt;BR /&gt;&lt;BR /&gt;
以下のようなサンプルは近いイメージでしょうか？&lt;BR /&gt;&lt;BR /&gt;
下記コードのような構文では同様のエラーは発生しないようです。&lt;BR /&gt;&lt;BR /&gt;
    &amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;
     &lt;BR /&gt;
     &lt;FIELDSET&gt;&lt;BR /&gt;
    &lt;INPUT type="time" searchwhenchanged="True" /&gt;&lt;BR /&gt;
        &lt;DEFAULT&gt;Last 24 hours&lt;/DEFAULT&gt;  &lt;BR /&gt;
    &lt;/FIELDSET&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
&amp;lt;event&amp;gt;
&amp;lt;title&amp;gt;Event view&amp;lt;/title&amp;gt;
&amp;lt;searchString&amp;gt;index=_internal &amp;lt;/searchString&amp;gt;
    &amp;lt;option name="showPager"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
    &amp;lt;option name="displayRowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&amp;lt;/event&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 11:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92180#M5019</guid>
      <dc:creator>bananaman</dc:creator>
      <dc:date>2013-10-10T11:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Child module for timerange picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92181#M5020</link>
      <description>&lt;P&gt;input tyoe="time" でタイムレンジピッカーを設定しているところで、"tyoe" を "type" にして、bananaman さんの内容を確認してみてくださいな。&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 23:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92181#M5020</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-10-10T23:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Child module for timerange picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92182#M5021</link>
      <description>&lt;P&gt;私の構文もほぼ同じようなものなのですが、いまだになぜかエラーがでて、timerange picker以下のパネルが表示されません。。。。。&lt;BR /&gt;
部分を取り除いても同じエラーはでております。&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 00:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Child-module-for-timerange-picker/m-p/92182#M5021</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2013-10-11T00:59:01Z</dc:date>
    </item>
  </channel>
</rss>

