Skip to content

Commit edf1c4b

Browse files
committed
[API] Promotes endpoints from technical preview to stable
indices.create_from indices.get_migrate_reindex_status indices.migrate_reindex project.tags
1 parent f175457 commit edf1c4b

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ module Indices
2424
module Actions
2525
# Create an index from a source index.
2626
# Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
27-
# This functionality is Experimental and may be changed or removed
28-
# completely in a future release. Elastic will take a best effort approach
29-
# to fix any issues, but experimental features are not subject to the
30-
# support SLA of official GA features.
3127
#
3228
# @option arguments [String] :source The source index or data stream name (*Required*)
3329
# @option arguments [String] :dest The destination index or data stream name (*Required*)

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ module Indices
2424
module Actions
2525
# Get the migration reindexing status.
2626
# Get the status of a migration reindex attempt for a data stream or index.
27-
# This functionality is Experimental and may be changed or removed
28-
# completely in a future release. Elastic will take a best effort approach
29-
# to fix any issues, but experimental features are not subject to the
30-
# support SLA of official GA features.
3127
#
3228
# @option arguments [String, Array] :index The index or data stream name. (*Required*)
3329
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ module Actions
2626
# Reindex all legacy backing indices for a data stream.
2727
# This operation occurs in a persistent task.
2828
# The persistent task ID is returned immediately and the reindexing work is completed in that task.
29-
# This functionality is Experimental and may be changed or removed
30-
# completely in a future release. Elastic will take a best effort approach
31-
# to fix any issues, but experimental features are not subject to the
32-
# support SLA of official GA features.
3329
#
3430
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
3531
# when they occur.

elasticsearch-api/lib/elasticsearch/api/actions/project/tags.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ module API
2323
module Project
2424
module Actions
2525
# Return tags defined for the project
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 [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
3228
# when they occur.

0 commit comments

Comments
 (0)