<?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 Splunk App Packaging in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160126#M72471</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;For my project I have created Dashboard and Alerts. My question is how can I package my dashboards and alerts in splunk app, so that when user installs my splunk app from zip file then dashboards and alerts will be automatically configured and installed.&lt;/P&gt;

&lt;P&gt;Thanks And Regards&lt;BR /&gt;
Hitesh&lt;/P&gt;</description>
    <pubDate>Sun, 12 Oct 2014 07:49:43 GMT</pubDate>
    <dc:creator>hitesh_pawar</dc:creator>
    <dc:date>2014-10-12T07:49:43Z</dc:date>
    <item>
      <title>Splunk App Packaging</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160126#M72471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;For my project I have created Dashboard and Alerts. My question is how can I package my dashboards and alerts in splunk app, so that when user installs my splunk app from zip file then dashboards and alerts will be automatically configured and installed.&lt;/P&gt;

&lt;P&gt;Thanks And Regards&lt;BR /&gt;
Hitesh&lt;/P&gt;</description>
      <pubDate>Sun, 12 Oct 2014 07:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160126#M72471</guid>
      <dc:creator>hitesh_pawar</dc:creator>
      <dc:date>2014-10-12T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App Packaging</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160127#M72472</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
you can package the folder in you etc/apps directory as zip and then share it with the other users. You can also use the splunk rest endpoint to package an app as a .spl file. If i remember correctly, you can use this in your searchbar:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/apps/local/&amp;lt;appname&amp;gt;/package
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You have to substitude  by the appname of the app you want to package. You can find the .spl file in the \etc\system\static\app-packages directory if everything runs as expected. Other useres then can use the "install app from file" option from the Splunk web ui to install the app.&lt;/P&gt;

&lt;P&gt;Always remember to check the permissions of all objects in your app. If an object is for example only private, it won't be packed in your app.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 11:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160127#M72472</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2014-10-13T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App Packaging</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160128#M72473</link>
      <description>&lt;P&gt;From the command line, run&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; splunk package app &amp;lt;myapp&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Oct 2014 21:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160128#M72473</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2014-10-13T21:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App Packaging</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160129#M72474</link>
      <description>&lt;P&gt;If I go by this approach will dashboards and alerts will also be packaged. As when I tried to install app from zip file of my app the dashboards and alerts were not imported.&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Hitesh&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 07:41:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160129#M72474</guid>
      <dc:creator>hitesh_pawar</dc:creator>
      <dc:date>2014-10-14T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App Packaging</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160130#M72475</link>
      <description>&lt;P&gt;If there are items missing, you probably have them set as private. &lt;BR /&gt;
Go to &lt;CODE&gt;settings&lt;/CODE&gt;  &lt;CODE&gt;All configurations&lt;/CODE&gt;  chose your app from the dropdown and check on &lt;CODE&gt;Show only objects created in this app context&lt;/CODE&gt;.&lt;BR /&gt;
Click on the word &lt;CODE&gt;sharing&lt;/CODE&gt; twice so it has a down arrow next to it. &lt;/P&gt;

&lt;P&gt;Anything that has private in that column will not be packaged in your app so click on &lt;CODE&gt;Permissions&lt;/CODE&gt; , change it to &lt;CODE&gt;This app only&lt;/CODE&gt; and &lt;CODE&gt;save&lt;/CODE&gt;&lt;BR /&gt;
Repeat for all the private items. Then package using either of the above methods.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 22:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-Packaging/m-p/160130#M72475</guid>
      <dc:creator>bmunson_splunk</dc:creator>
      <dc:date>2015-05-28T22:59:32Z</dc:date>
    </item>
  </channel>
</rss>

