Skip to content

Commit

Permalink
[API] Promotes data lifecycle APIs from experimental to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Oct 21, 2024
1 parent 0074671 commit 6d2a252
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Indices
module Actions
# Deletes the data stream lifecycle of the selected data streams.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @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
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Indices
module Actions
# Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [String] :index The name of the index to explain
# @option arguments [Boolean] :include_defaults indicates if the API should return the default values the system uses for the index's lifecycle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Indices
module Actions
# Returns the data stream lifecycle of the selected data streams.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [List] :name A comma-separated list of data streams to get; use `*` to get all data streams
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ module API
module Indices
module Actions
# Updates the data stream lifecycle of the selected data streams.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @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
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
Expand Down

0 comments on commit 6d2a252

Please sign in to comment.