Comment 3 for bug 1941754

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

Reviewed: https://review.opendev.org/c/openstack/kolla/+/811977
Committed: https://opendev.org/openstack/kolla/commit/b32cf27cc93878bcc124bcc387749829b0997a66
Submitter: "Zuul (22348)"
Branch: master

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