File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.segments Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,11 @@ Wildcard Expansion Settings:
215
215
- do :
216
216
indices.create :
217
217
index : basic-index
218
+ body :
219
+ settings :
220
+ number_of_shards : 1
221
+ number_of_replicas : 0
222
+
218
223
- do :
219
224
index :
220
225
index : basic-index
@@ -227,7 +232,10 @@ Wildcard Expansion Settings:
227
232
index : hidden-index
228
233
body :
229
234
settings :
235
+ number_of_shards : 1
236
+ number_of_replicas : 0
230
237
index.hidden : true
238
+
231
239
- do :
232
240
index :
233
241
index : hidden-index
@@ -238,6 +246,11 @@ Wildcard Expansion Settings:
238
246
- do :
239
247
indices.create :
240
248
index : closed-index
249
+ body :
250
+ settings :
251
+ number_of_shards : 1
252
+ number_of_replicas : 0
253
+
241
254
- do :
242
255
index :
243
256
index : closed-index
You can’t perform that action at this time.
0 commit comments