Comment 5 for bug 1930856

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/804157
Committed: https://opendev.org/openstack/kolla-ansible/commit/41896ac79ccd4a71604f8643626747a5eb5ba3c1
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 41896ac79ccd4a71604f8643626747a5eb5ba3c1
Author: John Garbutt <email address hidden>
Date: Thu Jun 3 11:41:06 2021 +0100

    Add suppress_type_name to stop warnings with ES7

    When using elasticsearch 7 with fluentd, you seem to get a lot
    of warnings in the docker logs output that look like:

        [types removal] Specifying types in bulk requests is deprecated.

    The docs suggest adding suppress_type_name to stop these warnings,
    and that seems to work without affecting any functionality.

    Further info here:
    https://github.com/uken/fluent-plugin-elasticsearch/issues/785

    Closes-Bug: #1930856
    Change-Id: I45be67df3717f78d78bcdc7df69600ab8681922f