Skip to content

Commit

Permalink
Mark Data Stream Lifecycle APIs to stable (elastic#114780) (elastic#1…
Browse files Browse the repository at this point in the history
…14843)

Data Stream Lifecycle has GA'ed in 8.14, so we can safely mark these as
stable.
  • Loading branch information
nielsbauman authored Oct 15, 2024
1 parent fc90105 commit b96d3cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html",
"description":"Deletes the data stream lifecycle of the selected data streams."
},
"stability":"experimental",
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html",
"description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc."
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html",
"description":"Returns the data stream lifecycle of the selected data streams."
},
"stability":"experimental",
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html",
"description":"Updates the data stream lifecycle of the selected data streams."
},
"stability":"experimental",
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
Expand Down

0 comments on commit b96d3cb

Please sign in to comment.