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.
29 lines
639 B
29 lines
639 B
## A Heat environment file which can be used to set up |
|
## logging agents |
|
|
|
resource_registry: |
|
OS::TripleO::Services::Fluentd: ../docker/services/fluentd.yaml |
|
|
|
#parameter_defaults: |
|
|
|
## Simple configuration |
|
# |
|
# LoggingServers: |
|
# - host: log0.example.com |
|
# port: 24224 |
|
# - host: log1.example.com |
|
# port: 24224 |
|
# |
|
## Example SSL configuration |
|
## (note the use of port 24284 for ssl connections) |
|
# |
|
# LoggingServers: |
|
# - host: 192.168.24.11 |
|
# port: 24284 |
|
# LoggingUsesSSL: true |
|
# LoggingSharedKey: secret |
|
# LoggingSSLCertificate: | |
|
# -----BEGIN CERTIFICATE----- |
|
# ...certificate data here... |
|
# -----END CERTIFICATE----- |
|
|
|
|