Comment 9 for bug 2047037

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/904098
Committed: https://opendev.org/openstack/kolla-ansible/commit/897d6fbf755a9b8ada6c10e08cbf9348eafdf139
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 897d6fbf755a9b8ada6c10e08cbf9348eafdf139
Author: Doug Szumski <email address hidden>
Date: Wed Dec 7 14:50:21 2022 +0000

    Set a log retention policy for OpenSearch

    We previously used ElasticSearch Curator for managing log
    retention. Now that we have moved to OpenSearch, we can use
    the Index State Management (ISM) plugin which is bundled with
    OpenSearch.

    This change adds support for automating the configuration of
    the ISM plugin via the OpenSearch API. By default, it has
    similar behaviour to the previous ElasticSearch Curator
    default policy.

    Closes-Bug: #2047037

    Change-Id: I5c6d938f2bc380f1575ee4f16fe17c6dca37dcba
    (cherry picked from commit 5e5a2dca0900e5c167e1ab55ef6dc14198ce2903)