- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkavitsk
New Member
05-01-2013
11:25 AM
When I try to download the splunk app for unix and linux, all I get is the unix.spl flash file. Is there any way to directly ftp the unix.tar.gz file? I plan to install this on an indexer running RHEL 6.1 under vmware.
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
netwrkr
Communicator
05-01-2013
11:34 AM
An .spl file is just a gzip'd compressed file which is ready for install via the Splunk GUI.
You can uncompress it by
mv unix.spl unix.spl.gz
gunzip unix.spl.gz
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
netwrkr
Communicator
05-01-2013
11:34 AM
An .spl file is just a gzip'd compressed file which is ready for install via the Splunk GUI.
You can uncompress it by
mv unix.spl unix.spl.gz
gunzip unix.spl.gz
