f982eb55c4
The fluentd implementation was originally split across multiple files in order to support both client and server services. we ultimately decided to only implement the client as part of tripleo so this division is no longer necessary. This commit merges fluentd-client.yaml and fluentd-base.yaml into fluentd.yaml, and renames things appropriately. Partial-bug: #1715187 Depends-On: Iace34b7baae8822d2233d97adabf6ebc8833adab Change-Id: Idb9886f04d56ffc75a78c4059ff319b58b4acf9f
30 lines
647 B
YAML
30 lines
647 B
YAML
## A Heat environment file which can be used to set up
|
|
## logging agents
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Fluentd: ../puppet/services/logging/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-----
|
|
|