<?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: Launch multiple views at login in Security</title>
    <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49896#M1631</link>
    <description>&lt;P&gt;Thanks araitz. It's not for definite. It's just an idea. I have a (data intensive) view in my instance that takes a while to load up. I thought about making this my default view. While it's loading, users could have another view to look at while they wait. (I know that users could manually open up different views but I was thinking of users getting all the views that they need to see opened as soon as they log in instead of having to open them all manually one at a time. I think this could be a cool enhancement although it may affect the speed of Splunk. Sorry to go off on a bit of a tangent.&lt;/P&gt;</description>
    <pubDate>Sat, 26 Feb 2011 00:31:49 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2011-02-26T00:31:49Z</dc:date>
    <item>
      <title>Launch multiple views at login</title>
      <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49893#M1628</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;When you log in to splunk, the default view that you have specified via default.xml will be displayed on screen.&lt;/P&gt;

&lt;P&gt;Is it possible to have more than one view launched (in separate windows) straight after completing the login?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49893#M1628</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-02-25T00:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Launch multiple views at login</title>
      <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49894#M1629</link>
      <description>&lt;P&gt;You would need to do some hacking, most likely via /appserver/static/application.js in the app in question.  &lt;/P&gt;

&lt;P&gt;You could use several methods, but the easiest might be to use &lt;CODE&gt;$(document).ready()&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$(document).ready( function() {
    window.open(Splunk.util.make_url('app', Splunk.util.getCurrentApp(), 'the_other_view'));
});
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Perhaps I should ask why you want to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 02:00:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49894#M1629</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2011-02-25T02:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Launch multiple views at login</title>
      <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49895#M1630</link>
      <description>&lt;P&gt;Note: You &lt;EM&gt;definitely&lt;/EM&gt; want to wrap that at least in if (Splunk.util.getCurrentView() == "the default view"),  and even then it'll have unwanted effects when you go back to that view later.  &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 03:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49895#M1630</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-02-25T03:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Launch multiple views at login</title>
      <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49896#M1631</link>
      <description>&lt;P&gt;Thanks araitz. It's not for definite. It's just an idea. I have a (data intensive) view in my instance that takes a while to load up. I thought about making this my default view. While it's loading, users could have another view to look at while they wait. (I know that users could manually open up different views but I was thinking of users getting all the views that they need to see opened as soon as they log in instead of having to open them all manually one at a time. I think this could be a cool enhancement although it may affect the speed of Splunk. Sorry to go off on a bit of a tangent.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2011 00:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49896#M1631</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-02-26T00:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Launch multiple views at login</title>
      <link>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49897#M1632</link>
      <description>&lt;P&gt;Hey Nick, if it would cause unwanted side-effects, then I will probably not experiment with it but it is definitely worth a thought in terms of R &amp;amp; D/improving the UI.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2011 00:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Launch-multiple-views-at-login/m-p/49897#M1632</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-02-26T00:33:43Z</dc:date>
    </item>
  </channel>
</rss>

