Comment 1 for bug 1930856

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/794649
Committed: https://opendev.org/openstack/kolla-ansible/commit/dee9d22dcf4910f8b94612872846df695d268165
Submitter: "Zuul (22348)"
Branch: master

commit dee9d22dcf4910f8b94612872846df695d268165
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