<?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: Change start screen for app in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91686#M71157</link>
    <description>&lt;P&gt;btw running splunk 4.1.6&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2011 21:50:18 GMT</pubDate>
    <dc:creator>gnovak</dc:creator>
    <dc:date>2011-04-28T21:50:18Z</dc:date>
    <item>
      <title>Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91683#M71154</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I've been going through answers.splunk.com and documentation and I still can't seem to find the answer to this question.&lt;/P&gt;

&lt;P&gt;I created an app called EmailSummaryReports.  After I made the app it appears on the Launcher page under the tab Your Apps.&lt;/P&gt;

&lt;P&gt;When I click on the app it goes right to the search page for that app.&lt;/P&gt;

&lt;P&gt;I was wondering.  Can I modify the app so that when I click on it, it goes to a View i have made for the app instead?  Is that information in a file somewhere that I can modify?&lt;/P&gt;

&lt;P&gt;I'd like this View to the the default page the app goes to when someone click on it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 21:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91683#M71154</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-04-28T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91684#M71155</link>
      <description>&lt;P&gt;btw i don't want this for just a specific user.  I'd like it to be for anyone who accesses the app from the launcher page.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 21:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91684#M71155</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-04-28T21:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91685#M71156</link>
      <description>&lt;P&gt;i was looking here for an answer:  &lt;A href="http://splunk-base.splunk.com/answers/5/how-do-i-set-the-default-app-in-splunk"&gt;http://splunk-base.splunk.com/answers/5/how-do-i-set-the-default-app-in-splunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 21:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91685#M71156</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-04-28T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91686#M71157</link>
      <description>&lt;P&gt;btw running splunk 4.1.6&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 21:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91686#M71157</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-04-28T21:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91687#M71158</link>
      <description>&lt;P&gt;You need to alter your app's default.xml:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Developer/Step6BuildNavigation#Set_a_default_view" target="_blank"&gt;http://www.splunk.com/base/Documentation/4.2.1/Developer/Step6BuildNavigation#Set_a_default_view&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The easiest way to do this is to navigate to:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Manager &amp;gt;&amp;gt; User Interface &amp;gt;&amp;gt; Navigation Menus.  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Click on the 'default' Nav name, then remove &lt;CODE&gt;default='true'&lt;/CODE&gt; from any entry that it is on.  Add it to the view you wish to be the default. &lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav&amp;gt;
  &amp;lt;view name="dashboard_live" /&amp;gt;
  &amp;lt;view name="flashtimeline" /&amp;gt;
  &amp;lt;view name="my_cool_view" default='true' /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91687#M71158</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2020-09-28T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91688#M71159</link>
      <description>&lt;P&gt;Well I used the bare bones template when I made the app.  I put my files and such in /opt/splunk/etc/app/&lt;APP name=""&gt;/local/default.  There is no NAV directory there so I assume I would have to make one.  The instructions say to Create a file named "default.xml" in your app's nav directory: $SPLUNK_HOME/etc/apps/&lt;APP_NAME&gt;/default/data/ui/nav/default.xml.  One already exists here.  I'll try and edit this and see what happens&lt;/APP_NAME&gt;&lt;/APP&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91688#M71159</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2020-09-28T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91689#M71160</link>
      <description>&lt;P&gt;Updated answer with the correct series of events you need to go through.   Don't edit anything in 'default' under most circumstances.  Please accept/vote up the answer if it is acceptable.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 16:55:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91689#M71160</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2011-04-29T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91690#M71161</link>
      <description>&lt;P&gt;This worked.  Great thanks..&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2011 21:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91690#M71161</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-04-29T21:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change start screen for app</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91691#M71162</link>
      <description>&lt;P&gt;Just to add a different scenario towards the answer. And a different way of achieving the same thing.&lt;/P&gt;

&lt;P&gt;1)  Select the Apps drop down(next to the Splunk logo on top left)&lt;BR /&gt;
2)  Select Manage Apps&lt;BR /&gt;
3)  Locate the app's default view you want to edit and select "&lt;STRONG&gt;view objects&lt;/STRONG&gt;"&lt;BR /&gt;
4) Select "&lt;STRONG&gt;default&lt;/STRONG&gt;"&lt;/P&gt;

&lt;P&gt;5) This is what my screen looked like. And notice &lt;STRONG&gt;search&lt;/STRONG&gt; is my default view.&lt;/P&gt;

&lt;P&gt;6) Change to the default dashboard/view you want. I wanted it to change to an app called &lt;STRONG&gt;system_events.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Trick: If you are unsure of the exact name. Keep a second tab open with the dashboard or view you want to use. Then copy the end of the URI to what you want. (ex..below)&lt;/P&gt;

&lt;P&gt;&lt;A href="https://10.100.200.250:8443/en-US/app/exec_test/System_Events?form.time_range.earliest=%40w0&amp;amp;form.time_range.latest=now"&gt;https://10.100.200.250:8443/en-US/app/exec_test/System_Events?form.time_range.earliest=%40w0&amp;amp;form.time_range.latest=now&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Use just &lt;STRONG&gt;System_events&lt;/STRONG&gt; inside the quotes next to the "default=true". Do not include the other stuff otherwise your page won't render.  Hope this helps someone.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:35:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Change-start-screen-for-app/m-p/91691#M71162</guid>
      <dc:creator>sahr</dc:creator>
      <dc:date>2017-06-27T20:35:45Z</dc:date>
    </item>
  </channel>
</rss>

