Refine your search:

2
1

Windows doesn't have a built-in way to unpack the .tar.gz format used by Splunk apps downloaded from Splunkbase. What are good ways to install Splunk apps on Windows?

I'm ideally looking for multiple options I can use dependning on the scenario:

  • using the Splunk command-line (CLI)
  • using a free, downloadable, 3rd-party Windows GUI unzipper (can you recommend a good one for .tar.gz files?)
  • via the Splunk REST API, so I can automate a solution for an install of an app on a remote Splunk server
  • any other cool way you can suggest.

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.

asked 13 May '10, 05:13

Justin%20Grant's gravatar image

Justin Grant
1.5k6739
accept rate: 50%


3 Answers:

This was true of splunk before version 4.2. Now you can go to Manager >> Apps >> Install app from file

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.

For an app file called "Foo.spl", type the following on one line:

C:\Program Files\Splunk\Python-2.6>..\bin\python ..\bin\untarit.py ..\etc\apps\Foo.spl ..\etc\apps\

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.

link

answered 23 Jun '10, 12:21

Eqalis's gravatar image

Eqalis
865
accept rate: 33%

edited 07 Nov '11, 08:58

As a free, downloadable, 3rd-party Windows GUI unzipper I would recommend 7-Zip

link

answered 13 May '10, 06:22

Leo's gravatar image

Leo ♦
817111
accept rate: 47%

what he said! go to filehippo.com get 7zip right click the tar file... extract to where u want it.

link

answered 13 May '10, 12:57

hiddenkirby's gravatar image

hiddenkirby
33916
accept rate: 14%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×303
×207
×82
×13
×11

Asked: 13 May '10, 05:13

Seen: 2,802 times

Last updated: 07 Nov '11, 08:58

Copyright © 2005-2012 Splunk, Inc. All rights reserved.