<?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 actually embed a view in an IFRAME? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39054#M1845</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I use splunk &lt;STRONG&gt;in SSO-enabled mode&lt;/STRONG&gt;. I am trying to embed a chart in an IFRAME. By "chart" I mean the content of the white rectangle with rounded corners :). What I get so far is the whole splunk application when using the URL of the view.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Detailed description:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/3rdParty"&gt;Splunk docs explain how to embed a view&lt;/A&gt; but I fail to understand:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;how to build a view which is similar to the one in the docs (I have dashboards which are listed in &lt;EM&gt;Views&lt;/EM&gt; in manager and their XML is not at all the same as the one in the docs. In particular there are no &lt;CODE&gt;view&lt;/CODE&gt;, &lt;CODE&gt;module&lt;/CODE&gt; and &lt;CODE&gt;param&lt;/CODE&gt; tags)&lt;/LI&gt;
&lt;LI&gt;what "&lt;EM&gt;strip splunk chome&lt;/EM&gt;" means in the docs, i.e. which elements should be removed to keep only the chart?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2013 11:49:47 GMT</pubDate>
    <dc:creator>wsw70</dc:creator>
    <dc:date>2013-02-21T11:49:47Z</dc:date>
    <item>
      <title>how to actually embed a view in an IFRAME?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39054#M1845</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I use splunk &lt;STRONG&gt;in SSO-enabled mode&lt;/STRONG&gt;. I am trying to embed a chart in an IFRAME. By "chart" I mean the content of the white rectangle with rounded corners :). What I get so far is the whole splunk application when using the URL of the view.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Detailed description:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/3rdParty"&gt;Splunk docs explain how to embed a view&lt;/A&gt; but I fail to understand:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;how to build a view which is similar to the one in the docs (I have dashboards which are listed in &lt;EM&gt;Views&lt;/EM&gt; in manager and their XML is not at all the same as the one in the docs. In particular there are no &lt;CODE&gt;view&lt;/CODE&gt;, &lt;CODE&gt;module&lt;/CODE&gt; and &lt;CODE&gt;param&lt;/CODE&gt; tags)&lt;/LI&gt;
&lt;LI&gt;what "&lt;EM&gt;strip splunk chome&lt;/EM&gt;" means in the docs, i.e. which elements should be removed to keep only the chart?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 11:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39054#M1845</guid>
      <dc:creator>wsw70</dc:creator>
      <dc:date>2013-02-21T11:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to actually embed a view in an IFRAME?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39055#M1846</link>
      <description>&lt;P&gt;I managed to find out by myself. The key word is "Advanced XML". I got the source by adding &lt;CODE&gt;?showsource=true&lt;/CODE&gt; to the URL of the view.&lt;/P&gt;

&lt;P&gt;I am not sure yet what I can remove from the XML but stripping up to the module "&lt;CODE&gt;HiddenSavedSearch&lt;/CODE&gt;" left me with only the chart.&lt;/P&gt;

&lt;P&gt;It would be useful to have a better description of what should be removed from the XML.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 12:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39055#M1846</guid>
      <dc:creator>wsw70</dc:creator>
      <dc:date>2013-02-21T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to actually embed a view in an IFRAME?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39056#M1847</link>
      <description>&lt;P&gt;I updated the example in the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0beta/AdvancedDev/3rdParty"&gt;Embed Splunk dashboard elements...&lt;/A&gt; documentation to better describe what Splunk chrome is (modules for displaying default header information on dashboards). Also, the sample code now shows what to strip out.&lt;/P&gt;

&lt;P&gt;if you download and install the latest &lt;A href="http://splunk-base.splunk.com/apps/64805/splunk-dashboard-examples"&gt;Dashboard Examples app&lt;/A&gt;, you can find many working examples of simple XML and advanced XML, including an example illustrating IFrames.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 17:55:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-actually-embed-a-view-in-an-IFRAME/m-p/39056#M1847</guid>
      <dc:creator>vgenovese</dc:creator>
      <dc:date>2013-02-21T17:55:58Z</dc:date>
    </item>
  </channel>
</rss>

