Skip to content

Commit 4ff06a6

Browse files
Remove number_of_shards setting from clone API example (#5073)
This setting is allowed only if the number of shards matches that of the source index, and that's the behaviour anyway, so it is needlessly confusing to include it here.
1 parent 68ebcbe commit 4ff06a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/clone/examples/request/indicesCloneRequestExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ value: "{
88
99
\ \"settings\": {
1010
11-
\ \"index.number_of_shards\": 5
11+
\ \"index.refresh_interval\": \"2s\"
1212
1313
\ },
1414

0 commit comments

Comments
 (0)