elasticsearch/docs/reference/data-streams
Mary Gouseti 91f4023e27
Expose global retention settings via data stream lifecycle API (#112210)
In this PR we expose the global retention via the `GET
_data_stream/{target}/_lifecycle` API.

Since the global retention is a main feature of the data stream
lifecycle we chose to expose it by default.

```
GET /_data_stream/my-data-stream/_lifecycle
{
 "global_retention": {
      "default_retention": "7d",
      "max_retention": "365d"
  }, 
  "data_streams": [...]
}
```
2024-09-02 18:40:08 +10:00
..
lifecycle Expose global retention settings via data stream lifecycle API (#112210) 2024-09-02 18:40:08 +10:00
change-mappings-and-settings.asciidoc (Doc+) Link API doc to parent object - part1 (#111951) 2024-08-20 14:58:18 -06:00
data-stream-apis.asciidoc [DSL] Remove REST APIs for global retention (#107565) 2024-04-17 21:36:26 +03:00
data-streams.asciidoc Adding minimal docs around using index mode logs. (#110932) 2024-07-18 03:52:58 +10:00
downsampling-dsl.asciidoc Add documentation for configuring downsampling using DSL (#108043) 2024-04-30 09:23:39 -07:00
downsampling-ilm.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
downsampling-manual.asciidoc (Doc+) Link API doc to parent object - part1 (#111951) 2024-08-20 14:58:18 -06:00
downsampling.asciidoc Remove average from downsampling statistics in documentation (#110189) 2024-06-26 17:23:06 +03:00
logs.asciidoc Rename logs index mode to logsdb (#111054) 2024-07-19 13:38:58 +02:00
modify-data-streams-api.asciidoc (Doc+) Link API doc to parent object - part1 (#111951) 2024-08-20 14:58:18 -06:00
promote-data-stream-api.asciidoc (Doc+) Link API doc to parent object - part1 (#111951) 2024-08-20 14:58:18 -06:00
set-up-a-data-stream.asciidoc [DOCS] Add note that Logstash sets up data streams (#109502) 2024-06-10 12:24:23 -04:00
set-up-tsds.asciidoc Add a note about enabling time series index mode via a component template (#110050) 2024-06-25 17:22:31 +10:00
tsds-index-settings.asciidoc Adjust index.mapping.dimension_fields.limit index setting default in docs. (#109091) 2024-05-31 10:52:31 +02:00
tsds-reindex.asciidoc (Doc+) Link API doc to parent object - part1 (#111951) 2024-08-20 14:58:18 -06:00
tsds.asciidoc Add support for boolean dimensions (#111457) 2024-07-31 23:00:32 +10:00
use-a-data-stream.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00