Comment 8 for bug 1896611

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/857052
Committed: https://opendev.org/openstack/kolla-ansible/commit/0c746f1cbbdd0a1ae031baad9a33abf4360d589c
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 0c746f1cbbdd0a1ae031baad9a33abf4360d589c
Author: Stig Telfer <email address hidden>
Date: Thu Jul 28 14:54:12 2022 +0100

    Increase the Fluentd request timeout for ES

    Fluentd has a default timeout of 5s for flushing data to ElasticSearch.
    If there is a significant backlog of unsent log messages, this timeout
    can be exceeded, resulting in Fluentd failing to make further progress.

    Raise the default timeout to 60s.

    This patch adopts the configuration parameters previously proposed by
    Krzysztof Klimonda.

    Closes-Bug: #1983031
    Closes-Bug: #1896611
    Change-Id: I1aaab654a5a0752fccef2cfb8cc0bde4a0ee2562
    (cherry picked from commit ffb4767c05050b2078b56fea69d8f1c2d2182aff)