kolla-ansible/releasenotes/notes/feature_enable-fluent-plugin-systemd-9326efac3a64fbfd.yaml
Bartosz Bezak 43f43c97c4 Refine release notes before kolla 2024.1 release
Change-Id: I9e4933cecd5c1e336b1bdc1072925fa73cd0c8ee
2024-05-07 13:07:04 +02:00

24 lines
1.0 KiB
YAML

---
features:
- |
Implemented [Enable Fluentd Plugin Systemd].
Added the necessary changes and configurations to use the fluentd plugin,
systemd, to read logs from /var/log/journal by default. This allows us to
read and manipulate these 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
For more information, refer to the blueprint
`enable-fluent-plugin-systemd
<https://blueprints.launchpad.net/kolla-ansible/+spec/enable-fluent-plugin-systemd>`__.