<?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: Is there a way to include external javascript in a simple XML dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172814#M10697</link>
    <description>&lt;P&gt;The &lt;STRONG&gt;&lt;A href="http://dev.splunk.com/goto/devguide"&gt;Splunk Developer’s Guide&lt;/A&gt;&lt;/STRONG&gt;  and the accompanying &lt;A href="https://splunkbase.splunk.com/app/1934/"&gt;Splunk Reference App&lt;/A&gt;  might be helpful in answering your question.  A print version is available from &lt;A href="http://amzn.to/1fKa78u"&gt;Amazon.com&lt;/A&gt;.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/178i167A7879A3AE45D1/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It was designed by a Splunk dev team to help you learn how to build, test, and deploy apps. The reference app (named PAS) showcases proven practices using the Splunk Developer Platform and includes &lt;A href="https://github.com/splunk/splunk-ref-pas-code"&gt;code&lt;/A&gt; that you can download, reuse and even contribute to, code walkthroughs as well as the associated unit and acceptance &lt;A href="https://github.com/splunk/splunk-ref-pas-test"&gt;tests&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The featured example demonstrates how to monitor various document repositories (current and future). Managers and auditors can use the app to see who has viewed, modified, deleted, or downloaded documents or other artifacts from various sources, detect suspicious behaviors, and analyze trends.&lt;/P&gt;

&lt;P&gt;Currently an updated version is under development that will expand the functionality,, so even if it’s not relevant now you might want to keep checking to see what’s been added.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2015 21:37:24 GMT</pubDate>
    <dc:creator>rcorbisier_splu</dc:creator>
    <dc:date>2015-10-02T21:37:24Z</dc:date>
    <item>
      <title>Is there a way to include external javascript in a simple XML dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172811#M10694</link>
      <description>&lt;P&gt;Is there a way to include an external script in a simple XML dashboard?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:32:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172811#M10694</guid>
      <dc:creator>prashantjois</dc:creator>
      <dc:date>2015-01-05T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to include external javascript in a simple XML dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172812#M10695</link>
      <description>&lt;P&gt;i think in simple xml no but in advanced xml you can do this.&lt;BR /&gt;
&lt;A href="http://dev.splunk.com/view/webframework-splunkjsstack/SP-CAAAESV"&gt;http://dev.splunk.com/view/webframework-splunkjsstack/SP-CAAAESV&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 19:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172812#M10695</guid>
      <dc:creator>kml_uvce</dc:creator>
      <dc:date>2015-01-05T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to include external javascript in a simple XML dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172813#M10696</link>
      <description>&lt;P&gt;Yes you can include javascript in your simple xml dashboards and forms.  &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;All dashboards in an app will load dashboard.js from $SPLUNK_HOME/etc/apps//appserver/static/dashboard.js&lt;/LI&gt;
&lt;LI&gt;Also you can load other js files (csv) from your app ... will load $SPLUNK_HOME/etc/apps//appserver/static/myJs.js and $SPLUNK_HOME/etc/apps/otherapp/appserver/static/otherJs.js&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:32:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172813#M10696</guid>
      <dc:creator>melting</dc:creator>
      <dc:date>2020-09-28T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to include external javascript in a simple XML dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172814#M10697</link>
      <description>&lt;P&gt;The &lt;STRONG&gt;&lt;A href="http://dev.splunk.com/goto/devguide"&gt;Splunk Developer’s Guide&lt;/A&gt;&lt;/STRONG&gt;  and the accompanying &lt;A href="https://splunkbase.splunk.com/app/1934/"&gt;Splunk Reference App&lt;/A&gt;  might be helpful in answering your question.  A print version is available from &lt;A href="http://amzn.to/1fKa78u"&gt;Amazon.com&lt;/A&gt;.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/178i167A7879A3AE45D1/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It was designed by a Splunk dev team to help you learn how to build, test, and deploy apps. The reference app (named PAS) showcases proven practices using the Splunk Developer Platform and includes &lt;A href="https://github.com/splunk/splunk-ref-pas-code"&gt;code&lt;/A&gt; that you can download, reuse and even contribute to, code walkthroughs as well as the associated unit and acceptance &lt;A href="https://github.com/splunk/splunk-ref-pas-test"&gt;tests&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The featured example demonstrates how to monitor various document repositories (current and future). Managers and auditors can use the app to see who has viewed, modified, deleted, or downloaded documents or other artifacts from various sources, detect suspicious behaviors, and analyze trends.&lt;/P&gt;

&lt;P&gt;Currently an updated version is under development that will expand the functionality,, so even if it’s not relevant now you might want to keep checking to see what’s been added.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 21:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-include-external-javascript-in-a-simple-XML/m-p/172814#M10697</guid>
      <dc:creator>rcorbisier_splu</dc:creator>
      <dc:date>2015-10-02T21:37:24Z</dc:date>
    </item>
  </channel>
</rss>

