Comment 5 for bug 1941754

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

Reviewed: https://review.opendev.org/c/openstack/kolla/+/812203
Committed: https://opendev.org/openstack/kolla/commit/0366a31d268800c2f153c3d28cd84bea2119b505
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 0366a31d268800c2f153c3d28cd84bea2119b505
Author: Mark Goddard <email address hidden>
Date: Thu Sep 30 13:42:18 2021 +0100

    logstash: pin to 7.9.* for Elasticsearch OSS compatibility

    The latest versions of logstash 7.x do not support using the OSS version
    of Elasticsearch, and fail to push logs if an OSS version is used. This
    prevents Monasca log API from working correctly.

    This change fixes the issue by pinning logstash-oss to 7.9.x, the most
    recent available package in the repo that still supports Elasticsearch
    OSS.

    NOTE: logstash 7.11 introduced the breaking change, however 7.10 is
    unavailable in the package repos.

    Change-Id: I4ec4eb837c98f57964488769ab82ba8213ad582c
    Closes-Bug: #1941754
    (cherry picked from commit b32cf27cc93878bcc124bcc387749829b0997a66)