Skip to content

Commit 84b5db3

Browse files
committed
SNAPSHOT - Fix BWC?
1 parent 58a6ef0 commit 84b5db3

File tree

1 file changed

+13
-0
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.segments

1 file changed

+13
-0
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.segments/10_basic.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ Wildcard Expansion Settings:
215215
- do:
216216
indices.create:
217217
index: basic-index
218+
body:
219+
settings:
220+
number_of_shards: 1
221+
number_of_replicas: 0
222+
218223
- do:
219224
index:
220225
index: basic-index
@@ -227,7 +232,10 @@ Wildcard Expansion Settings:
227232
index: hidden-index
228233
body:
229234
settings:
235+
number_of_shards: 1
236+
number_of_replicas: 0
230237
index.hidden: true
238+
231239
- do:
232240
index:
233241
index: hidden-index
@@ -238,6 +246,11 @@ Wildcard Expansion Settings:
238246
- do:
239247
indices.create:
240248
index: closed-index
249+
body:
250+
settings:
251+
number_of_shards: 1
252+
number_of_replicas: 0
253+
241254
- do:
242255
index:
243256
index: closed-index

0 commit comments

Comments
 (0)