/usr/share/tripleo-heat-templates/environments/logging-environment.yaml is in python-tripleo-heat-templates 5.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ## 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
#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.0.2.11
# port: 24284
# LoggingUsesSSL: true
# LoggingSharedKey: secret
# LoggingSSLCertificate: |
# -----BEGIN CERTIFICATE-----
# ...certificate data here...
# -----END CERTIFICATE-----
|