f12e72440a
In some scenarios it may be useful to apply custom filters to logs before forwarding them. This may be useful to add additional tags to the messages or to modify the tags to conform to a log format that differs from the one defined by kolla-ansible. Configuration of custom fluentd filters is possible by placing filter configuration files in ``/etc/kolla/config/fluentd/filter/*.conf`` on the ansible control host. Change-Id: I29a20efb0df4bf3564ef009616c786e928aa26d9 Implements: blueprint fluentd-custom-filters
14 lines
513 B
YAML
14 lines
513 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds ability to configure custom fluentd filters.
|
|
|
|
In some scenarios it may be useful to apply custom filters to logs before
|
|
forwarding them. This may be useful to add additional tags to the messages
|
|
or to modify the tags to conform to a log format that differs from the one
|
|
defined by kolla-ansible.
|
|
|
|
Configuration of custom fluentd filters is possible by placing filter
|
|
configuration files in ``/etc/kolla/config/fluentd/filter/*.conf`` on the
|
|
control host.
|