<?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: How to navigate to an external page from a Splunk navigation menu in 6.1.2? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234564#M14523</link>
    <description>&lt;P&gt;Rakesh,  you are very close. Inside the &lt;CODE&gt;default.xml&lt;/CODE&gt; file for Navigation, you are correct in using an &lt;CODE&gt;a&lt;/CODE&gt; href. However, unless you include a protocol ( &lt;CODE&gt;http&lt;/CODE&gt; or &lt;CODE&gt;https&lt;/CODE&gt;), Splunk will interpret that as a relative url. So just include the protocol.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;nav&amp;gt;
  &amp;lt;collection label="Dashboards"&amp;gt;
    &amp;lt;view name="mydashboard" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Search views"&amp;gt;
    &amp;lt;view name="mysearchview" /&amp;gt;
    &amp;lt;a href="http://www.google.com"&amp;gt;Google&amp;lt;/a&amp;gt;
  &amp;lt;/collection&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/BuildNavigation#Build_the_navigation_XML"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/BuildNavigation#Build_the_navigation_XML&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 14:53:59 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2016-06-29T14:53:59Z</dc:date>
    <item>
      <title>How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234559#M14518</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am using SPLUNK 6.1.2 and I am using the following in my App navigation page,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a target="_blank" href="www.google.com"&amp;gt; Search Google &amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But its not working as expected! Any help?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rakesh.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234559#M14518</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-06-29T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234560#M14519</link>
      <description>&lt;P&gt;I have never tried that but you can exploit &lt;CODE&gt;workflow actions&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Knowledge/CreateworkflowactionsinSplunkWeb"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Knowledge/CreateworkflowactionsinSplunkWeb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:43:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234560#M14519</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-29T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234561#M14520</link>
      <description>&lt;P&gt;You have given so little information here, and a badly formed link, it is hard to know how to begin to answer.&lt;/P&gt;

&lt;P&gt;Perhaps if you provided some more context, and pasted in the relevant XML (or whatever you are using for your app), someone might stand a chance of helping.&lt;/P&gt;

&lt;P&gt;Hats off to woodcock for giving it a try!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:45:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234561#M14520</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2016-06-29T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234562#M14521</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; &amp;lt;a href="www.google.com"&amp;gt; target="_blank"&amp;gt; Search Google &amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234562#M14521</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-06-29T14:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234563#M14522</link>
      <description>&lt;P&gt;You have an extra &amp;gt; in there, right? Should be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="www.google.com" target="_blank"&amp;gt; Search Google &amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234563#M14522</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2016-06-29T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234564#M14523</link>
      <description>&lt;P&gt;Rakesh,  you are very close. Inside the &lt;CODE&gt;default.xml&lt;/CODE&gt; file for Navigation, you are correct in using an &lt;CODE&gt;a&lt;/CODE&gt; href. However, unless you include a protocol ( &lt;CODE&gt;http&lt;/CODE&gt; or &lt;CODE&gt;https&lt;/CODE&gt;), Splunk will interpret that as a relative url. So just include the protocol.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;nav&amp;gt;
  &amp;lt;collection label="Dashboards"&amp;gt;
    &amp;lt;view name="mydashboard" /&amp;gt;
  &amp;lt;/collection&amp;gt;
  &amp;lt;collection label="Search views"&amp;gt;
    &amp;lt;view name="mysearchview" /&amp;gt;
    &amp;lt;a href="http://www.google.com"&amp;gt;Google&amp;lt;/a&amp;gt;
  &amp;lt;/collection&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/BuildNavigation#Build_the_navigation_XML"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/BuildNavigation#Build_the_navigation_XML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234564#M14523</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2016-06-29T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234565#M14524</link>
      <description>&lt;P&gt;Hi alacercogitatus,&lt;/P&gt;

&lt;P&gt;I have given http: protocol but still no luck. its not opening in a new window browser rather its opening in the parent window itself &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rakesh.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 08:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234565#M14524</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-06-30T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234566#M14525</link>
      <description>&lt;P&gt;Thanks for the update woodcook.. I was intended use something in the navigation URL and not in dashboards for now. Anyway will go through this and get back whether it helps me.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 08:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234566#M14525</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-06-30T08:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to navigate to an external page from a Splunk navigation menu in 6.1.2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234567#M14526</link>
      <description>&lt;P&gt;That is a different question then your original. Now that google opens in the window, you have to allow the target to be _blank, and default.xml doesn't allow some attributes. &lt;/P&gt;

&lt;P&gt;See &lt;A href="http://answers.splunk.com/answers/11654/appbar-links-open-in-new-windo"&gt;http://answers.splunk.com/answers/11654/appbar-links-open-in-new-windo&lt;/A&gt; on how to put a _blank target on the href. &lt;/P&gt;

&lt;P&gt;Please accept the answer, as it is correct for your question.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 12:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-navigate-to-an-external-page-from-a-Splunk-navigation/m-p/234567#M14526</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2016-06-30T12:11:19Z</dc:date>
    </item>
  </channel>
</rss>

