<?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: Multiple Iframes widgets cause weird behavior in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720971#M2324</link>
    <description>&lt;P&gt;Hi Yogesh,&lt;/P&gt;

&lt;P&gt;Please find attached couple of HAR files and JSON of the dashboard. Yes, this is a shared URL and it is reproducible even if I create new dashboard involving Iframe widgets.&lt;/P&gt;

&lt;P&gt;Note: Please remove the extension (.doc) from each of the files. The reason why I have added this extension is that the community portal doesn't support .har, .zip and .json file extensions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Singh&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 08:55:39 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2018-02-13T08:55:39Z</dc:date>
    <item>
      <title>Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720966#M2319</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have a dashboard which hosts 5 Iframe widgets and the URLs working in the background provides the status of some probes from a third party system. The problem I am facing with the dashboard is, "The output of the probes are getting mixed with each other in the widgets". The example is given below:&lt;/P&gt;

&lt;P&gt;Iframe Widget Name: Probe 1 (URL = &lt;A href="http://abc.com/probe1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe1&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe1.server1=ok&lt;/P&gt;
&lt;P&gt;probe1.server2=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Iframe Widget Name:&amp;nbsp;&lt;/SPAN&gt;Probe 2 (URL = &lt;A href="http://abc.com/probe2" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe2&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe2.server1=ok&lt;/P&gt;
&lt;P&gt;probe2.server3=ok&lt;/P&gt;
&lt;P&gt;probe2.server5=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Iframe Widget Name:&amp;nbsp;&lt;/SPAN&gt;Probe 3 (URL = &lt;A href="http://abc.com/probe3" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe3&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe3.server1=ok&lt;/P&gt;
&lt;P&gt;probe3.server2=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;and so on....&lt;/P&gt;
&lt;P&gt;But the actual result which I am getting in the dashboard is a random mix of the results:&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;Iframe Widget Name: Probe 1 (URL = &lt;A href="http://abc.com/probe1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe1&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe1.server1=ok&lt;/P&gt;
&lt;P&gt;probe2.server2=ok&lt;/P&gt;
&lt;P&gt;probe3.server2=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Iframe Widget Name:&amp;nbsp;&lt;/SPAN&gt;Probe 2 (URL = &lt;A href="http://abc.com/probe2" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe2&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe2.server1=ok&lt;/P&gt;
&lt;P&gt;probe3.server1=ok&lt;/P&gt;
&lt;P&gt;probe3.server2=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Iframe Widget Name:&amp;nbsp;&lt;/SPAN&gt;Probe 3 (URL = &lt;A href="http://abc.com/probe3" target="_blank" rel="nofollow noopener noreferrer"&gt;http://abc.com/probe3&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Status: OK&lt;/P&gt;
&lt;P&gt;probe1.server1=ok&lt;/P&gt;
&lt;P&gt;probe3.server2=ok&lt;/P&gt;
&lt;P&gt;***************************************&lt;/P&gt;

&lt;P&gt;and so on....&lt;/P&gt;

&lt;P&gt;In order to test this behavior, I have checked these 5 URLs in 5 different tabs of a browser but they work without any issues.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Want to check if anyone has faced such problem, Any help is appreciated. I have attached a document capturing the&amp;nbsp;output of Individual Iframe and the combined output when put together.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Singh&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 09:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720966#M2319</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-01-22T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720967#M2320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Mukesh,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Can you please share below details-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Screenshot of what you are seeing once you hit the url on the browser. Is it different from what you are seeing on the dashboard?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Screenshot of the configuration of an iFrame widget.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. Does it happens only when you create multiple iFrame widget? Can you try with only single widget and let us know how it goes.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yogesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 09:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720967#M2320</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-01-24T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720968#M2321</link>
      <description>Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.  Please see my response for your questions:&lt;BR /&gt;&lt;BR /&gt;1. Screenshot of expected Iframe widget  which should be same as that when executing in a browser is already attached to the original thread.&lt;BR /&gt;&lt;BR /&gt;2. I will send you screenshot of the widget configuration by tomorrow but just to let you know I just have the different target URLs configured for different widgets.&lt;BR /&gt;&lt;BR /&gt;3. Yes it happens only when I have more than 1 iframe widget on a dashboard. Only single Iframe widget each on different dashboards works fine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mukesh Singh</description>
      <pubDate>Tue, 30 Jan 2018 12:57:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720968#M2321</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-01-30T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720969#M2322</link>
      <description>&lt;P&gt;Hi Yogesh,&lt;/P&gt;

&lt;P&gt;As mentioned earlier, please find the screenshot of Iframe widget configurations and their result in browser.&lt;/P&gt;

&lt;P&gt;Please note that the widgets work fine when we click on their configuration, they load accurate result which is same as that of browser.&amp;nbsp; The moment we exit edit mode and put the dashboard to live mode, they start behaving weirdly.&lt;/P&gt;


&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Singh&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 03:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720969#M2322</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-02T03:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720970#M2323</link>
      <description>&lt;P&gt;Hi Mukesh,&lt;/P&gt;

&lt;P&gt;Please provide below details to check this further.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Can you please share har file once you see this issue on dashboard. &lt;A href="https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html#GeneratingHARfilesandAnalysingWebRequests-InternetExplorer" target="_blank" rel="nofollow noopener noreferrer"&gt;https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html#GeneratingHARfilesandAnalysingWebRequests-InternetExplorer&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Is this a shared dashboard?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Can you try to create a new dashboard and then check the behaviour?&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Please export the dashboard and share the .json file here.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yogesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 11:10:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720970#M2323</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-02-09T11:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720971#M2324</link>
      <description>&lt;P&gt;Hi Yogesh,&lt;/P&gt;

&lt;P&gt;Please find attached couple of HAR files and JSON of the dashboard. Yes, this is a shared URL and it is reproducible even if I create new dashboard involving Iframe widgets.&lt;/P&gt;

&lt;P&gt;Note: Please remove the extension (.doc) from each of the files. The reason why I have added this extension is that the community portal doesn't support .har, .zip and .json file extensions.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mukesh Singh&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 08:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720971#M2324</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-13T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720972#M2325</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Mukesh,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Can you please confirm if the url which you have configured in the iFrame widget does not dynamically changes. If it changes, then it should be expected.&amp;nbsp;Let us know if we&amp;nbsp;can have a screen sharing session to discuss this further.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yogesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 11:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720972#M2325</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-02-13T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720973#M2326</link>
      <description>Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;The URL doesn't change dynamically,  I confirm that.  It would be great if&lt;BR /&gt;we can have screen sharing tomorrow anytime as per your convenience.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mukesh Singh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:44:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720973#M2326</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-13T12:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720974#M2327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Mukesh,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Can we have a webex meeting tomorrow? Please let me know your few of the available time slots with the time zone to check the issue further.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yogesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 05:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720974#M2327</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-02-19T05:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720975#M2328</link>
      <description>Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;I will be in the office between 9:00 am to 3:00 pm, IST. Request you to&lt;BR /&gt;kindly let me know your availability so that I can make myself free for it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mukesh Singh&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720975#M2328</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-19T07:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Iframes widgets cause weird behavior</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720976#M2329</link>
      <description>&lt;P&gt;Hi Mukesh,&lt;/P&gt;

&lt;P&gt;This issue has been tracked as in internal zendesk&amp;nbsp;ticket.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 05:57:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Multiple-Iframes-widgets-cause-weird-behavior/m-p/720976#M2329</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2018-04-18T05:57:33Z</dc:date>
    </item>
  </channel>
</rss>

