<?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: Embedding HTML dashboard into XML dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393612#M25744</link>
    <description>&lt;P&gt;@pgadhari were you able to try the above solution?&lt;/P&gt;</description>
    <pubDate>Sat, 11 Apr 2020 13:32:19 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-04-11T13:32:19Z</dc:date>
    <item>
      <title>Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393607#M25739</link>
      <description>&lt;P&gt;I have a HTML dashboard which I created using Images. Now, I want to show that dashboard in my XML dashboard in the same app, where my XML dashboard is there. &lt;/P&gt;

&lt;P&gt;My XML dashboard has 3 tabs, and I have to create the 4th tab (using tabs.js) and want to show the HTML dashboard in that. How can I achieve this ? Attaching the screenshot for the reference.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7350iC1C5B3DC96BED6BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Basically, my HTML dashboard is created based on my below question asked :&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/757986/how-to-drilldown-from-panel-having-image-to-other.html"&gt;https://answers.splunk.com/answers/757986/how-to-drilldown-from-panel-having-image-to-other.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 05:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393607#M25739</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2019-07-21T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393608#M25740</link>
      <description>&lt;P&gt;@pgadhari seems like what you have done with html dashboard can also be done with Simple XML. Any specific reason for choosing html dashboard?&lt;/P&gt;

&lt;P&gt;If you keep panels to Simple XML you can also implment tabs in Splunk Dashboard using Simple XML JS/CSS extension.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 05:34:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393608#M25740</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-07-21T05:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393609#M25741</link>
      <description>&lt;P&gt;@niketnilay - I was not sure of whether it can be done with simple XML. I got the answer that I need to convert the dashboard to HTML and then use the show &amp;amp; hide function to show the panels based on the clicks. Can you show me how it can be done with simple XML ?&lt;/P&gt;

&lt;P&gt;Please go through my previous question:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/757986/how-to-drilldown-from-panel-having-image-to-other.html"&gt;https://answers.splunk.com/answers/757986/how-to-drilldown-from-panel-having-image-to-other.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 05:38:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393609#M25741</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2019-07-21T05:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393610#M25742</link>
      <description>&lt;P&gt;@pgadhari try something like the following run anywhere example. I have kept this simple for explanation so you can improve the JS to have a loop for setting and un-setting tokens.&lt;/P&gt;

&lt;P&gt;The Simple XML Dashboard has images ( &lt;CODE&gt;&amp;lt;img&amp;gt;&lt;/CODE&gt; ) inside &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt;. The jQuery selector is used to identify the image clicked in Simple XML JS Extension and using SplunkJS stack it is used set/unset the required token/s.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7348i4C5339CFD2E8F71A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Following is the Simple XML Dashboard code&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard script="image_click_handler.js"&amp;gt;
  &amp;lt;label&amp;gt;Panel with image for drilldown&amp;lt;/label&amp;gt;
  &amp;lt;init&amp;gt;
    &amp;lt;set token="tokImgSrc"&amp;gt;http://pngimg.com/uploads/server/server_PNG46.png&amp;lt;/set&amp;gt;
    &amp;lt;set token="tokImgDtlSrc"&amp;gt;https://www.groundreport.com/wp-content/uploads/2017/02/server-rack-colocation1.png&amp;lt;/set&amp;gt;
  &amp;lt;/init&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel id="html_panel1"&amp;gt;
      &amp;lt;title&amp;gt;Panel 1&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display: flex;justify-content: center;"&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;title&amp;gt;Panel 1&amp;lt;/title&amp;gt;
          &amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;img id="html_img1" class="click-image" style="height: 150px;cursor:pointer;" src="$tokImgSrc$"/&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="html_panel2"&amp;gt;
      &amp;lt;title&amp;gt;Panel 2&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display: flex;justify-content: center;"&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;title&amp;gt;Panel 2&amp;lt;/title&amp;gt;
          &amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;img id="html_img2" class="click-image" style="height: 150px;cursor:pointer;" src="$tokImgSrc$"/&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="html_panel3"&amp;gt;
      &amp;lt;title&amp;gt;Panel 3&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display: flex;justify-content: center;"&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;title&amp;gt;Panel 3&amp;lt;/title&amp;gt;
          &amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;img id="html_img3" class="click-image" style="height: 150px;cursor:pointer;" src="$tokImgSrc$"/&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="html_panel4"&amp;gt;
      &amp;lt;title&amp;gt;Panel 4&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display: flex;justify-content: center;"&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;title&amp;gt;Panel 4&amp;lt;/title&amp;gt;
          &amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;img id="html_img4" class="click-image" style="height: 150px;cursor:pointer;" src="$tokImgSrc$"/&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="html_panel5"&amp;gt;
      &amp;lt;title&amp;gt;Panel 5&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display: flex;justify-content: center;"&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;title&amp;gt;Panel 5&amp;lt;/title&amp;gt;
          &amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;
            &amp;lt;img id="html_img5" class="click-image" style="height: 150px;cursor:pointer;" src="$tokImgSrc$"/&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right"&amp;gt;
          &amp;lt;a target="_blank" href="http://pngimg.com/download/25954"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokHtmlDtlImg1$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Panel 1 Detail&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display:flex; justify-content:center;"&amp;gt;
          &amp;lt;img style="width: 100%; height:300px" src="$tokImgDtlSrc$"/&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right;"&amp;gt;
          &amp;lt;a target="_blank" href="https://www.groundreport.com/selecting-right-colocation-provider-points-consider"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokHtmlDtlImg2$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Panel 2 Detail&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display:flex; justify-content:center;"&amp;gt;
          &amp;lt;img style="width: 100%; height:300px" src="$tokImgDtlSrc$"/&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right;"&amp;gt;
          &amp;lt;a target="_blank" href="https://www.groundreport.com/selecting-right-colocation-provider-points-consider"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokHtmlDtlImg3$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Panel 3 Detail&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display:flex; justify-content:center;"&amp;gt;
          &amp;lt;img style="width: 100%; height:300px" src="$tokImgDtlSrc$"/&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right;"&amp;gt;
          &amp;lt;a target="_blank" href="https://www.groundreport.com/selecting-right-colocation-provider-points-consider"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokHtmlDtlImg4$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Panel 4 Detail&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display:flex; justify-content:center;"&amp;gt;
          &amp;lt;img style="width: 100%; height:300px" src="$tokImgDtlSrc$"/&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right;"&amp;gt;
          &amp;lt;a target="_blank" href="https://www.groundreport.com/selecting-right-colocation-provider-points-consider"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokHtmlDtlImg5$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Panel 5 Detail&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="display:flex; justify-content:center;"&amp;gt;
          &amp;lt;img style="width: 100%; height:300px" src="$tokImgDtlSrc$"/&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div style="float:right;"&amp;gt;
          &amp;lt;a target="_blank" href="https://www.groundreport.com/selecting-right-colocation-provider-points-consider"&amp;gt;This Photo&amp;lt;/a&amp;gt; by Unknown Author is licensed under &amp;lt;a target="_blank" href="https://creativecommons.org/licenses/by-nc/3.0/"&amp;gt;CC BY-NC&amp;lt;/a&amp;gt;
        &amp;lt;/div&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;Following is the JS file &lt;CODE&gt;image_click_handler.js&lt;/CODE&gt; required to enable image click handling to set/unset tokens:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;require(["jquery",
    "splunkjs/mvc",
    "splunkjs/mvc/simplexml/ready!"
], function ($, mvc) {
    console.log("Inside Image Click Handler");
    var submittedTokenModel = mvc.Components.get("submitted");
    var defaultTokenModel = mvc.Components.get("default");
    $(document).on('click', 'div[id^="html_panel"] .click-image', function () {
        console.log("HTML Panel Image clicked");
        var strClickedImgID= $(this).attr("id");
        console.log("strClickedImgID:",strClickedImgID);
        switch (strClickedImgID) {
          case "html_img1":
            defaultTokenModel.set("tokHtmlDtlImg1", "true");
            submittedTokenModel.set("tokHtmlDtlImg1", "true");
            defaultTokenModel.unset("tokHtmlDtlImg2");
            submittedTokenModel.unset("tokHtmlDtlImg2");
            defaultTokenModel.unset("tokHtmlDtlImg3");
            submittedTokenModel.unset("tokHtmlDtlImg3");
            defaultTokenModel.unset("tokHtmlDtlImg4");
            submittedTokenModel.unset("tokHtmlDtlImg4");
            defaultTokenModel.unset("tokHtmlDtlImg5");
            submittedTokenModel.unset("tokHtmlDtlImg5");
            break;
          case "html_img2":
            defaultTokenModel.unset("tokHtmlDtlImg1");
            submittedTokenModel.unset("tokHtmlDtlImg1");
            defaultTokenModel.set("tokHtmlDtlImg2", "true");
            submittedTokenModel.set("tokHtmlDtlImg2", "true");
            defaultTokenModel.unset("tokHtmlDtlImg3");
            submittedTokenModel.unset("tokHtmlDtlImg3");
            defaultTokenModel.unset("tokHtmlDtlImg4");
            submittedTokenModel.unset("tokHtmlDtlImg4");
            defaultTokenModel.unset("tokHtmlDtlImg5");
            submittedTokenModel.unset("tokHtmlDtlImg5");
            break;
          case "html_img3":
            defaultTokenModel.unset("tokHtmlDtlImg1");
            submittedTokenModel.unset("tokHtmlDtlImg1");
            defaultTokenModel.unset("tokHtmlDtlImg2");
            submittedTokenModel.unset("tokHtmlDtlImg2");
            defaultTokenModel.set("tokHtmlDtlImg3", "true");
            submittedTokenModel.set("tokHtmlDtlImg3", "true");
            defaultTokenModel.unset("tokHtmlDtlImg4");
            submittedTokenModel.unset("tokHtmlDtlImg4");
            defaultTokenModel.unset("tokHtmlDtlImg5");
            submittedTokenModel.unset("tokHtmlDtlImg5");
            break;
          case "html_img4":
            defaultTokenModel.unset("tokHtmlDtlImg1");
            submittedTokenModel.unset("tokHtmlDtlImg1");
            defaultTokenModel.unset("tokHtmlDtlImg2");
            submittedTokenModel.unset("tokHtmlDtlImg2");
            defaultTokenModel.unset("tokHtmlDtlImg3");
            submittedTokenModel.unset("tokHtmlDtlImg3");
            defaultTokenModel.set("tokHtmlDtlImg4", "true");
            submittedTokenModel.set("tokHtmlDtlImg4", "true");
            defaultTokenModel.unset("tokHtmlDtlImg5");
            submittedTokenModel.unset("tokHtmlDtlImg5");
            break;
          case "html_img5":
            defaultTokenModel.unset("tokHtmlDtlImg1");
            submittedTokenModel.unset("tokHtmlDtlImg1");
            defaultTokenModel.unset("tokHtmlDtlImg2");
            submittedTokenModel.unset("tokHtmlDtlImg2");
            defaultTokenModel.unset("tokHtmlDtlImg3");
            submittedTokenModel.unset("tokHtmlDtlImg3");
            defaultTokenModel.unset("tokHtmlDtlImg4");
            submittedTokenModel.unset("tokHtmlDtlImg4");
            defaultTokenModel.set("tokHtmlDtlImg5", "true");
            submittedTokenModel.set("tokHtmlDtlImg5", "true");
            break;
          default:
            defaultTokenModel.unset("tokHtmlDtlImg1");
            submittedTokenModel.unset("tokHtmlDtlImg1");
            defaultTokenModel.unset("tokHtmlDtlImg2");
            submittedTokenModel.unset("tokHtmlDtlImg2");
            defaultTokenModel.unset("tokHtmlDtlImg3");
            submittedTokenModel.unset("tokHtmlDtlImg3");
            defaultTokenModel.unset("tokHtmlDtlImg4");
            submittedTokenModel.unset("tokHtmlDtlImg4");
            defaultTokenModel.unset("tokHtmlDtlImg5");
            submittedTokenModel.unset("tokHtmlDtlImg5");
        }
    });
});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 21 Jul 2019 10:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393610#M25742</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-07-21T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393611#M25743</link>
      <description>&lt;P&gt;Thanks. I will try this out and revert back.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 11:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393611#M25743</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2019-07-21T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393612#M25744</link>
      <description>&lt;P&gt;@pgadhari were you able to try the above solution?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 13:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393612#M25744</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-11T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393613#M25745</link>
      <description>&lt;P&gt;@niketnilay - No, I did not tried it as this project was on hold for sometime. Next week I will try it as I have to kick off this again and it has to be started. Thanks for  your support and answer. I will get back in case of any issues. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 18:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393613#M25745</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-04-11T18:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393614#M25746</link>
      <description>&lt;P&gt;@pgadhari also wanted you to check out one of other answers with a Table Tile based approach which is purely Simple XML with CSS override and does not require JS Extension if that is your requirement: &lt;A href="https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html#answer-816673"&gt;https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html#answer-816673&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 20:53:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393614#M25746</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-11T20:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393615#M25747</link>
      <description>&lt;P&gt;@niketnilay - Sure I will check that out. &lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 04:45:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393615#M25747</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-04-12T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393616#M25748</link>
      <description>&lt;P&gt;@pgadhari please upvote the other answer if worked for you. Also accept this answer if your issue is resolved! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 18:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393616#M25748</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-20T18:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding HTML dashboard into XML dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393617#M25749</link>
      <description>&lt;P&gt;@niketnilay - sure I will accept the answer. Actually, one more thing, I am working on creating new landing page for our splunk environment. Hence, I will need some help on JS and CSS stuff, would request you to extend your help in case i face any issues in that. I will open new question on that shortly. &lt;/P&gt;

&lt;P&gt;thanks again for all your support.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 10:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Embedding-HTML-dashboard-into-XML-dashboard/m-p/393617#M25749</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-04-25T10:17:31Z</dc:date>
    </item>
  </channel>
</rss>

