fb4651461b
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
11 lines
361 B
YAML
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.
|