<?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: how to install downloaded Splunk apps on windows without untar in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13421#M1197</link>
    <description>&lt;P&gt;This was true of splunk before version 4.2. Now you can go to Manager &amp;gt;&amp;gt; Apps &amp;gt;&amp;gt; Install app from file&lt;/P&gt;

&lt;P&gt;If you have an older version of  Splunk then you have the Python programming language at your disposal and a handy script called untarit.py.&lt;/P&gt;

&lt;P&gt;For an app file called "Foo.spl", type the following on one line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\Splunk\Python-2.6&amp;gt;..\bin\python ..\bin\untarit.py ..\etc\apps\Foo.spl ..\etc\apps\
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note, you must be in the Python-2.6 directory for Python to be able to find all the modules it needs, hence all the horrible '..\' stuff.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2010 19:21:20 GMT</pubDate>
    <dc:creator>Eqalis</dc:creator>
    <dc:date>2010-06-23T19:21:20Z</dc:date>
    <item>
      <title>how to install downloaded Splunk apps on windows without untar</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13418#M1194</link>
      <description>&lt;P&gt;Windows doesn't have a built-in way to unpack the .tar.gz format used by Splunk apps downloaded from &lt;A href="http://splunkbase.com/" rel="nofollow"&gt;Splunkbase&lt;/A&gt;.  What are good ways to install Splunk apps on Windows? &lt;/P&gt;

&lt;P&gt;I'm ideally looking for multiple options I can use dependning on the scenario:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;using the Splunk command-line (CLI)&lt;/LI&gt;
&lt;LI&gt;using a free, downloadable, 3rd-party Windows GUI unzipper (can you recommend a good one for .tar.gz files?)&lt;/LI&gt;
&lt;LI&gt;via the Splunk REST API, so I can automate a solution for an install of an app on a remote Splunk server&lt;/LI&gt;
&lt;LI&gt;any other cool way you can suggest.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Of course, what I really want is a way in the Splunk launcher or Manager that I can upload an app into Splunk, but I assume this isn't there in Splunk 4.1 yet. &lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 12:13:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13418#M1194</guid>
      <dc:creator>Justin_Grant</dc:creator>
      <dc:date>2010-05-13T12:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to install downloaded Splunk apps on windows without untar</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13419#M1195</link>
      <description>&lt;P&gt;Alternatively you can use CLI command:&lt;/P&gt;

&lt;PRE&gt;
splunk install app /tmp/myapp.spl
&lt;/PRE&gt;

&lt;P&gt;Also check out &lt;A href="http://apps.splunk.com/app/1607/"&gt;Web Terminal for Splunk&lt;/A&gt; app to access remote CLI from your browser.&lt;/P&gt;

&lt;P&gt;Or use REST API for app install:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTapps#apps.2Fappinstall"&gt;Documentation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you need to extract it manually, there's a free 3rd-party Windows GUI: &lt;A href="http://www.7-zip.org/" rel="nofollow"&gt;7-Zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 13:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13419#M1195</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2010-05-13T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to install downloaded Splunk apps on windows without untar</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13420#M1196</link>
      <description>&lt;P&gt;what he said!  go to filehippo.com  get 7zip   right click the tar file... extract to where u want it.  &lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 19:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13420#M1196</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-13T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to install downloaded Splunk apps on windows without untar</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13421#M1197</link>
      <description>&lt;P&gt;This was true of splunk before version 4.2. Now you can go to Manager &amp;gt;&amp;gt; Apps &amp;gt;&amp;gt; Install app from file&lt;/P&gt;

&lt;P&gt;If you have an older version of  Splunk then you have the Python programming language at your disposal and a handy script called untarit.py.&lt;/P&gt;

&lt;P&gt;For an app file called "Foo.spl", type the following on one line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\Splunk\Python-2.6&amp;gt;..\bin\python ..\bin\untarit.py ..\etc\apps\Foo.spl ..\etc\apps\
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note, you must be in the Python-2.6 directory for Python to be able to find all the modules it needs, hence all the horrible '..\' stuff.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2010 19:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-install-downloaded-Splunk-apps-on-windows-without-untar/m-p/13421#M1197</guid>
      <dc:creator>Eqalis</dc:creator>
      <dc:date>2010-06-23T19:21:20Z</dc:date>
    </item>
  </channel>
</rss>

