<?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: Advanced XML dashboard template stops dashboard from loading in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31996#M1378</link>
    <description>&lt;P&gt;Thanks! How can you specify that a module takes up an entire row? panel_row1 on its own doesn't work.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2012 09:12:18 GMT</pubDate>
    <dc:creator>watsm10</dc:creator>
    <dc:date>2012-08-13T09:12:18Z</dc:date>
    <item>
      <title>Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31994#M1376</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to create a dashboard using advanced XML. I have created a view which has two self populating drop down boxes which produce a single value and pie chart. I want to get each chart into a separate panel like the simple XML customisable views. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view onunloadCancelJobs="False" autoCancelInterval="100"&amp;gt;
&amp;lt;label&amp;gt;
    Dynamic Drop Down Test
&amp;lt;/label&amp;gt;
&amp;lt;module name="AccountBar" layoutPanel="appHeader" /&amp;gt;
&amp;lt;module name="AppBar" layoutPanel="navigationHeader" /&amp;gt;
&amp;lt;module name="Message" layoutPanel="messaging"&amp;gt;
    &amp;lt;param name="filter"&amp;gt;
        *
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="clearOnJobDispatch"&amp;gt;
        False
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="maxSize"&amp;gt;
        1
    &amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;module name="TitleBar" layoutPanel="viewHeader"&amp;gt;
    &amp;lt;param name="actionsMenuFilter"&amp;gt;
        dashboard
    &amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;module name="SearchSelectLister" layoutPanel="mainSearchControls" autoRun="True"&amp;gt;
    &amp;lt;param name="staticFieldsToDisplay"&amp;gt;
        &amp;lt;list&amp;gt;
            &amp;lt;param name="value"&amp;gt;*
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="label"&amp;gt;
                All
            &amp;lt;/param&amp;gt;
        &amp;lt;/list&amp;gt;
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="search"&amp;gt;SEARCH HERE
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt;
        Select a Service:
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="settingToCreate"&amp;gt;
        service_setting
    &amp;lt;/param&amp;gt;
    &amp;lt;param name="searchFieldsToDisplay"&amp;gt;
        &amp;lt;list&amp;gt;
            &amp;lt;param name="value"&amp;gt;
                perf4j_servicename
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="label"&amp;gt;
                perf4j_servicename
            &amp;lt;/param&amp;gt;
        &amp;lt;/list&amp;gt;
    &amp;lt;/param&amp;gt;
    &amp;lt;module name="ConvertToIntention"&amp;gt;
        &amp;lt;param name="settingToConvert"&amp;gt;
            service_setting
        &amp;lt;/param&amp;gt;
        &amp;lt;param name="intention"&amp;gt;
            &amp;lt;param name="name"&amp;gt;
                stringreplace
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="arg"&amp;gt;
                &amp;lt;param name="serviceToken"&amp;gt;
                    &amp;lt;param name="value"&amp;gt;
                        $target$
                    &amp;lt;/param&amp;gt;
                &amp;lt;/param&amp;gt;
            &amp;lt;/param&amp;gt;
        &amp;lt;/param&amp;gt;
        &amp;lt;module name="SearchSelectLister"&amp;gt;
            &amp;lt;param name="staticFieldsToDisplay"&amp;gt;
                &amp;lt;list&amp;gt;
                    &amp;lt;param name="value"&amp;gt;
                        *
                    &amp;lt;/param&amp;gt;
                    &amp;lt;param name="label"&amp;gt;
                        All
                    &amp;lt;/param&amp;gt;
                &amp;lt;/list&amp;gt;
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="searchWhenChanged"&amp;gt;
                True
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="settingToCreate"&amp;gt;
                user_setting
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="label"&amp;gt;
                Select a User:
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="applyOuterIntentionsToInternalSearch"&amp;gt;
                True
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="search"&amp;gt;SEARCH HERE
            &amp;lt;/param&amp;gt;
            &amp;lt;param name="searchFieldsToDisplay"&amp;gt;
                &amp;lt;list&amp;gt;
                    &amp;lt;param name="label"&amp;gt;
                        USER
                    &amp;lt;/param&amp;gt;
                    &amp;lt;param name="value"&amp;gt;
                        USER
                    &amp;lt;/param&amp;gt;
                &amp;lt;/list&amp;gt;
            &amp;lt;/param&amp;gt;
            &amp;lt;module name="ConvertToIntention"&amp;gt;
                &amp;lt;param name="settingToConvert"&amp;gt;
                    user_setting
                &amp;lt;/param&amp;gt;
                &amp;lt;param name="intention"&amp;gt;
                    &amp;lt;param name="name"&amp;gt;
                        stringreplace
                    &amp;lt;/param&amp;gt;
                    &amp;lt;param name="arg"&amp;gt;
                        &amp;lt;param name="userToken"&amp;gt;
                            &amp;lt;param name="value"&amp;gt;
                                $target$
                            &amp;lt;/param&amp;gt;
                        &amp;lt;/param&amp;gt;
                    &amp;lt;/param&amp;gt;
                &amp;lt;/param&amp;gt;
                &amp;lt;module name="Message" layoutPanel="graphArea"&amp;gt;
                    &amp;lt;param name="filter"&amp;gt;
                        splunk.search.job
                    &amp;lt;/param&amp;gt;
                    &amp;lt;param name="clearOnJobDispatch"&amp;gt;
                        True
                    &amp;lt;/param&amp;gt;
                    &amp;lt;param name="maxSize"&amp;gt;
                        10
                    &amp;lt;/param&amp;gt;
                    &amp;lt;module name="GenericHeader" layoutPanel="resultsAreaLeft"&amp;gt;
                        &amp;lt;param name="label"&amp;gt;
                            Transaction Count
                        &amp;lt;/param&amp;gt;
                    &amp;lt;/module&amp;gt;
                    &amp;lt;module name="HiddenSearch" layoutPanel="resultsAreaLeft"&amp;gt;
                        &amp;lt;param name="search"&amp;gt;SEARCH HERE&amp;lt;/param&amp;gt;
                        &amp;lt;module name="HiddenChartFormatter"&amp;gt;
                            &amp;lt;module name="SingleValue"&amp;gt;
                                &amp;lt;module name="JobProgressIndicator" /&amp;gt;
                            &amp;lt;/module&amp;gt;
                        &amp;lt;/module&amp;gt;
                    &amp;lt;/module&amp;gt;
                    &amp;lt;module name="GenericHeader" layoutPanel="resultsAreaRight"&amp;gt;
                        &amp;lt;param name="label"&amp;gt;
                            Success Rate
                        &amp;lt;/param&amp;gt;
                    &amp;lt;/module&amp;gt;
                    &amp;lt;module name="HiddenSearch" layoutPanel="resultsAreaRight"&amp;gt;
                        &amp;lt;param name="search"&amp;gt;SEARCH HERE&amp;lt;/param&amp;gt;
                        &amp;lt;module name="HiddenChartFormatter"&amp;gt;
                            &amp;lt;param name="chart"&amp;gt;
                                pie
                            &amp;lt;/param&amp;gt;
                            &amp;lt;param name="chart.stackMode"&amp;gt;
                                default
                            &amp;lt;/param&amp;gt;
                            &amp;lt;param name="charting.legend.masterLegend" /&amp;gt;
                            &amp;lt;param name="charting.seriesColors"&amp;gt;
                                [0x00FF00,0xFF0000]
                            &amp;lt;/param&amp;gt;
                            &amp;lt;module name="FlashChart"&amp;gt;
                                &amp;lt;param name="width"&amp;gt;
                                    100%
                                &amp;lt;/param&amp;gt;
                                &amp;lt;param name="height"&amp;gt;
                                    300px
                                &amp;lt;/param&amp;gt;
                            &amp;lt;/module&amp;gt;
                            &amp;lt;module name="SimpleResultsTable" /&amp;gt;
                            &amp;lt;module name="JobProgressIndicator" /&amp;gt;
                        &amp;lt;/module&amp;gt;
                    &amp;lt;/module&amp;gt;
                &amp;lt;/module&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;/P&gt;

&lt;P&gt;Every time I enter template=dashboard.html as an attribute for view and change the hiddensearch attributes to rows and columns the dashboard displays the charts in panels, but the searches/dropdowns/charts etc fail to load. Can anybody tell me why? &lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 14:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31994#M1376</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2012-08-10T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31995#M1377</link>
      <description>&lt;P&gt;It fails because the XML contains layoutPanel attribute values that are valid only in the search.html template. &lt;/P&gt;

&lt;P&gt;The top layoutPanels are the same in both views,  ie appHeader, navigationHeader, viewHeader, mainSearchControls, messaging,  etc... &lt;/P&gt;

&lt;P&gt;but below those the search.html template has one set of layoutPanels like sidebar, resultsAreaLeft, resultsAreaRight, pageControls, graphArea, etc...   &lt;/P&gt;

&lt;P&gt;and the dashboard.html template has a different set of valid layout panel attributes that all look like  panel_row1_col1,  panel_row1_col2,  panel_row5_col1,  etc... &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31995#M1377</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31996#M1378</link>
      <description>&lt;P&gt;Thanks! How can you specify that a module takes up an entire row? panel_row1 on its own doesn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 09:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31996#M1378</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2012-08-13T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31997#M1379</link>
      <description>&lt;P&gt;You just make sure that it's in panel_row1_col1 and that it's the only one in that row.  ie there is no panel_row1_col2.    So put some modules into panel_row1_col1, and other modules into panel_row2_col1.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:15:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31997#M1379</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31998#M1380</link>
      <description>&lt;P&gt;Thanks again for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 14:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31998#M1380</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2012-08-14T14:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31999#M1381</link>
      <description>&lt;P&gt;Anytime, by the way if you want me to convert this view to use Sideview Utils modules it'll get a lot shorter and simpler...    It wont affect your layoutPanel issue one way or another but switching would make the view easier to deal with.  It only takes me a couple minutes and I'd be happy to post the converted syntax for you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/31999#M1381</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-08-14T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/32000#M1382</link>
      <description>&lt;P&gt;@sideview thanks for the answer, I had the same problems as the autor. Do layoutPanels that can be used along with search.html described somewhere?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 13:28:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/32000#M1382</guid>
      <dc:creator>iKate</dc:creator>
      <dc:date>2013-03-01T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML dashboard template stops dashboard from loading</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/32001#M1383</link>
      <description>&lt;P&gt;There's good documentation here &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/AdvancedSearch"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/AdvancedSearch&lt;/A&gt; about the search.html template,   and here &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/AdvancedDashboard"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/AdvancedDashboard&lt;/A&gt;  about the dashboard.html template.  Both include what looks like a pretty thorough discussion of all the legal layoutPanel attribute values.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-dashboard-template-stops-dashboard-from-loading/m-p/32001#M1383</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-03-01T16:51:50Z</dc:date>
    </item>
  </channel>
</rss>

