Skip to content

Commit 2abc4b7

Browse files
authored
Merge branch 'main' into post-analytics-collection
2 parents fe5fe4a + aa2e838 commit 2abc4b7

File tree

11 files changed

+106
-31
lines changed

11 files changed

+106
-31
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

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

output/schema/schema.json

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

output/typescript/types.ts

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

specification/indices/delete_data_stream/IndicesDeleteDataStreamRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
2828
* @availability stack since=7.9.0 stability=stable
2929
* @availability serverless stability=stable visibility=public
3030
* @index_privileges delete_index
31+
* @doc_tag data stream
3132
*/
3233
export interface Request extends RequestBase {
3334
path_parts: {

specification/indices/downsample/Request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import { IndexName } from '@_types/common'
3434
* @rest_spec_name indices.downsample
3535
* @availability stack since=8.5.0 stability=experimental
3636
* @availability serverless stability=experimental visibility=private
37+
* @doc_tag data stream
3738
*/
3839
export interface Request extends RequestBase {
3940
path_parts: {

specification/indices/explain_data_lifecycle/IndicesExplainDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Duration } from '@_types/Time'
2727
* @rest_spec_name indices.explain_data_lifecycle
2828
* @availability stack since=8.11.0 stability=stable
2929
* @availability serverless stability=stable visibility=public
30+
* @doc_tag data stream
3031
*/
3132
export interface Request extends RequestBase {
3233
path_parts: {

specification/indices/promote_data_stream/IndicesPromoteDataStreamRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { Duration } from '@_types/Time'
3535
* This will affect the lifecycle management of the data stream and interfere with the data stream size and retention.
3636
* @rest_spec_name indices.promote_data_stream
3737
* @availability stack since=7.9.0 stability=stable
38+
* @doc_tag data stream
3839
*/
3940
export interface Request extends RequestBase {
4041
path_parts: {

specification/indices/put_data_lifecycle/IndicesPutDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
2828
* @rest_spec_name indices.put_data_lifecycle
2929
* @availability stack since=8.11.0 stability=stable
3030
* @availability serverless stability=stable visibility=public
31+
* @doc_tag data stream
3132
*/
3233
export interface Request extends RequestBase {
3334
path_parts: {

0 commit comments

Comments
 (0)