<?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 How to Integrate other  Visualisation tools in splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Integrate-other-Visualisation-tools-in-splunk/m-p/93404#M5085</link>
    <description>&lt;P&gt;Is it possible to integrate data visualization tools like Flot, Raphaël, D3 with splunk? Which other tools can be integrated to improve visualization? and how?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2013 06:16:51 GMT</pubDate>
    <dc:creator>kavyatim</dc:creator>
    <dc:date>2013-04-15T06:16:51Z</dc:date>
    <item>
      <title>How to Integrate other  Visualisation tools in splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Integrate-other-Visualisation-tools-in-splunk/m-p/93404#M5085</link>
      <description>&lt;P&gt;Is it possible to integrate data visualization tools like Flot, Raphaël, D3 with splunk? Which other tools can be integrated to improve visualization? and how?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 06:16:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Integrate-other-Visualisation-tools-in-splunk/m-p/93404#M5085</guid>
      <dc:creator>kavyatim</dc:creator>
      <dc:date>2013-04-15T06:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Integrate other  Visualisation tools in splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Integrate-other-Visualisation-tools-in-splunk/m-p/93405#M5086</link>
      <description>&lt;P&gt;You can certainly extend Splunk with custom visualizations from whatever librarys you wish to integrate (d3, rickshaw, three.js , google charts etc...), or maybe a commercial library or something you've written yourself.&lt;/P&gt;

&lt;P&gt;The  approaches I would consider :&lt;/P&gt;

&lt;P&gt;1) Create a &lt;A href="http://dev.splunk.com/view/app-framework-reference/SP-CAAAEE2"&gt;custom advanced XML module&lt;/A&gt; that you could then declare inside of your Splunk UI app form or view XML. &lt;A href="http://splunk-base.splunk.com/apps/77217/heatwave"&gt;Here's a good example of such an approach on SplunkBase&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;2) Create a standalone web app that &lt;A href="http://dev.splunk.com/view/javascript-sdk/SP-CAAAECM"&gt;uses the Splunk Javascript SDK&lt;/A&gt; from the browser to communicate with SplunkD (via a proxy to get around CORS issues) , and code the custom visualization logic in Javascript in the webpage sent to the browser.&lt;/P&gt;

&lt;P&gt;3) Use the any of our &lt;A href="http://dev.splunk.com/view/sdks/SP-CAAADP7"&gt;language SDKs&lt;/A&gt; in a web server to communicate with SplunkD , and code your custom UI javascript in the webpage sent to the browser.Comms between the browser and the web server might use web sockets even.&lt;/P&gt;

&lt;P&gt;4) Use the new &lt;A href="http://dev.splunk.com/view/app-framework/SP-CAAAEMA"&gt;Application Framework.&lt;/A&gt; to achieve options 2 and 3 in a much more rapid and integrated fashion , leveraging your Javascript and Python skills. &lt;A href="http://dev.splunk.com/view/SP-CAAAEN6"&gt;Here is a tutorial for adding a custom D3 visualization&lt;/A&gt; with the Application Framework.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 08:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-Integrate-other-Visualisation-tools-in-splunk/m-p/93405#M5086</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-04-16T08:02:37Z</dc:date>
    </item>
  </channel>
</rss>

