964c6704a2
To facilitate the switch from Elasticsearch to OpenSearch, the ES backend has been duplicated and renamed where appropriate to OpenSearch. The OpenSearch implementation was modified in places for compatibility with OpenSearch 2.x, for example: - remove mapping name from bulk API URL - replace put_mapping by post_mapping This will allow for the future removal of the Elasticsearch backend. Change-Id: I88b0a30f66af13dad1bd75cde412d2880b4ead30 Co-Authored-By: Pierre Riteau <pierre@stackhpc.com>
8 lines
267 B
YAML
8 lines
267 B
YAML
---
|
|
features:
|
|
- |
|
|
OpenSearch has been added as an alternative v2 storage backend. It is a
|
|
duplicate of the ElasticSearch backend, with the naming changed where
|
|
appropriate. This change is in support of the deprecation of ElasticSearch
|
|
as a backend.
|