<?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: Need to create new dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688733#M56390</link>
    <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;</description>
    <pubDate>Sun, 26 May 2024 16:27:38 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-05-26T16:27:38Z</dc:date>
    <item>
      <title>Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688731#M56389</link>
      <description>&lt;P&gt;I need to create below dashboard .This will be the main dashboard and from here I can navigate to any of the other mentioned dashboards. AAA, BBB, CCC are the separate dashboards and all these should be accessed form this main dashboard.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paragg_0-1716734484693.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31007i6D74CF663A3CE554/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paragg_0-1716734484693.png" alt="paragg_0-1716734484693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 14:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688731#M56389</guid>
      <dc:creator>paragg</dc:creator>
      <dc:date>2024-05-26T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688733#M56390</link>
      <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 16:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688733#M56390</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-26T16:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688750#M56393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254315"&gt;@paragg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;is you main dashboard only a menù or does it contain also panels with data to drildown in the othe dashboards?&lt;/P&gt;&lt;P&gt;in the first case, you have to use HTML tags to create links to the othe dashboards, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Home Page&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
          &amp;lt;h1&amp;gt;Title Panel 1&amp;lt;/h1&amp;gt;
	  &amp;lt;table border="0" cellpadding="10" align="center"&amp;gt;
	 &amp;lt;th&amp;gt;
           &amp;lt;tr&amp;gt;
             &amp;lt;td align="center"&amp;gt;
               &amp;lt;a href="/app/my_app/dashboard1"&amp;gt;
                &amp;lt;img style="width:80px;border:0;" src="/static/app/my_app/image1.png"/&amp;gt;
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard2"&amp;gt;
                &amp;lt;img style="width:80px;border:0;" src="/static/app/my_app/image2"/&amp;gt;
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
          &amp;lt;/tr&amp;gt;
          &amp;lt;tr&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard1"&amp;gt;
                Title Dashboard 1
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard2"&amp;gt;
                Title Dashboard 2
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
          &amp;lt;/tr&amp;gt;
        &amp;lt;/th&amp;gt;
      &amp;lt;/table&amp;gt;
     &amp;lt;/html&amp;gt;
   &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;If instead you have to create a drilldown, please folow the instructions at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:39:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688750#M56393</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-27T06:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688798#M56403</link>
      <description>&lt;P class="lia-align-left"&gt;I want to create menu dashboard which contains 3 boxes in a row. If I click on any box it should navigate to my destination dashboard. I don't want any image just need text(other dashboards name) in the box.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 17:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688798#M56403</guid>
      <dc:creator>paragg</dc:creator>
      <dc:date>2024-05-27T17:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688799#M56404</link>
      <description>&lt;P&gt;Build it with Dashboard Studio.&amp;nbsp;&lt;BR /&gt;You can add Markdown panels that take whatever text you provide, and then enable the Interaction for Link to&amp;nbsp; Dashboard&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 17:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688799#M56404</guid>
      <dc:creator>andrew_nelson</dc:creator>
      <dc:date>2024-05-27T17:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create new dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688827#M56413</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254315"&gt;@paragg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can use Dashboard Studio (as hinted by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229311"&gt;@andrew_nelson&lt;/a&gt;&amp;nbsp;) or reduct my solution to only the text boxes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Home Page&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
          &amp;lt;h1&amp;gt;Title Panel 1&amp;lt;/h1&amp;gt;
	  &amp;lt;table border="0" cellpadding="10" align="center"&amp;gt;
	 &amp;lt;th&amp;gt;
          &amp;lt;tr&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard1"&amp;gt;
                Title Dashboard 1
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard2"&amp;gt;
                Title Dashboard 2
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="/app/my_app/dashboard3"&amp;gt;
                Title Dashboard 3
              &amp;lt;/a&amp;gt; 
            &amp;lt;/td&amp;gt;
          &amp;lt;/tr&amp;gt;
        &amp;lt;/th&amp;gt;
      &amp;lt;/table&amp;gt;
     &amp;lt;/html&amp;gt;
   &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 06:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-to-create-new-dashboard/m-p/688827#M56413</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-28T06:24:03Z</dc:date>
    </item>
  </channel>
</rss>

