Skip to content

dd-Splunk/splunkbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splunkbase download URLs script

Create a list of Splunkbase download URLs from a list of application IDs stored in a file.

Based on this Splunk Community article.

Usage

python3 splunkbase.py "file_containing_app_ids"

and with the test file app_list.txt the ouput of

python3 splunkbase.py app_list.txt

is:

https://splunkbase.splunk.com/app/4353/release/1.7.16/download, https://splunkbase.splunk.com/app/833/release/9.2.0/download

as of Oct 2024.

If you are using Poetry:

poetry install
eval $(poetry env activate)
poetry run python splunkbase.py app_list.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages