<?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 Open Google page from dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326082#M21068</link>
    <description>&lt;P&gt;Hi splunkers ,&lt;/P&gt;

&lt;P&gt;I want to open or load google page in my splunk dashboard panel .&lt;/P&gt;

&lt;P&gt;currently i am using this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;testing&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;body&amp;gt;
           &amp;lt;a href="www.google.com"&amp;gt;google&amp;lt;/a&amp;gt;
      &amp;lt;/body&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But that is not working is there any other way to achieve the same please let me know .&lt;BR /&gt;
Just let me know from where to start rest i will do .&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 14:33:03 GMT</pubDate>
    <dc:creator>kannu</dc:creator>
    <dc:date>2017-10-25T14:33:03Z</dc:date>
    <item>
      <title>Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326082#M21068</link>
      <description>&lt;P&gt;Hi splunkers ,&lt;/P&gt;

&lt;P&gt;I want to open or load google page in my splunk dashboard panel .&lt;/P&gt;

&lt;P&gt;currently i am using this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;testing&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;body&amp;gt;
           &amp;lt;a href="www.google.com"&amp;gt;google&amp;lt;/a&amp;gt;
      &amp;lt;/body&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But that is not working is there any other way to achieve the same please let me know .&lt;BR /&gt;
Just let me know from where to start rest i will do .&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:33:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326082#M21068</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2017-10-25T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326083#M21069</link>
      <description>&lt;P&gt;Hello @kannu&lt;/P&gt;

&lt;P&gt;Please see links below:&lt;/P&gt;

&lt;P&gt;Launch new window&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/13306/simple-syntax-to-launch-new-window-when-clicking-on-link-in-dashboard.html"&gt;https://answers.splunk.com/answers/13306/simple-syntax-to-launch-new-window-when-clicking-on-link-in-dashboard.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Using iframe&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/432153/how-to-embed-an-external-page-in-a-dashboard-panel.html"&gt;https://answers.splunk.com/answers/432153/how-to-embed-an-external-page-in-a-dashboard-panel.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps!&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326083#M21069</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2017-10-25T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326084#M21070</link>
      <description>&lt;P&gt;HI  lloydknight,&lt;BR /&gt;
I used something like you&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
    &amp;lt;h3&amp;gt;Google&amp;lt;/h3&amp;gt; 
        &amp;lt;a href="http://www.google.com"&amp;gt;&amp;lt;/a&amp;gt;
    &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326084#M21070</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-25T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326085#M21071</link>
      <description>&lt;P&gt;As already pointed out, you need to start your href with "http://" to make it an absolute address, not a relative path within your Splunk app.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 18:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326085#M21071</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-25T18:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326086#M21072</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 08:34:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326086#M21072</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2017-10-26T08:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326087#M21073</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 08:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326087#M21073</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2017-10-26T08:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326088#M21074</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 08:35:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326088#M21074</guid>
      <dc:creator>kannu</dc:creator>
      <dc:date>2017-10-26T08:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326089#M21075</link>
      <description>&lt;P&gt;But still it is not working  !! &lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326089#M21075</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2018-09-21T20:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open Google page from dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326090#M21076</link>
      <description>&lt;P&gt;I'd recommend opening a new question with details of your issue. This thread is about a year old now.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 22:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Open-Google-page-from-dashboard/m-p/326090#M21076</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2018-09-21T22:04:50Z</dc:date>
    </item>
  </channel>
</rss>

