31826809e8
Adds configurations and changes tasks to enable the systemd plugin. Additionaly, the plugin is set to read logs from the /var/log/journal directory Implements: enable-fluent-plugin-systemd Signed-off-by: Juan Pablo Suazo <jsuazo@whitestack.com> Change-Id: Ic714a341befa5f906d9c0f78fa86f4c934df87cd
24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
---
|
|
features:
|
|
- |
|
|
Implements [Enable Fluentd Plugin Systemd].
|
|
Adds the needed changes and configurations in order to use the
|
|
fluentd plugin, systemd, to read logs from /var/log/journal by
|
|
default. This allows us to read and manipulate this logs for
|
|
monitoring purposes.
|
|
|
|
These logs will be sent to OpenSearch by default, to disable this
|
|
behavior, set the value of the variable ``enable_fluentd_systemd``
|
|
to ``false`` in the configuration file ``/etc/kolla/globals.yml``.
|
|
|
|
By default, when enabling central logging, we also enable the
|
|
``systemd`` plugin. To disable this behavior when central logging
|
|
is enabled, set the value of the variable ``enable_fluentd_systemd``
|
|
to ``false`` in the configuration file ``/etc/kolla/globals.yml``.
|
|
|
|
fluent-plugin-systemd source:
|
|
https://github.com/fluent-plugin-systemd/fluent-plugin-systemd
|
|
|
|
`Blueprint enable-fluent-plugin-systemd
|
|
<https://blueprints.launchpad.net/kolla-ansible/+spec/enable-fluent-plugin-systemd>`__
|