<?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 Html output in splunk dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473330#M45782</link>
    <description>&lt;P&gt;In my splunk dashboard, I want to call a webpage and display the output of the webpage in my dashboard. &lt;BR /&gt;
When I go to the link, it displays a long text and I want to see the text in the dashboard. how can I accomplish this ?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 05:46:11 GMT</pubDate>
    <dc:creator>balash1979</dc:creator>
    <dc:date>2019-09-06T05:46:11Z</dc:date>
    <item>
      <title>Html output in splunk dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473330#M45782</link>
      <description>&lt;P&gt;In my splunk dashboard, I want to call a webpage and display the output of the webpage in my dashboard. &lt;BR /&gt;
When I go to the link, it displays a long text and I want to see the text in the dashboard. how can I accomplish this ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 05:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473330#M45782</guid>
      <dc:creator>balash1979</dc:creator>
      <dc:date>2019-09-06T05:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Html output in splunk dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473331#M45783</link>
      <description>&lt;P&gt;@balash1979 ,&lt;/P&gt;

&lt;P&gt;Try using iframe&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;dashboard&amp;gt;
       &amp;lt;label&amp;gt;URLs in Iframe&amp;lt;/label&amp;gt;
       &amp;lt;row&amp;gt;
         &amp;lt;html&amp;gt;

           &amp;lt;body&amp;gt;
             &amp;lt;iframe src="URL of your webpage" width="100%" height="300"&amp;gt;
             &amp;lt;/iframe&amp;gt;
           &amp;lt;/body&amp;gt;
         &amp;lt;/html&amp;gt;
       &amp;lt;/row&amp;gt;
     &amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/768900/drilldown-to-url-to-display-in-iframe.html#answer-769679"&gt;https://answers.splunk.com/answers/768900/drilldown-to-url-to-display-in-iframe.html#answer-769679&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 10:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473331#M45783</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-09-06T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Html output in splunk dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473332#M45784</link>
      <description>&lt;P&gt;From the browser, i am our hitting api. If the put the same url in splunk under the iframe src link, i get "refused to connect". Do i have to do anything special in the code above ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 13:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473332#M45784</guid>
      <dc:creator>balash1979</dc:creator>
      <dc:date>2019-09-06T13:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Html output in splunk dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473333#M45785</link>
      <description>&lt;P&gt;Most probably the URL you are trying to connect does not accept a connection from iFrame&lt;BR /&gt;
&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy"&gt;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If it's owned by you, then probably you can adjust the settings and if not, you might need to index the data from API and visualize it&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 13:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473333#M45785</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-09-06T13:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Html output in splunk dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473334#M45786</link>
      <description>&lt;P&gt;It is owned by IT in my company. is indexing the data from API can be done in splunk code ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 13:52:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Html-output-in-splunk-dashboard/m-p/473334#M45786</guid>
      <dc:creator>balash1979</dc:creator>
      <dc:date>2019-09-06T13:52:30Z</dc:date>
    </item>
  </channel>
</rss>

