Create, install and manage apps on your Splunk instance
resource "splunk_apps_local" "amazon_connect_app" {
filename = true
name = "/usr/home/amazon_connect_app_for_splunk-0.0.1.tar.gz"
explicit_appname = "amazon_connect_app_for_splunk" // Original app name is required when filename is set to true
}
For latest resource argument reference: https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTapps#apps.2Flocal
This resource block supports the following arguments:
name
- (Required) Literal app name or path for the file to install, depending on the value of filename.
auth
- (Optional) Splunkbase session token for operations like install and update that require login. Use auth or session when installing or updating an app through Splunkbase.author
- (Optional) For apps posted to Splunkbase, use your Splunk account username. For internal apps, include your name and contact information.configured
- (Optional) Custom setup complete indication:
description
- (Optional) Short app description also displayed below the app title in Splunk Web Launcher.explicit_appname
- (Optional) Custom app name. Overrides name when installing an app from a file where filename is set to true. See also filename.filename
- (Optional) Indicates whether to use the name value as the app source location.
label
- (Optional) App name displayed in Splunk Web, from five to eighty characters excluding the prefix "Splunk for".session
- (Optional) Login session token for installing or updating an app on Splunkbase. Alternatively, use auth.update
- (Optional) File-based update indication:
version
- (Optional) App version.visible
- (Optional) Indicates whether the app is visible and navigable from Splunk Web.
acl
- (Optional) The app/user context that is the namespace for the resourceIn addition to all arguments above, This resource block exports the following arguments:
id
- The ID of the resource