diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/10_basic.yml index cab825734f6..2fd77b90aa1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/10_basic.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/10_basic.yml @@ -164,7 +164,7 @@ - do: warnings: - - Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions. + - Creating indices with soft-deletes disabled is deprecated and will be removed in future OpenSearch versions. Please do not specify value for setting [index.soft_deletes.enabled] of index [test_index]. indices.create: index: test_index diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml index f6dfdd7b2d0..b4c8aebfec7 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml @@ -12,7 +12,7 @@ settings: soft_deletes.enabled: false warnings: - - Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions. + - Creating indices with soft-deletes disabled is deprecated and will be removed in future OpenSearch versions. Please do not specify value for setting [index.soft_deletes.enabled] of index [test]. - do: cluster.health: @@ -193,7 +193,7 @@ soft_deletes.enabled: false routing.rebalance.enable: "none" # prevents shard relocations while we are closing an index warnings: - - Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions. + - Creating indices with soft-deletes disabled is deprecated and will be removed in future OpenSearch versions. Please do not specify value for setting [index.soft_deletes.enabled] of index [test]. - do: