<?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: How do I link an HTML doc into an XML View? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100501#M5596</link>
    <description>&lt;P&gt;Nope. I'm getting this error message: Splunk cannot find the "test1" view.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2012 20:43:23 GMT</pubDate>
    <dc:creator>michellecivil_l</dc:creator>
    <dc:date>2012-07-16T20:43:23Z</dc:date>
    <item>
      <title>How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100487#M5582</link>
      <description>&lt;P&gt;I'm trying to link an html page into a view.&lt;BR /&gt;
Any suggestions??&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100487#M5582</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100488#M5583</link>
      <description>&lt;P&gt;Yes,&lt;BR /&gt;&lt;BR /&gt;
Check the &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseHTML"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseHTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
You can use the ServerSideInclude Module if HTML is uploaded to $SPLUNK_HOME/etc/apps/yourapp/appserver/static folder or Iframe module if 3rd party website.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100488#M5583</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T17:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100489#M5584</link>
      <description>&lt;P&gt;Using the Server side include module, how do i actually link to the html doc? I placed it into the $SPLUNK_HOME/etc/apps/yourapp/appserver/static folder. Just not sure what line of code to actually write to reference this folder.&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 18:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100489#M5584</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T18:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100490#M5585</link>
      <description>&lt;P&gt;In the advanced XML view use:&lt;BR /&gt;&lt;BR /&gt;
&lt;VIEW&gt;&lt;BR /&gt;
  &lt;MODULE name="ServerSideInclude"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="src" /&gt;foo.html&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
&lt;/VIEW&gt;&lt;BR /&gt;
It looks in the appserver/static folder by default.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 18:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100490#M5585</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100491#M5586</link>
      <description>&lt;P&gt;I found the doc you were referring to (your link didnt work): &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseHTML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseHTML&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I followed all the steps, but ServerSideinclude doesn't seem to be working...&lt;BR /&gt;
I added a separate html page to my $SPLUNK_HOME/etc/apps/yourapp/appserver/static folder...&lt;BR /&gt;
then added a xml page in SPLUNK_HOME/etc/apps/&lt;APPNAME&gt;/default/data/ui/views/&lt;VIEW_NAME&gt;.xml with:&lt;BR /&gt;
&lt;VIEW&gt; &lt;BR /&gt;
&lt;MODULE name="ServerSideInclude"&gt; &lt;BR /&gt;
&lt;OBJECT&gt;&lt;PARAM name="src" /&gt;foo.html &lt;BR /&gt;
&lt;/OBJECT&gt;&lt;/MODULE&gt; &lt;/VIEW&gt;&lt;/VIEW_NAME&gt;&lt;/APPNAME&gt;&lt;/P&gt;

&lt;P&gt;and still im getting nothing.&lt;/P&gt;

&lt;P&gt;I've tried and re tried, really not sure of whats going on.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100491#M5586</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2020-09-28T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100492#M5587</link>
      <description>&lt;P&gt;Try this...&lt;BR /&gt;&lt;BR /&gt;
Clear your browser cache.&lt;BR /&gt;&lt;BR /&gt;
Then to to &lt;A href="http://yoursplunk:"&gt;http://yoursplunk:&lt;/A&gt; 8000/_bump&lt;BR /&gt;
Bump up static version.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100492#M5587</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T19:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100493#M5588</link>
      <description>&lt;P&gt;Still Nothing.&lt;BR /&gt;
And its strange because written here  ( &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/ModuleReference#ServerSideInclude"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/ModuleReference#ServerSideInclude&lt;/A&gt; ) it says that "if the resource can't be found, a simple message inline is displayed."&lt;BR /&gt;
only... I am not getting any error message at all. simply nothing is showing up&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100493#M5588</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T19:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100494#M5589</link>
      <description>&lt;P&gt;Can you post your XML here? As well as your HTML file?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100494#M5589</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100495#M5590</link>
      <description>&lt;P&gt;1234.html&lt;BR /&gt;
&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;&lt;TITLE&gt;1234&lt;/TITLE&gt;&lt;BR /&gt;
&lt;LINK rel="stylesheet" type="text/css" href="https://community.splunk.com/1234.css" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
    &lt;NAV&gt; Hello Humans. This is my example Dashboard. WHY wont it work??&lt;BR /&gt;
    &lt;/NAV&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;h1&amp;gt; NOTE*
I need for it to work!
&amp;lt;/h1&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
 &lt;/P&gt;

&lt;P&gt;1234.css&lt;BR /&gt;
nav{&lt;BR /&gt;
    color:000000;&lt;BR /&gt;
    font-size:18px;&lt;BR /&gt;
    text-decoration:blink;&lt;BR /&gt;
    }&lt;/P&gt;

&lt;P&gt;h1 {&lt;BR /&gt;
    font-size: 12px;&lt;BR /&gt;
    color:#EE3B3B;&lt;BR /&gt;
    }&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100495#M5590</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100496#M5591</link>
      <description>&lt;P&gt;test1.xml (located under SPLUNK_HOME/etc/apps/&lt;APPNAME&gt;/default/data/ui/views/&lt;VIEW_NAME&gt;.xml)&lt;BR /&gt;
&lt;VIEW&gt;&lt;BR /&gt;
  &lt;MODULE name="ServerSideInclude"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="src" /&gt;1234.html&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
&lt;/VIEW&gt;&lt;/VIEW_NAME&gt;&lt;/APPNAME&gt;&lt;/P&gt;

&lt;P&gt;&amp;amp; XML located in under manager in splunk views&lt;/P&gt;

&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;
&lt;VIEW template="dashboard.html" stylesheet="ex.css"&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Summary&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;MODULE name="AccountBar" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="AppBar" layoutpanel="navigationHeader"&gt;&lt;/MODULE&gt;&lt;/VIEW&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100496#M5591</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2020-09-28T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100497#M5592</link>
      <description>&lt;P&gt;Ah, you're including your own style sheet. Did you restart Splunk web?&lt;BR /&gt;
Have you checked out:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseCSS"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/UseCSS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
Testing your code now.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100497#M5592</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100498#M5593</link>
      <description>&lt;P&gt;I actually did see that, I currently have an application.css for my app, but for this view i wanted to refrence a seperate css page to the html because the page says " If you've added a web resource, import the CSS file into your HTML."&lt;BR /&gt;
Thank you again for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100498#M5593</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T19:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100499#M5594</link>
      <description>&lt;P&gt;Currently I'm just looking to make this view work with the html, because later i will be adding image maps and charts and things, and i need to use html to make hotspots work.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 19:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100499#M5594</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T19:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100500#M5595</link>
      <description>&lt;P&gt;See if this much works: &lt;BR /&gt;
&lt;VIEW template="dashboard.html"&gt;&lt;BR /&gt;
  &lt;LABEL&gt;Summary&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;MODULE name="AccountBar" layoutpanel="appHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="AppBar" layoutpanel="navigationHeader"&gt;&lt;/MODULE&gt;&lt;BR /&gt;
  &lt;MODULE name="ServerSideInclude" layoutpanel="panel_row1_col1"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="src" /&gt;1234.html&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
&lt;/VIEW&gt;&lt;BR /&gt;
Make sure you note attribute names are case sensitive and all modules must have a layoutPanel location.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100500#M5595</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T20:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100501#M5596</link>
      <description>&lt;P&gt;Nope. I'm getting this error message: Splunk cannot find the "test1" view.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100501#M5596</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-16T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100502#M5597</link>
      <description>&lt;P&gt;OOPs my bad should have layoutPanel ...upper case "P".&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100502#M5597</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-16T20:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100503#M5598</link>
      <description>&lt;P&gt;Yup!! It works. Thank you very much!!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2012 13:42:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100503#M5598</guid>
      <dc:creator>michellecivil_l</dc:creator>
      <dc:date>2012-07-17T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I link an HTML doc into an XML View?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100504#M5599</link>
      <description>&lt;P&gt;You're Welcome!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2012 22:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-link-an-HTML-doc-into-an-XML-View/m-p/100504#M5599</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2012-07-17T22:18:47Z</dc:date>
    </item>
  </channel>
</rss>

