Comment 3 for bug 1616765

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-plugin-elasticsearch-kibana (master)

Reviewed: https://review.openstack.org/360401
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-elasticsearch-kibana/commit/?id=c0794133d68bc7a9031c0432ba95098ba5ffced2
Submitter: Jenkins
Branch: master

commit c0794133d68bc7a9031c0432ba95098ba5ffced2
Author: Simon Pasquier <email address hidden>
Date: Thu Aug 25 11:50:55 2016 +0200

    Fix Elasticsearch curator job

    This change upgrades the version of elasticsearch-curator because the
    previous version (3.3.0) doesn't support Elasticsearch 2.x. As a
    consequence, data older than the defined retention period was never
    removed from Elasticsearch.

    The curator is now installed on all the Elasticsearch nodes (previously
    only on the primary node) and by configuration, it will only be
    executed on the ES cluster master node.

    Change-Id: I9da9e67fa4d353e78bd752456a9b01ca1fbae704
    Closes-Bug: #1616765
    Related-Bug: #1602719