<?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: Dashboard and Views in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86126#M44111</link>
    <description>&lt;P&gt;Are you using the &lt;CODE&gt;dashboard&lt;/CODE&gt; tag or &lt;CODE&gt;view template="dashboard.html"&lt;/CODE&gt; in your XML?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2012 17:08:51 GMT</pubDate>
    <dc:creator>ChrisG</dc:creator>
    <dc:date>2012-06-28T17:08:51Z</dc:date>
    <item>
      <title>Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86125#M44110</link>
      <description>&lt;P&gt;I have created an app using app builder, Now I am creating dashboard panel but all panel goes to in  View menu, How do I display these panel(s) in Dashboard menu?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 13:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86125#M44110</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-06-28T13:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86126#M44111</link>
      <description>&lt;P&gt;Are you using the &lt;CODE&gt;dashboard&lt;/CODE&gt; tag or &lt;CODE&gt;view template="dashboard.html"&lt;/CODE&gt; in your XML?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 17:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86126#M44111</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-06-28T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86127#M44112</link>
      <description>&lt;P&gt;Sounds like you might have to edit the default.xml file for your app.&lt;BR /&gt;
You might have something in there that looks like:&lt;BR /&gt;
&amp;lt;&lt;CODE&gt;collection label="View"&lt;/CODE&gt;&amp;gt;&lt;BR /&gt;
   &amp;lt;&lt;CODE&gt;view source="unclassified" /&lt;/CODE&gt;&amp;gt;&lt;BR /&gt;
...&lt;/P&gt;

&lt;P&gt;You would need to remove the 'view source' line and then reference your created dashboard in this section:&lt;BR /&gt;
&amp;lt;&lt;CODE&gt;collection label="Dashboard"&lt;/CODE&gt;&amp;gt;&lt;BR /&gt;
   &amp;lt;&lt;CODE&gt;view name="the_name_of_your_dashboard"&lt;/CODE&gt; /&amp;gt; &lt;BR /&gt;
&amp;lt;&lt;CODE&gt;/collection&lt;/CODE&gt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 11:00:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86127#M44112</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2012-06-29T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86128#M44113</link>
      <description>&lt;P&gt;Ant1D has a good suggestion, below. And in general, if you are not already doing so, you should take a look at the Developing Dashboards, Views, and Apps manual (see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/HowToUseThisManual"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Developer/HowToUseThisManual&lt;/A&gt; ).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 15:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86128#M44113</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-06-29T15:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86129#M44114</link>
      <description>&lt;P&gt;After changing the value still I cant see any item in dashboard &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86129#M44114</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-03T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86130#M44115</link>
      <description>&lt;P&gt;Here is the contents of my default.xml&lt;/P&gt;

&lt;NAV&gt;
    &lt;VIEW name="flashtimeline" default="true"&gt;&lt;/VIEW&gt;
    &lt;COLLECTION label="Dashboards"&gt;
        &lt;VIEW name="Critical Error" match="dashboard"&gt;&lt;/VIEW&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;
    &lt;/COLLECTION&gt;
    &lt;COLLECTION label="Views"&gt;
        &lt;VIEW source="unclassified"&gt;&lt;/VIEW&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;
    &lt;/COLLECTION&gt;
    &lt;COLLECTION label="Searches &amp;amp; Reports"&gt;
        &lt;COLLECTION label="Reports"&gt;
            &lt;SAVED source="unclassified" match="report"&gt;&lt;/SAVED&gt;
        &lt;/COLLECTION&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;
        &lt;SAVED source="unclassified"&gt;&lt;/SAVED&gt;
    &lt;/COLLECTION&gt;
&lt;/NAV&gt;</description>
      <pubDate>Tue, 03 Jul 2012 10:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86130#M44115</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-03T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86131#M44116</link>
      <description>&lt;P&gt;Here is the contents of my default.xml&lt;BR /&gt;
&lt;NAV&gt;&lt;BR /&gt;
    &lt;VIEW name="flashtimeline" default="true"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
    &lt;COLLECTION label="Dashboards"&gt;&lt;BR /&gt;
        &lt;VIEW name="Critical Error" match="dashboard"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;&lt;BR /&gt;
    &lt;/COLLECTION&gt;&lt;BR /&gt;
    &lt;COLLECTION label="Views"&gt;&lt;BR /&gt;
        &lt;VIEW source="unclassified"&gt;&lt;/VIEW&gt;&lt;BR /&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;&lt;BR /&gt;
    &lt;/COLLECTION&gt;&lt;BR /&gt;
    &lt;COLLECTION label="Searches &amp;amp; Reports"&gt;&lt;BR /&gt;
        &lt;COLLECTION label="Reports"&gt;&lt;BR /&gt;
            &lt;SAVED source="unclassified" match="report"&gt;&lt;/SAVED&gt;&lt;BR /&gt;
        &lt;/COLLECTION&gt;&lt;BR /&gt;
        &lt;DIVIDER&gt;&lt;/DIVIDER&gt;&lt;BR /&gt;
        &lt;SAVED source="unclassified"&gt;&lt;/SAVED&gt;&lt;BR /&gt;
    &lt;/COLLECTION&gt;&lt;BR /&gt;
&lt;/NAV&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 16:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86131#M44116</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-03T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and Views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86132#M44117</link>
      <description>&lt;P&gt;I would remove any match="" attributes. I would also remove any view source="unclassified" parameters.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 15:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-and-Views/m-p/86132#M44117</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2012-07-09T15:21:48Z</dc:date>
    </item>
  </channel>
</rss>

