Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133,890 changes: 133,890 additions & 0 deletions output/openapi/elasticsearch-openapi-docs-final.json

Large diffs are not rendered by default.

134,226 changes: 134,226 additions & 0 deletions output/openapi/elasticsearch-openapi-docs.json

Large diffs are not rendered by default.

79,440 changes: 79,440 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi-docs-final.json

Large diffs are not rendered by default.

79,505 changes: 79,505 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi-docs.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
summary: Create a new index for a data stream.
# method_request: POST my-data-stream/_rollover
# description: ''
summary: Stack request
method_request: POST my-data-stream/_rollover
description: 'Create a new index for a data stream'
# type: request
value:
"{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n\
\ \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\
\n }\n}"
value: "{

\ \"conditions\": {

\ \"max_age\": \"7d\",

\ \"max_docs\": 1000,

\ \"max_primary_shard_size\": \"50gb\",

\ \"max_primary_shard_docs\": \"2000\"

\ }

}"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
summary: Serverless request
method_request: POST my-data-stream/_rollover
description: 'Create a new index for a data stream'
value: '{}'
Loading
Loading