We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a497263 commit 843122cCopy full SHA for 843122c
rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml
@@ -191,6 +191,7 @@
191
body:
192
settings:
193
soft_deletes.enabled: false
194
+ routing.rebalance.enable: "none" # prevents shard relocations while we are closing an index
195
warnings:
196
- Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions.
197
Please do not specify value for setting [index.soft_deletes.enabled] of index [test].
@@ -248,6 +249,7 @@
248
249
250
251
soft_deletes.enabled: true
252
253
- do:
254
cluster.health:
255
wait_for_no_initializing_shards: true
0 commit comments