Skip to content

Commit da128e3

Browse files
Manually backporting changes for roll over new index operation
1 parent ae36ad6 commit da128e3

File tree

7 files changed

+428686
-7
lines changed

7 files changed

+428686
-7
lines changed

output/openapi/elasticsearch-openapi-docs-final.json

Lines changed: 133890 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-openapi-docs.json

Lines changed: 134226 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi-docs-final.json

Lines changed: 79440 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi-docs.json

Lines changed: 79505 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
summary: Create a new index for a data stream.
2-
# method_request: POST my-data-stream/_rollover
3-
# description: ''
1+
summary: Stack request
2+
method_request: POST my-data-stream/_rollover
3+
description: 'Create a new index for a data stream'
44
# type: request
5-
value:
6-
"{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n\
7-
\ \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\
8-
\n }\n}"
5+
value: "{
6+
7+
\ \"conditions\": {
8+
9+
\ \"max_age\": \"7d\",
10+
11+
\ \"max_docs\": 1000,
12+
13+
\ \"max_primary_shard_size\": \"50gb\",
14+
15+
\ \"max_primary_shard_docs\": \"2000\"
16+
17+
\ }
18+
19+
}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
summary: Serverless request
2+
method_request: POST my-data-stream/_rollover
3+
description: 'Create a new index for a data stream'
4+
value: '{}'

0 commit comments

Comments
 (0)