<?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: Include third party visualizations in the app bundle itself in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492446#M60623</link>
    <description>&lt;P&gt;Perhaps that visualisation js is open source, can you find the original online?&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 12:20:37 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2020-05-08T12:20:37Z</dc:date>
    <item>
      <title>Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492443#M60620</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;I found this &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;https://splunkbase.splunk.com/app/3120/&lt;/A&gt; visualization useful which is built by Splunk but the problem is it comes as a separate app. I want to include it in the app bundle itself. I checked the license and its MIT. I am not sure if we can just copy it in the app bundle itself or not. If we can then what will be the steps to do so.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Harsh&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 07:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492443#M60620</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2020-05-08T07:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492444#M60621</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;https://splunkbase.splunk.com/app/3120/&lt;/A&gt; or Timeline - Custom Visualization is under the Splunk Software License Agreement.&lt;/P&gt;

&lt;P&gt;You could log a support ticke to clarify as it is splunk supported but from a quick read of the Splunk license, my interpretation is that you would not be allowed to re-distribute an app with this visualisation bundled inside.&lt;BR /&gt;
What you can do is recommend that the visualisation be installed when your particular app is installed...&lt;/P&gt;

&lt;P&gt;Happy to be corrected on this...&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 11:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492444#M60621</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-05-08T11:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492445#M60622</link>
      <description>&lt;P&gt;Ok, I don't want to bundle it as the whole app and distribute but can we use the code that resides under appserver/statistics/visualizations directory. Also, where in package.json I found license mentioned as MIT.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 12:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492445#M60622</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2020-05-08T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492446#M60623</link>
      <description>&lt;P&gt;Perhaps that visualisation js is open source, can you find the original online?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 12:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492446#M60623</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-05-08T12:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492447#M60624</link>
      <description>&lt;P&gt;visualization.js gets bundled by webpack. the source is available right there in the src directory at the same level. They have used d3.js.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 12:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492447#M60624</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2020-05-08T12:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Include third party visualizations in the app bundle itself</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492448#M60625</link>
      <description>&lt;P&gt;I'm wondering if the MIT license is from &lt;A href="https://github.com/jiahuang/d3-timeline"&gt;https://github.com/jiahuang/d3-timeline&lt;/A&gt; but you could ask via a support case&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 03:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Include-third-party-visualizations-in-the-app-bundle-itself/m-p/492448#M60625</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-05-09T03:30:57Z</dc:date>
    </item>
  </channel>
</rss>

