Skip to content

Conversation

gmarouli
Copy link
Contributor

In this PR we expose the global retention via the GET _data_stream API.

GET /_data_stream/my-data-stream?include_defaults
{
 "global_retention": {
      "default_retention": "7d",
      "max_retention": "365d"
  }, 
  "data_streams": [...]
}

Copy link
Contributor

Documentation preview:

@gmarouli gmarouli closed this Aug 26, 2024
@gmarouli gmarouli deleted the expose-global-retention-settings branch December 10, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants