2c919bc61c
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>
9 lines
294 B
YAML
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.
|