<?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: Enabling splunk cloud iframe in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759970#M12112</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;We currently maintain several dashboards in Datadog that provide real-time visibility into our systems. Our requirement is to integrate these Datadog dashboards into Splunk Cloud so that users can access them seamlessly within the Splunk interface, without losing any live data capabilities or interactivity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We initially explored embedding the dashboards using an iFrame approach. However, we understand that Splunk Cloud enforces restrictions on iFrame usage by default, which limits this option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Our primary objective is to display Datadog dashboards within Splunk Cloud “as-is,” preserving real-time data updates, visualizations, and user interactions, rather than recreating or duplicating the dashboards in Splunk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We are open to alternative approaches that can achieve this integration, such as secure embedding methods, API-based integrations, or any supported mechanisms within Splunk Cloud that allow external dashboards to be surfaced while maintaining live data fidelity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We would appreciate guidance on feasible solutions or best practices to achieve this requirement.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 08:16:55 GMT</pubDate>
    <dc:creator>Shruti</dc:creator>
    <dc:date>2026-04-07T08:16:55Z</dc:date>
    <item>
      <title>Enabling splunk cloud iframe</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759615#M12107</link>
      <description>&lt;P&gt;The use case is such that we want to integrate the Datadog dashboard into splunkcloud using iframe feature. However by default splunk restricts the iframe option. Can we enable that feature or use any other alternative for the provided use case.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 09:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759615#M12107</guid>
      <dc:creator>shoaibalimir</dc:creator>
      <dc:date>2026-03-24T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling splunk cloud iframe</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759655#M12108</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263698"&gt;@shoaibalimir&lt;/a&gt;&amp;nbsp;- You can enable in your $SPLUNK_HOME/etc/system/local/web.conf config file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.2/configuration-file-reference/10.2.0-configuration-file-reference/web.conf" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/10.2/configuration-file-reference/10.2.0-configuration-file-reference/web.conf&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dashboard_html_allow_embeddable_content = &amp;lt;boolean&amp;gt;
* Whether or not to allow &amp;lt;embed&amp;gt; and &amp;lt;iframe&amp;gt; HTML elements in dashboards.
* If set to "true", &amp;lt;embed&amp;gt; and &amp;lt;iframe&amp;gt; HTML elements in dashboards will not be removed
  and can lead to a potential security risk.
* If set to the default value of "false", &amp;lt;embed&amp;gt; and &amp;lt;iframe&amp;gt; HTML elements will be stripped
  from the dashboard HTML.
* Default: false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some related options in web.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dashboard_html_wrap_embed = &amp;lt;boolean&amp;gt;
* Whether or not to wrap &amp;lt;embed&amp;gt; HTML elements in dashboards with an &amp;lt;iframe&amp;gt;.
* If set to "false", &amp;lt;embed&amp;gt; HTML elements in dashboards will not be wrapped, leading to
  a potential security risk.
* If set to "true", &amp;lt;embed&amp;gt; HTML elements will be wrapped by an &amp;lt;iframe sandbox&amp;gt; element to help
  mitigate potential security risks.
* Default: true

dashboard_html_allow_iframes = &amp;lt;boolean&amp;gt;
* Whether or not to allow iframes from HTML elements in dashboards.
* If "false", iframes from HTML elements in dashboards will be removed to prevent
  potential attacks.
* Default: true

dashboard_html_allowed_domains = &amp;lt;comma-separated list&amp;gt;
* A list of allowed domains for inline iframe element
  source ('&amp;lt;iframe src="&amp;lt;URL&amp;gt;"&amp;gt;') attributes in dashboards.
* If the domain for an &amp;lt;iframe&amp;gt; src attribute is not an allowed
  domain, the Simple XML dashboard adds the 'sandbox' attribute to
  the &amp;lt;iframe&amp;gt;, which further restricts the content within the &amp;lt;iframe&amp;gt;
  by treating it as coming from a unique origin. Simple XML dashboards
  will allow &amp;lt;iframe&amp;gt; src attributes by default if the src is the same
  hostname and port number as the Splunk Web server's hostname and port number.
* You can specify these domains as a hostname or an IPV4 address or an IPV6 address.
* You can configure a hostname as a full name or with a wildcard
  to allow for any subdomains. For example, *.example.com would
  allow for any subdomain of example.com as well as example.com itself.
* You can specify an IPV4 address as an exact address or:
  * You can use an asterisk to specify a wildcard (Example: 192.168.1.*).
    Asterisks allow for any address within that byte segment.
  * You can use a dash to specify a range of addresses (Example: 192.168.1.1-99).
    Dashes will only match IP addresses within that range.
* You can specify an IPV6 address either as an exact address or with
  a subnet mask. If you specify a subnet mask, any IPV6 address within
  the subnet will be an allowed domain.
* You can specify a port number for any of the domains. If you do, the '&amp;lt;iframe src&amp;gt;'
  must match the port number as well.
* Additional configuration examples:
  * Hostname: docs.splunk.com, *.splunk.com
  * IPV4: 127.0.0.1, 127.0.0.*, 127.0-10.0.*, 127.0.0.1:8000
  * IPV6: ::1, [::1]:8000, 2001:db8:abcd:12::, 2001:db8::/32
* Default: not set&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 15:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759655#M12108</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2026-03-25T15:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling splunk cloud iframe</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759925#M12110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apologies for the delayed response, I checked the response, but we are kind of looking for implementing this on Splunk Cloud. Apologies for the miscommunication if arosed from this.&lt;/P&gt;&lt;P&gt;Is there any other alternatives apart from iFrames, we are happy to explore that as well.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 05:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759925#M12110</guid>
      <dc:creator>shoaibalimir</dc:creator>
      <dc:date>2026-04-06T05:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling splunk cloud iframe</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759947#M12111</link>
      <description>&lt;P&gt;@shoaibalimir&amp;nbsp;wrote:&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; but we are kind of looking for implementing this on Splunk Cloud.&lt;BR /&gt;&lt;BR /&gt;Dear&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263698"&gt;@shoaibalimir&lt;/a&gt;&amp;nbsp;, Could you pls update us more details about "implmenting this on Splunk Cloud"&lt;/P&gt;&lt;P&gt;Are you looking to implement the iframe on Splunk Cloud Classic Dashboard or Dashboard Studio or report / alert / emails, pls provide more details, thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 19:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759947#M12111</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2026-04-06T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling splunk cloud iframe</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759970#M12112</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;We currently maintain several dashboards in Datadog that provide real-time visibility into our systems. Our requirement is to integrate these Datadog dashboards into Splunk Cloud so that users can access them seamlessly within the Splunk interface, without losing any live data capabilities or interactivity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We initially explored embedding the dashboards using an iFrame approach. However, we understand that Splunk Cloud enforces restrictions on iFrame usage by default, which limits this option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Our primary objective is to display Datadog dashboards within Splunk Cloud “as-is,” preserving real-time data updates, visualizations, and user interactions, rather than recreating or duplicating the dashboards in Splunk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We are open to alternative approaches that can achieve this integration, such as secure embedding methods, API-based integrations, or any supported mechanisms within Splunk Cloud that allow external dashboards to be surfaced while maintaining live data fidelity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We would appreciate guidance on feasible solutions or best practices to achieve this requirement.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 08:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Enabling-splunk-cloud-iframe/m-p/759970#M12112</guid>
      <dc:creator>Shruti</dc:creator>
      <dc:date>2026-04-07T08:16:55Z</dc:date>
    </item>
  </channel>
</rss>

