File tree Expand file tree Collapse file tree 9 files changed +21
-7
lines changed
elasticsearch-xpack/lib/elasticsearch/xpack/api/actions Expand file tree Collapse file tree 9 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ module Actions
31
31
# @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
+ # *Deprecation notice*:
35
+ # Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.
36
+ # Deprecated since version 7.14.0
37
+ #
38
+ #
34
39
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/freeze-index-api.html
35
40
#
36
41
def freeze ( arguments = { } )
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ module Actions
31
31
# @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
+ # *Deprecation notice*:
35
+ # Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.
36
+ # Deprecated since version 7.14.0
37
+ #
38
+ #
34
39
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/unfreeze-index-api.html
35
40
#
36
41
def unfreeze ( arguments = { } )
Original file line number Diff line number Diff line change @@ -21,13 +21,17 @@ module API
21
21
module Rollup
22
22
module Actions
23
23
# Rollup an index
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
#
25
29
# @option arguments [String] :index The index to roll up (*Required*)
26
30
# @option arguments [String] :rollup_index The name of the rollup index to create (*Required*)
27
31
# @option arguments [Hash] :headers Custom HTTP headers
28
32
# @option arguments [Hash] :body The rollup configuration (*Required*)
29
33
#
30
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/rollup-api .html
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/xpack-rollup .html
31
35
#
32
36
def rollup ( arguments = { } )
33
37
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body The SAML response to authenticate (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-authenticate.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-authenticate.html
29
29
#
30
30
def saml_authenticate ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body The logout response to verify (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-complete-logout.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-complete-logout.html
29
29
#
30
30
def saml_complete_logout ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body The LogoutRequest message (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-invalidate.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-invalidate.html
29
29
#
30
30
def saml_invalidate ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body The tokens to invalidate (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-logout.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-logout.html
29
29
#
30
30
def saml_logout ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [Hash] :headers Custom HTTP headers
26
26
# @option arguments [Hash] :body The realm for which to create the authentication request, identified by either its name or the ACS URL (*Required*)
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-prepare-authentication.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-prepare-authentication.html
29
29
#
30
30
def saml_prepare_authentication ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module Actions
25
25
# @option arguments [String] :realm_name The name of the SAML realm to get the metadata for
26
26
# @option arguments [Hash] :headers Custom HTTP headers
27
27
#
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x /security-api-saml-sp-metadata.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14 /security-api-saml-sp-metadata.html
29
29
#
30
30
def saml_service_provider_metadata ( arguments = { } )
31
31
raise ArgumentError , "Required argument 'realm_name' missing" unless arguments [ :realm_name ]
You can’t perform that action at this time.
0 commit comments