kolla-ansible/releasenotes/notes/fix-fluentd-buffer-chunk-size-for-monasca-output-882338103d2e1f13.yaml
Stig Telfer 2c919bc61c Set a chunk size for Fluentd bulk log upload to Monasca
In Fluentd v0.12, both the in memory and file buffer chunk size default
to 8MB. In v1.0 the file buffer defaults to 256MB. This can exceed the
Monasca Log or Unified API maximum chunk size which is set to 10MB.
This can result in logs being rejected and filling the local buffer
on disk.

Change-Id: I9c495773db726a3c5cd94b819dff4141737a1d6e
Closes-Bug: #1885885
Co-Authored-By: Sebastian Luna Valero <sebastian.luna.valero@gmail.com>
2020-07-02 08:39:51 +01:00

9 lines
294 B
YAML

---
fixes:
- |
Fixes `LP#1885885
<https://bugs.launchpad.net/kolla-ansible/+bug/1885885>`__ where the
default chunk size in the Monasca Fluentd output plugin increased from
8MB to 256MB for file buffering which exceeded the limit allowed by
the Monasca Log / Unified API.