![Michal Nasiadka](/assets/img/avatar_default.png)
This change replaces ElasticSearch with OpenSearch, and Kibana with OpenSearch Dashboards. It migrates the data from ElasticSearch to OpenSearch upon upgrade. No TLS support is in this patch (will be a followup). A replacement for ElasticSearch Curator will be added as a followup. Depends-On: https://review.opendev.org/c/openstack/kolla/+/830373 Co-authored-by: Doug Szumski <doug@stackhpc.com> Co-authored-by: Kyle Dean <kyle@stackhpc.com> Change-Id: Iab10ce7ea5d5f21a40b1f99b28e3290b7e9ce895
18 lines
797 B
YAML
18 lines
797 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for deploying OpenSearch and OpenSearch dashboards. These
|
|
services directly replace ElasticSearch and Kibana which are now
|
|
end-of-life. Support for sending logs to a remote ElasticSearch (or
|
|
OpenSearch) cluster is maintained.
|
|
upgrade:
|
|
- |
|
|
If you are currently deploying ElasticSearch with Kolla Ansible, you
|
|
should backup the data before starting the upgrade. The contents of
|
|
the ElasticSearch data volume will be automatically moved to
|
|
the OpenSearch volume. The ElasticSearch, ElasticSearch Curator and
|
|
Kibana containers will be removed automatically. The inventory must be
|
|
updated so that the ``elasticsearch`` group is renamed to
|
|
``opensearch``, and the `kibana` group is renamed to
|
|
``opensearch-dashboards``.
|