File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ global:
1616 # - gcs: Store persistent data in Google Cloud Storage
1717 # - minio: Store persistent data on in-cluster Minio server
1818 storage : minio
19+
1920 # Set the location of Workflow's PostgreSQL database
2021 #
2122 # Valid values are:
@@ -24,6 +25,7 @@ global:
2425 # configured above)
2526 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
2627 database_location : " on-cluster"
28+
2729 # Set the location of Workflow's logger-specific Redis instance
2830 #
2931 # Valid values are:
@@ -130,6 +132,13 @@ logger:
130132 port : " redis port"
131133 password : " redis password" # "" == no password
132134
135+ fluentd :
136+ syslog :
137+ # Configure the following ONLY if using Fluentd to send log messages to both
138+ # the Logger component and external syslog endpoint
139+ syslog_host : " external syslog endpoint url"
140+ syslog_port : " external syslog endpoint port"
141+
133142monitor :
134143 grafana :
135144 user : " admin"
You can’t perform that action at this time.
0 commit comments