You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

python.version = {default|python|python2|python3}
* Optional setting. Requires 8.0+
* For Python scripts only, selects which Python version to use.
* Set to either "default" or "python" to use the system-wide default Python
version.
* Optional.
* Default: Not set; uses the system-wide Python version.
[relaymodaction://<name>]
uri = <string>
* Remote splunk instance management URI.
* Format should be protocol://host:port
description = <string>
* Description for the remote Splunk instance.
username = <string>
* Label pertaining to the API key stored in secure storage, must be unique.
* Realm is "cam_queue".
verify = <string>
* Specifies if SSL verification is needed between worker and remote search head.
* Defaults to True
client_cert = <string>
* Filename of client certificate.
* Specify when SSL verification is needed, leave empty otherwise.
* Certificate should be put in $splunk_home/etc/apps/Splunk_SA_CIM/auth
splunk_cloud_domains = <json>
* List specifying Splunk Cloud second-level domain (SLD) names i.e. https://*.splunkcloud.com
* URLs with these SLDs will be modified. The search head (server_host) that initiated the AR action will be appended to the SLD.
* Example: ["splunkcloud.com", "splunkcloudgc.com", "splunkcloudfed.com", "splunkcloud.mil"]