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
9 lines
396 B
YAML
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]``.
|