This utility provides a convenient method for Splunk administrators to download Splunkbase apps via the command line using a Python3 script.
It's inspired by https://github.com/tfrederick74656/splunkbase-download
which unfortunately isn't working anymore with sid
and SSOID
authentication as Splunk changed the authentication method.
Simply download the script and make it executable:
wget https://raw.githubusercontent.com/marcusschiesser/splunkbase-download/main/download-splunkbase.py
chmod +x ./download-splunkbase.py
Call then ./download-splunkbase.py
to get help how to use the script.
If needed, install the requirements:
pip install $(curl -s https://raw.githubusercontent.com/marcusschiesser/splunkbase-download/main/requirements.txt)
This utility uses a service provided by Splunk. Please read the following prior to use:
- Splunk® is a trademark or registered trademark of Splunk Inc. in the United States and other countries.
- Use of the Splunk website is subject to the Splunk Website Terms and Conditions of Use.
- Apps from Splunkbase are individually licensed and subject to the terms and conditions of their respective licenses.
- The author of this tool takes no responsibility for your use of Splunk products and services.
By using this utility, you acknowledge that you have read and understand all of the above statements and agree to abide and be bound by them.
This project is licensed under the MIT License. See the LICENSE file for details.