Synopsis:

Python script to maintain local copy of Splunkbase application catalog.

alt text

Notes:

Splunk.com provides an API that allows you to export a list of apps available on Splunkbase. Exported lists of apps can be uploaded as lookups into Splunk instances that are not connected to the Internet. You can compare output of the apps API on splunk servers to an imported splunkbase application catalog lookup file to determine if apps installed on the server have updates available. This alone is useful for app update planning.

If you are planning a Splunk Enterprise update, it would also be helpful understand additional details about apps such as their compatability with varying Splunk versions and CIM data models. This script scrapes additional information of interest from each app's web page and includes extended information in the application catalog CSV file. Additional fields include app version, app download filename, supported splunk versions, and supported cim versions.