templates/composer.yml: update splunk port for splunk cloud
using an openshift template variable
This commit is contained in:
parent
688856ec1e
commit
5dda08a20a
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue