Comment 6 for bug 1886787

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

Reviewed: https://review.opendev.org/741250
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=da1267e609f2724d94ef0a494a78a5591eb84d81
Submitter: Zuul
Branch: stable/stein

commit da1267e609f2724d94ef0a494a78a5591eb84d81
Author: Bartosz Bezak <email address hidden>
Date: Tue Jul 14 11:55:31 2020 +0000

    Fix Logstash 2.4 log rotation

    Logstash 2.4 uses integrated in container logrotate configuration
    which tries to rotate logs in /var/log/logstash and Kolla's Logstash
    logs are in /var/log/kolla/logstash/
    This patch adds kolla-ansible internal logrotate config for Logstash

    Change-Id: Ifbab7b673ba87925e52bb01c0996479eb1b76c44
    Closes-Bug: #1886787
    (cherry picked from commit 0e353d3f57c6f2cb45d993da8737b6e112dd1d45)