Skip to content

Commit a145908

Browse files
committed
[API] Promotes indices data lifecycle APIs from experimental to stable
1 parent 8fc8743 commit a145908

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/delete_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Deletes the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams of which the data stream lifecycle will be deleted; use `*` to get all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

elasticsearch-api/lib/elasticsearch/api/actions/indices/explain_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [String] :index The name of the index to explain
3228
# @option arguments [Boolean] :include_defaults indicates if the API should return the default values the system uses for the index's lifecycle

elasticsearch-api/lib/elasticsearch/api/actions/indices/get_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Returns the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams to get; use `*` to get all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

elasticsearch-api/lib/elasticsearch/api/actions/indices/put_data_lifecycle.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Indices
2424
module Actions
2525
# Updates the data stream lifecycle of the selected data streams.
26-
# This functionality is Experimental and may be changed or removed
27-
# completely in a future release. Elastic will take a best effort approach
28-
# to fix any issues, but experimental features are not subject to the
29-
# support SLA of official GA features.
3026
#
3127
# @option arguments [List] :name A comma-separated list of data streams whose lifecycle will be updated; use `*` to set the lifecycle to all data streams
3228
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)

0 commit comments

Comments
 (0)