Skip to content
Open
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
25 changes: 6 additions & 19 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 6 additions & 19 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 9 additions & 31 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions specification/indices/_types/DataStreamLifecycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { ByteSize } from '@_types/common'
import { long } from '@_types/Numeric'
import { Duration } from '@_types/Time'
import { DataStreamLifecycleDownsampling } from '@indices/_types/DataStreamLifecycleDownsampling'
import { DownsamplingRound } from '@indices/_types/DownsamplingRound'

/**
* Data stream lifecycle denotes that a data stream is managed by the data stream lifecycle and contains the configuration.
Expand All @@ -33,9 +33,9 @@ export class DataStreamLifecycle {
*/
data_retention?: Duration
/**
* The downsampling configuration to execute for the managed backing index after rollover.
* The list of downsampling rounds to execute as part of this downsampling configuration
*/
downsampling?: DataStreamLifecycleDownsampling
downsampling: DownsamplingRound[]
/**
* If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle
* that's disabled (enabled: `false`) will have no effect on the data stream.
Expand Down
27 changes: 0 additions & 27 deletions specification/indices/_types/DataStreamLifecycleDownsampling.ts

This file was deleted.