<?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 How to embed an external page in a dashboard panel or iframe? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266349#M16787</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I tried to put an external page in a dashboard panel or iframe, but didn't succeed.&lt;/P&gt;

&lt;P&gt;I saw the early answers on this issue, but none of them talks about a link with parameters.&lt;/P&gt;

&lt;P&gt;The external link I want to show in a Splunk panel / iframe looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" target="test_blank"&gt;http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried to do (as mentioned in this answer: &lt;A href="https://answers.splunk.com/answers/213337/is-it-possible-to-display-an-external-web-page-in.html"&gt;https://answers.splunk.com/answers/213337/is-it-possible-to-display-an-external-web-page-in.html&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;My Dashboard

 &amp;lt;html&amp;gt;
 &amp;lt;h2&amp;gt;Embedded Web Page!&amp;lt;/h2&amp;gt;
    &amp;lt;iframe src="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" width="100%" height="300"&amp;gt;mysite&amp;lt;/iframe&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but did not succeed. This gave me an error.&lt;/P&gt;

&lt;P&gt;I think the issue is with the parameters, so we need to put CDATA somewhere like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; My Dashboard

 &amp;lt;html&amp;gt;
 &amp;lt;h2&amp;gt;Embedded Web Page!&amp;lt;/h2&amp;gt;
    &amp;lt;[!CDATA[&amp;lt;iframe src="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" width="100%" height="300"&amp;gt;mysite&amp;lt;/iframe&amp;gt;]]&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but also didn't work.&lt;/P&gt;

&lt;P&gt;Anyone do something like this and can help?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Omer.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 08:49:33 GMT</pubDate>
    <dc:creator>omerr</dc:creator>
    <dc:date>2016-07-20T08:49:33Z</dc:date>
    <item>
      <title>How to embed an external page in a dashboard panel or iframe?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266349#M16787</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I tried to put an external page in a dashboard panel or iframe, but didn't succeed.&lt;/P&gt;

&lt;P&gt;I saw the early answers on this issue, but none of them talks about a link with parameters.&lt;/P&gt;

&lt;P&gt;The external link I want to show in a Splunk panel / iframe looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" target="test_blank"&gt;http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried to do (as mentioned in this answer: &lt;A href="https://answers.splunk.com/answers/213337/is-it-possible-to-display-an-external-web-page-in.html"&gt;https://answers.splunk.com/answers/213337/is-it-possible-to-display-an-external-web-page-in.html&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;My Dashboard

 &amp;lt;html&amp;gt;
 &amp;lt;h2&amp;gt;Embedded Web Page!&amp;lt;/h2&amp;gt;
    &amp;lt;iframe src="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" width="100%" height="300"&amp;gt;mysite&amp;lt;/iframe&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but did not succeed. This gave me an error.&lt;/P&gt;

&lt;P&gt;I think the issue is with the parameters, so we need to put CDATA somewhere like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; My Dashboard

 &amp;lt;html&amp;gt;
 &amp;lt;h2&amp;gt;Embedded Web Page!&amp;lt;/h2&amp;gt;
    &amp;lt;[!CDATA[&amp;lt;iframe src="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" width="100%" height="300"&amp;gt;mysite&amp;lt;/iframe&amp;gt;]]&amp;gt;
 &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but also didn't work.&lt;/P&gt;

&lt;P&gt;Anyone do something like this and can help?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Omer.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 08:49:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266349#M16787</guid>
      <dc:creator>omerr</dc:creator>
      <dc:date>2016-07-20T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an external page in a dashboard panel or iframe?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266350#M16788</link>
      <description>&lt;P&gt;Hello, Please try this&lt;BR /&gt;
    &lt;PANEL&gt;&lt;BR /&gt;
     &lt;/PANEL&gt;&lt;/P&gt;&lt;H2&gt;Embedded Web Page!&lt;/H2&gt; &amp;lt;[!CDATA[&lt;IFRAME src="http://mysite.com?Portal&amp;amp;param1=x&amp;amp;param2=y&amp;amp;path=/var/my%20application/versions/9.%20latest/current" width="100%" height="300"&gt;mysite&lt;/IFRAME&gt;]]&amp;gt; &lt;P&gt;&lt;/P&gt;

&lt;P&gt;replace &lt;CODE&gt;&amp;amp; with &amp;amp;amp;&lt;/CODE&gt; in your url and also, that whole html snippet has to be inside a .&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:20:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266350#M16788</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2016-07-20T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an external page in a dashboard panel or iframe?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266351#M16789</link>
      <description>&lt;P&gt;I am using 6.4.2 and use the following in XML of the dashboard.  I simply call the HTML tag and then use the standard iframe commands inside a panel.  Hope this helps.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Testing HTML&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;iframe src="http://www.splunk.com" height="200" width="1000" style="border:none;"&amp;gt;&amp;lt;/iframe&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:31:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266351#M16789</guid>
      <dc:creator>treinke</dc:creator>
      <dc:date>2016-07-20T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an external page in a dashboard panel or iframe?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266352#M16790</link>
      <description>&lt;P&gt;This blog lays it all out step-by-step:&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2014/05/08/17682/"&gt;http://blogs.splunk.com/2014/05/08/17682/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 17:52:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-external-page-in-a-dashboard-panel-or-iframe/m-p/266352#M16790</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-10-12T17:52:34Z</dc:date>
    </item>
  </channel>
</rss>

