|
Project Information
|
The Splunk Application Manager will allow authorized users to build Splunk Applications directly from the Splunk Web interface. Authorized users will be able to select searches, dashboards and other local configuration and files to package as an application, identify and describe variables, and upload the resulting application package from within the Splunk Web interface. Application builder for Splunk applications Usage: python app_manager.py command [argument(s)] COMMANDS: create package
install enable
list - Prints a list of installed applications and their status info delete OPTIONS:
EXAMPLES: python app_manager.py create stuff - Creates new application 'stuff' python app_manager.py add stuff endpoint foo - Adds new endpoint 'foo' into the application 'stuff' python app_manager.py installweb http://remotehost/new_app.tar.gz- Downloads and installs an app from remote hostpython app_manager.py delete stuff - Removes application 'stuff' |