<?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 an easy way to download an app from the UI? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274542#M17350</link>
    <description>&lt;P&gt;this little helper &lt;A href="https://splunkbase.splunk.com/app/2613/"&gt;https://splunkbase.splunk.com/app/2613/&lt;/A&gt; will do it all form the UI &lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2015 20:09:36 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-12-08T20:09:36Z</dc:date>
    <item>
      <title>Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274540#M17348</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;

&lt;P&gt;Is there an easy way to download an app trough the UI?&lt;BR /&gt;
The common way through CLI is to package the app from etc/apps/myapp using &lt;BR /&gt;
&lt;CODE&gt;splunk package app myapp&lt;/CODE&gt; to create the package, then download it through the CLI.&lt;BR /&gt;
I'm looking for something similar trough the UI.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 13:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274540#M17348</guid>
      <dc:creator>sduchene_splunk</dc:creator>
      <dc:date>2015-12-08T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274541#M17349</link>
      <description>&lt;P&gt;The app can be found in the operating system at &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/static/app-packages/APPNAME.spl
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but you can also downloaded it with a URI&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://YOURSERVER:MANAGEMENTPORT/static/app-packages/APPNAME.spl" target="test_blank"&gt;https://YOURSERVER:MANAGEMENTPORT/static/app-packages/APPNAME.spl&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Replace the words in capitals with your values.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 13:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274541#M17349</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2015-12-08T13:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274542#M17350</link>
      <description>&lt;P&gt;this little helper &lt;A href="https://splunkbase.splunk.com/app/2613/"&gt;https://splunkbase.splunk.com/app/2613/&lt;/A&gt; will do it all form the UI &lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 20:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274542#M17350</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-12-08T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274543#M17351</link>
      <description>&lt;P&gt;Try this great app  (App Exporter):&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/2613/"&gt;https://splunkbase.splunk.com/app/2613/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 08:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274543#M17351</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-12-09T08:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274544#M17352</link>
      <description>&lt;P&gt;If the environment you're working in doesn't have that App Exporter installed - and you don't have SSH to run the CLI, you can initiate the packaging step from your browser:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/333880/is-there-an-easy-way-to-download-an-app-from-the-u.html"&gt;https://answers.splunk.com/answers/333880/is-there-an-easy-way-to-download-an-app-from-the-u.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Port is usually 8089 for the REST API. This command creates the .spl of the named app under $SPLUNK_HOME/etc/system/static/app-packages and gives you the url you can then use to download it.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 00:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274544#M17352</guid>
      <dc:creator>gf13579</dc:creator>
      <dc:date>2017-11-28T00:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to download an app from the UI?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274545#M17353</link>
      <description>&lt;P&gt;I have been informed this endpoint (/static/app-packages/APPNAME.spl) is now deprecated and may disappear in future versions. If you are relying on this, now is the time to look for an alternative.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 07:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-an-easy-way-to-download-an-app-from-the-UI/m-p/274545#M17353</guid>
      <dc:creator>bmunson_splunk</dc:creator>
      <dc:date>2020-04-20T07:40:44Z</dc:date>
    </item>
  </channel>
</rss>

