2016-08-09 16:20:18 -04:00
|
|
|
## A Heat environment file which can be used to set up
|
|
|
|
## logging agents
|
|
|
|
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Services::FluentdClient: ../puppet/services/logging/fluentd-client.yaml
|
|
|
|
|
2016-09-30 10:13:29 +02:00
|
|
|
#parameter_defaults:
|
2016-08-09 16:20:18 -04:00
|
|
|
|
|
|
|
## 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:
|
2017-04-07 10:51:08 +02:00
|
|
|
# - host: 192.168.24.11
|
2016-08-09 16:20:18 -04:00
|
|
|
# port: 24284
|
|
|
|
# LoggingUsesSSL: true
|
|
|
|
# LoggingSharedKey: secret
|
|
|
|
# LoggingSSLCertificate: |
|
|
|
|
# -----BEGIN CERTIFICATE-----
|
|
|
|
# ...certificate data here...
|
|
|
|
# -----END CERTIFICATE-----
|
|
|
|
|