kolla-ansible/releasenotes/notes/fluentd-custom-output-config-21f990cacbf3adb1.yaml
Mark Goddard fb4651461b Support configuration of custom fluentd outputs
In some scenarios it may be useful to configure custom fluentd outputs
to forward logs to a logging service other than elasticsearch.

This change supports configuration of fluentd outputs by placing
output configuration files in /etc/kolla/config/fluentd/output/*.conf.

Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55
Implements: blueprint fluentd-custom-outputs
2017-09-13 17:25:12 +01:00

11 lines
361 B
YAML

---
features:
- |
Adds ability to configure custom fluentd outputs.
In some scenarios it may be useful to configure custom fluentd outputs
to forward logs to a logging service other than elasticsearch.
Configuration of custom fluentd outputs is possible by placing
output configuration files in /etc/kolla/config/fluentd/output/\*.conf.