templates/composer.yml: update splunk port for splunk cloud

using an openshift template variable
This commit is contained in:
Diaa Sami 2022-09-21 17:08:24 +02:00 committed by Sanne Raymaekers
parent 688856ec1e
commit 5dda08a20a

View file

@ -287,7 +287,7 @@ objects:
<match **>
@type splunk_hec
hec_host "#{ENV['SPLUNK_HEC_URL']}"
hec_port 8088
hec_port "${SPLUNK_HEC_PORT}"
hec_token "#{ENV['SPLUNK_HEC_TOKEN']}"
</match>
- apiVersion: batch/v1
@ -499,3 +499,7 @@ parameters:
name: MAINTENANCE_MAX_CONCURRENT_REQUESTS
value: "10"
required: true
- description: fluentd-hec splunk port
name: SPLUNK_HEC_PORT
value: "443"
required: true