You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/indices/create_from.rb
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ module Indices
24
24
moduleActions
25
25
# Create an index from a source index.
26
26
# 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.
31
27
#
32
28
# @option arguments [String] :source The source index or data stream name (*Required*)
33
29
# @option arguments [String] :dest The destination index or data stream name (*Required*)
0 commit comments