This topic discusses the ways you can download and install applications from SplunkBase. SplunkBase is the repository for all apps created by Splunk and the Splunk community. You can either access applications directly from SplunkBase or you can use Splunk's Application manager.
Read the About Applications topic for general information. For information about specific Splunk applications and building your own application, refer to the Apps Wiki.
Note: This is a work-in-progress.
via Splunk's App ManagerSplunk Web's Admin interface includes an [URL application manager], the Applications page. You can use this page to view and manage all your existing applications and browse SplunkBase for more applications. The Applications: Browse SplunkBase page lets you view and install any of the applications available on SplunkBase.
To install an application using Splunk Web:
1. From the Admin > Applications page, click Browse SplunkBase.
2. Scroll through the list of applications to find the one you want.
You can use the category links to narrow your search. Each application listed include a brief summary and some statistics, such as last update, number of downloads, and price.
Note: For more information about an application, click its name to open its SplunkBase page in another window or tab. If you want to install the application, return to Splunk Web before continuing.
3. Each application has an install button: Install Free for free applications or Install 30-day Free Trial for applications that have an associated price. Click the install button.
Splunk Web redirects you to a SplunkBase login page.
4. Use your Splunk.com username and password to log into SplunkBase.
After you click Login, Splunk downloads and installs the application and redirects you to the Applications: View/Manage Applications page. You should now see the new application in the list.
5. To complete the installation process, restart Splunk.
You can restart Splunk from the Admin > Server: Control Server page. Just click Restart Now.
1. Download your application from SplunkBase.
Note: Apps come packaged with the Splunk extension .spl.
2. Rename the SPL file to replace the .spl extension with .tar.gz.
For example, if you downloaded myApp.spl, rename it myApp.tar.gz.
3. Move and expand the application file into the $SPLUNK_HOME/etc/apps/ directory.
4. Review the contents of the application. You may need to configure the app before you continue. For more information, refer to Configuring your new application.
5. After you configure the application, restart your Splunk server.
From the CLI, you can restart Splunk with:
./splunk restart
The application is now installed and can be viewed and managed from Splunk's Application manager.
on an isolated network or machineIf your Splunk server cannot reach the WAN, Splunk Web will not be able to access SplunkBase. To install an application in this situation, download the app using another machine that can access the WAN. Then, transfer the file to the desired machine and expand the file into the proper directory to install the application.
1. From a machine that can access the WAN, download an application from SplunkBase.
2. Rename the SPL file to replace the .spl extension with .tar.gz.
3. Transfer the file to the $SPLUNK_HOME/etc/apps/ directory on the desired machine.
Note: Depending on the accessibility of this isolated machine, this may require SCP/FTP or a USB drive.
4. Expand the application file into the $SPLUNK_HOME/etc/apps/ directory.
6. Restart your Splunk server.
Comments
No comments have been submitted.