# BASE SETTINGS [tcpout] # Change here to specify the indexer group defaultGroup = all_{{ splunk_app_prefix }}_indexer forceTimebasedAutoLB = true maxQueueSize = 7MB useACK = true [tcpout:all_{{ splunk_app_prefix }}_indexer] {% if splunk_enableSSL %} clientCert = $SPLUNK_HOME/etc/apps/{{ app_name }}/{{ custom_cert_path }} {% endif %} server = {% for host in indexer_list %}{{ host }}:{{ splunk_s2s_port }}, {% endfor %} {% if splunk_enableSSL %} sslCommonNameToCheck = {% for host in indexer_list %}{{ host }}, {% endfor %} sslPassword = {{ splunk_ssl_cert_password }} sslVerifyServerCert = true {% endif %}