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.
11 lines
354 B
11 lines
354 B
[deployment-client]
|
|
{% if splunk_enableSSL %}
|
|
sslVersions = tls1.2
|
|
sslVerifyServerCert = true
|
|
sslCommonNameToCheck = {% for host in groups.splunk_deployment_server %} {{ host }}, {% endfor %}
|
|
{% endif %}
|
|
|
|
[target-broker:deploymentServer]
|
|
# Change the targetUri
|
|
targetUri = {{ groups.splunk_deployment_server[0] }}:{{ splunk_svc_port }}
|