
This change adds size limits to the Fluentd buffers to prevent them from becoming too large for OpenSearch and Elasticsearch. These values have been tested and prevent the buffer becoming too big for OpenSearch. Closes-Bug: #2079988 Change-Id: I06e34ceb26bf792f24ee4030a267c94f9ee22e3b
10 lines
425 B
YAML
10 lines
425 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Reduce the size of the fluentd buffers to avoid getting HTTP 413 errors
|
|
when sending logs to opensearch/elasticsearch. The values chosen were based
|
|
on what seemed a sensible size. These can be customised by editing the
|
|
``fluentd_bulk_message_request_threshold`` and
|
|
``fluentd_buffer_chunk_limit_size`` variables. `LP#2079988
|
|
<https://bugs.launchpad.net/kolla-ansible/+bug/2079988>`__
|