Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ga-data-stream-lifecy…
Browse files Browse the repository at this point in the history
…cles
  • Loading branch information
dakrone committed Apr 17, 2024
2 parents a8371ea + a809641 commit b0c8679
Show file tree
Hide file tree
Showing 40 changed files with 97 additions and 1,508 deletions.
20 changes: 0 additions & 20 deletions docs/changelog/105682.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions docs/reference/data-streams/data-stream-apis.asciidoc
Expand Up @@ -27,12 +27,6 @@ preview:[]
preview:[]
* <<data-streams-get-lifecycle-stats,Get data stream lifecycle stats>>
preview:[]
* <<data-streams-put-global-retention,Update the global retention for data stream lifecycle managed data streams>>
preview:[]
* <<data-streams-get-global-retention,Get the global retention for data stream lifecycle managed data streams>>
preview:[]
* <<data-streams-delete-global-retention,Delete the global retention for data stream lifecycle managed data streams>>
preview:[]

The following API is available for <<tsds,time series data streams>>:

Expand Down Expand Up @@ -65,10 +59,4 @@ include::{es-ref-dir}/data-streams/lifecycle/apis/explain-lifecycle.asciidoc[]

include::{es-ref-dir}/data-streams/lifecycle/apis/get-lifecycle-stats.asciidoc[]

include::{es-ref-dir}/data-streams/lifecycle/apis/put-global-retention.asciidoc[]

include::{es-ref-dir}/data-streams/lifecycle/apis/get-global-retention.asciidoc[]

include::{es-ref-dir}/data-streams/lifecycle/apis/delete-global-retention.asciidoc[]

include::{es-ref-dir}/indices/downsample-data-stream.asciidoc[]

This file was deleted.

This file was deleted.

Expand Up @@ -128,18 +128,14 @@ The response will look like the following:
"name": "my-data-stream-1",
"lifecycle": {
"enabled": true,
"data_retention": "7d",
"effective_retention": "7d",
"retention_determined_by": "data_stream_configuration"
"data_retention": "7d"
}
},
{
"name": "my-data-stream-2",
"lifecycle": {
"enabled": true,
"data_retention": "7d",
"effective_retention": "7d",
"retention_determined_by": "data_stream_configuration"
"data_retention": "7d"
}
}
]
Expand Down

0 comments on commit b0c8679

Please sign in to comment.