Files
cloudkitty/releasenotes/notes/add-opensearch-elasticsearch-datastreams-support-28b7c1ce700d33c0.yaml
Thomas Goirand 0bcde58eb6 Add opensearch/elasticsearch datastreams support
Currently, cloudkitty only uses Elasticsearch/Opensearch leagacy index,
but not datastreams. Datastreams are much nicer, because they
handle automation for rotating data to cold storage
(if the elastic cluster has multiple types of storage,
like hot / warm / cold).

This patch adds a configuration option to use datastreams.

Change-Id: Iac717c948665effda82a2a87329647c74e3f0667
2024-10-10 11:48:48 +01:00

9 lines
396 B
YAML

---
features:
- |
Adds support to the OpenSearch and Elasticsearch v2 storage backends for
using datastreams, rather than indices. These are useful when a cluster
has multiple storage types, as data can be rotated from hot to cold storage
when not in active use. The option ``use_datastream`` can be set under
either ``[storage_elasticsearch]`` or ``[storage_opensearch]``.