<?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: What am I missing for ConvertToIntention child module? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156322#M9620</link>
    <description>&lt;P&gt;Is it the same if I'm using SPlunk5?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2013 05:41:29 GMT</pubDate>
    <dc:creator>appleman</dc:creator>
    <dc:date>2013-12-11T05:41:29Z</dc:date>
    <item>
      <title>What am I missing for ConvertToIntention child module?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156320#M9618</link>
      <description>&lt;P&gt;ダッシュボードで、テーブルの値をクリックすると、その値に沿ったサーチ結果をその下のグラフに表示させたいのですが、下記エラー"This view has a Splunk.Module.ConvertToIntentnion module but it it configured no child module to push its changes to. This represents a configuration error."が発生してしまいます。child moduleとして何が足りないのかご教授お願い致します。&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to create a dashboard with "click.value". When you click the result on the table, it will drill down to the column graph. However, an error which is ""This view has a Splunk.Module.ConvertToIntentnion module but it it configured no child module to push its changes to. This represents a configuration error." came out as a result.&lt;BR /&gt;
I want to know what exactly I should configure as its child module.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&lt;VIEW autocancelinterval="90" isvisible="true" objectmode="SimpleForm" onunloadcanceljobs="true" template="dashboard.html"&gt;&lt;BR /&gt;
  &lt;LABEL&gt;TEST&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;MODULE name="AccountBar" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="AppBar" layoutpanel="navigationHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="Message" layoutpanel="messaging"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="filter" /&gt;&lt;EM&gt;&lt;BR /&gt;
    &lt;PARAM name="maxSize" /&gt;1&lt;BR /&gt;
    &lt;PARAM name="clearOnJobDispatch" /&gt;False&lt;BR /&gt;
  &lt;/EM&gt;&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="Message" layoutpanel="messaging"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="filter" /&gt;splunk.search.job&lt;BR /&gt;
    &lt;PARAM name="maxSize" /&gt;1&lt;BR /&gt;
    &lt;PARAM name="clearOnJobDispatch" /&gt;True&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="TitleBar" layoutpanel="viewHeader"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="actionsMenuFilter" /&gt;dashboard&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="ExtendedFieldSearch" layoutpanel="viewHeader"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="replacementMap" /&gt;&lt;BR /&gt;
      &lt;PARAM name="arg" /&gt;&lt;BR /&gt;
        &lt;PARAM name="term" /&gt;&lt;BR /&gt;
          &lt;PARAM name="value" /&gt;&lt;BR /&gt;
        &lt;BR /&gt;
      &lt;BR /&gt;
    &lt;BR /&gt;
    &lt;PARAM name="field" /&gt;Enter number&lt;BR /&gt;
    &lt;PARAM name="intention" /&gt;&lt;BR /&gt;
      &lt;PARAM name="name" /&gt;stringreplace&lt;BR /&gt;
      &lt;PARAM name="arg" /&gt;&lt;BR /&gt;
        &lt;PARAM name="term" /&gt;&lt;BR /&gt;
          &lt;PARAM name="fillOnEmpty" /&gt;True&lt;BR /&gt;
        &lt;BR /&gt;
      &lt;BR /&gt;
    &lt;BR /&gt;
    &lt;MODULE name="SubmitButton"&gt;&lt;BR /&gt;
      &lt;PARAM name="label" /&gt;Search&lt;BR /&gt;
      &lt;PARAM name="updatePermalink" /&gt;True&lt;BR /&gt;
      &lt;PARAM name="allowSoftSubmit" /&gt;True&lt;BR /&gt;
      &lt;PARAM name="visible" /&gt;True&lt;BR /&gt;
      &lt;MODULE name="HiddenSearch" layoutpanel="panel_row1_col1" group="A" autorun="False"&gt;&lt;BR /&gt;
        &lt;PARAM name="latest" /&gt;now&lt;BR /&gt;
        &lt;PARAM name="groupLabel" /&gt;aaa&lt;BR /&gt;
        &lt;PARAM name="search" /&gt;source=&lt;BR /&gt;
           | stats count by enrolled_date&lt;BR /&gt;&lt;BR /&gt;
           | join [search earliest=-24h@h latest=now index=star $term$] &lt;BR /&gt;
           | stats max(enrolled_date) as enrolled count by product serial &lt;BR /&gt;
           | table enrolled &lt;BR /&gt;
           | eval enrolled=strftime(enrolled,"%c")&lt;BR /&gt;
        &lt;PARAM name="earliest" /&gt;-7d@d&lt;BR /&gt;
        &lt;MODULE name="ViewstateAdapter"&gt;&lt;BR /&gt;
          &lt;PARAM name="suppressionList" /&gt;&lt;BR /&gt;
            &lt;ITEM&gt;count&lt;/ITEM&gt;&lt;BR /&gt;
            &lt;ITEM&gt;displayRowNumbers&lt;/ITEM&gt;&lt;BR /&gt;
            &lt;ITEM&gt;beforeLabel&lt;/ITEM&gt;&lt;BR /&gt;
          &lt;BR /&gt;
          &lt;MODULE name="HiddenFieldPicker"&gt;&lt;BR /&gt;
            &lt;PARAM name="strictMode" /&gt;True&lt;BR /&gt;
            &lt;MODULE name="JobProgressIndicator"&gt;&lt;BR /&gt;
              &lt;MODULE name="SingleValue"&gt;&lt;BR /&gt;
                &lt;PARAM name="beforeLabel" /&gt;Enrolled Date&lt;BR /&gt;
                &lt;MODULE name="Gimp"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
              &lt;/MODULE&gt;&lt;BR /&gt;
            &lt;/MODULE&gt;&lt;BR /&gt;
          &lt;/MODULE&gt;&lt;BR /&gt;
        &lt;/MODULE&gt;&lt;BR /&gt;
      &lt;/MODULE&gt;&lt;BR /&gt;
      &lt;MODULE name="HiddenSearch" layoutpanel="panel_row1_col2" group="B" autorun="False"&gt;&lt;BR /&gt;
        &lt;PARAM name="latest" /&gt;now&lt;BR /&gt;
        &lt;PARAM name="groupLabel" /&gt;bbb&lt;BR /&gt;
        &lt;PARAM name="search" /&gt;source=*info $term$ &lt;BR /&gt;
           | stats max(lastmodified) as lastmodified&lt;BR /&gt;
           | eval lastmodified=strftime(lastmodified,"%c")&lt;BR /&gt;
        &lt;PARAM name="earliest" /&gt;-24h@h&lt;BR /&gt;
        &lt;MODULE name="ViewstateAdapter"&gt;&lt;BR /&gt;
          &lt;PARAM name="suppressionList" /&gt;&lt;BR /&gt;
            &lt;ITEM&gt;count&lt;/ITEM&gt;&lt;BR /&gt;
            &lt;ITEM&gt;displayRowNumbers&lt;/ITEM&gt;&lt;BR /&gt;
            &lt;ITEM&gt;beforeLabel&lt;/ITEM&gt;&lt;BR /&gt;
          &lt;BR /&gt;
          &lt;MODULE name="HiddenFieldPicker"&gt;&lt;BR /&gt;
            &lt;PARAM name="strictMode" /&gt;True&lt;BR /&gt;
            &lt;MODULE name="JobProgressIndicator"&gt;&lt;BR /&gt;
              &lt;MODULE name="SingleValue"&gt;&lt;BR /&gt;
                &lt;PARAM name="beforeLabel" /&gt;Lastmodified&lt;BR /&gt;
                &lt;MODULE name="Gimp"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
              &lt;/MODULE&gt;&lt;BR /&gt;
            &lt;/MODULE&gt;&lt;BR /&gt;
          &lt;/MODULE&gt;&lt;BR /&gt;
        &lt;/MODULE&gt;&lt;BR /&gt;
      &lt;/MODULE&gt;&lt;BR /&gt;
      &lt;MODULE name="HiddenSearch" layoutpanel="panel_row2_col1" group="C" autorun="False"&gt;&lt;BR /&gt;
        &lt;PARAM name="latest" /&gt;now&lt;BR /&gt;
        &lt;PARAM name="groupLabel" /&gt;ccc&lt;BR /&gt;
        &lt;PARAM name="search" /&gt;source=*db_info $term$ &lt;BR /&gt;
          | stats values(user) as user values(product) as product values(serial) as serial values(model) as model values(version) as version values(ip) as ip values(status) as status by id&lt;BR /&gt;
        &lt;PARAM name="earliest" /&gt;-24h@h&lt;BR /&gt;
        &lt;MODULE name="ViewstateAdapter"&gt;&lt;BR /&gt;
          &lt;PARAM name="suppressionList" /&gt;&lt;BR /&gt;
            &lt;ITEM&gt;count&lt;/ITEM&gt;&lt;BR /&gt;
          &lt;BR /&gt;
          &lt;MODULE name="HiddenFieldPicker"&gt;&lt;BR /&gt;
            &lt;PARAM name="strictMode" /&gt;True&lt;BR /&gt;
            &lt;MODULE name="JobProgressIndicator"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
            &lt;MODULE name="Paginator"&gt;&lt;BR /&gt;
              &lt;PARAM name="count" /&gt;20&lt;BR /&gt;
              &lt;PARAM name="entityName" /&gt;results&lt;BR /&gt;
              &lt;MODULE name="EnablePreview"&gt;&lt;BR /&gt;
                &lt;PARAM name="display" /&gt;False&lt;BR /&gt;
                &lt;PARAM name="enable" /&gt;True&lt;BR /&gt;
                &lt;MODULE name="SimpleResultsTable"&gt;&lt;BR /&gt;
                  &lt;PARAM name="drilldown" /&gt;row&lt;BR /&gt;
                  &lt;PARAM name="entityName" /&gt;results&lt;BR /&gt;
                  &lt;PARAM name="count" /&gt;20&lt;BR /&gt;
                  &lt;PARAM name="allowTransformedFieldSelect" /&gt;True&lt;BR /&gt;
                  &lt;MODULE name="Gimp"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
                    &lt;MODULE name="SimpleResultsHeader"&gt;&lt;BR /&gt;
                        &lt;PARAM name="entityName" /&gt;results&lt;BR /&gt;
                        &lt;PARAM name="headerFormat" /&gt;id=$click.value$ $time$&lt;BR /&gt;
                  &lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="HiddenSearch" layoutPanel="panel_row3_col1" autoRun="False"&amp;gt;
    &amp;lt;param name="search"&amp;gt;source=push OR source=access | timechart count by source&amp;lt;/param&amp;gt;

    &amp;lt;module name="ConvertToIntention"&amp;gt;
       &amp;lt;param name="intention"&amp;gt;
           &amp;lt;param name="name"&amp;gt;addterm&amp;lt;/param&amp;gt;
           &amp;lt;param name="arg"&amp;gt;
               &amp;lt;param name="series"&amp;gt;$click.value$&amp;lt;/param&amp;gt;
           &amp;lt;/param&amp;gt;
           &amp;lt;param name="fullName"&amp;gt;$click.value$&amp;lt;/param&amp;gt;

        &amp;lt;module name="JobProgressIndicator"&amp;gt;
            &amp;lt;module name="HiddenChartFormatter"&amp;gt;
              &amp;lt;param name="charting.chart"&amp;gt;column&amp;lt;/param&amp;gt;
              &amp;lt;module name="JSChart"&amp;gt;
                &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                &amp;lt;module name="Gimp"/&amp;gt;
            &amp;lt;/module&amp;gt;
          &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
       &amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
  &lt;BR /&gt;
  &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156320#M9618</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2020-09-28T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: What am I missing for ConvertToIntention child module?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156321#M9619</link>
      <description>&lt;P&gt;If you are using Splunk6, then you should go with simple XML with JavaScript extention.&lt;BR /&gt;
There is a example of what you are looking for.&lt;/P&gt;

&lt;P&gt;Install Splunk 6 Dashboard Examples app from splunk apps page:&lt;BR /&gt;
&lt;A href="http://apps.splunk.com/app/1603/"&gt;http://apps.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can take a look at the following site:&lt;BR /&gt;
&lt;A href="http://localhost:8000/ja-JP/app/simple_xml_examples/custom_drilldown_form"&gt;http://localhost:8000/ja-JP/app/simple_xml_examples/custom_drilldown_form&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a code sample, so you can actually copy&amp;amp;paste then edit to fit your need.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 05:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156321#M9619</guid>
      <dc:creator>melonman</dc:creator>
      <dc:date>2013-12-11T05:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: What am I missing for ConvertToIntention child module?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156322#M9620</link>
      <description>&lt;P&gt;Is it the same if I'm using SPlunk5?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 05:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-am-I-missing-for-ConvertToIntention-child-module/m-p/156322#M9620</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2013-12-11T05:41:29Z</dc:date>
    </item>
  </channel>
</rss>

