File tree Expand file tree Collapse file tree 8 files changed +36
-36
lines changed
elasticsearch-api/lib/elasticsearch/api/actions Expand file tree Collapse file tree 8 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ module API
23
23
module BehavioralAnalytics
24
24
module Actions
25
25
# Delete a behavioral analytics collection.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the analytics collection to be deleted
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
- # @see http ://todo.com/tbd
34
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/delete-analytics-collection.html
35
35
#
36
36
def delete ( arguments = { } )
37
37
raise ArgumentError , "Required argument 'name' missing" unless arguments [ :name ]
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ module API
23
23
module BehavioralAnalytics
24
24
module Actions
25
25
# Returns the existing behavioral analytics collections.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [List] :name A comma-separated list of analytics collections to limit the returned information
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
- # @see http ://todo.com/tbd
34
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/list-analytics-collection.html
35
35
#
36
36
def list ( arguments = { } )
37
37
arguments = arguments . clone
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ module API
23
23
module BehavioralAnalytics
24
24
module Actions
25
25
# Creates a behavioral analytics collection.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the analytics collection to be created or updated
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
- # @see http ://todo.com/tbd
34
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/put-analytics-collection.html
35
35
#
36
36
def put ( arguments = { } )
37
37
raise ArgumentError , "Required argument 'name' missing" unless arguments [ :name ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ module Actions
34
34
# @option arguments [Boolean] :v Verbose mode. Display column headers
35
35
# @option arguments [Hash] :headers Custom HTTP headers
36
36
#
37
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-compoentn -templates.html
37
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-component -templates.html
38
38
#
39
39
def component_templates ( arguments = { } )
40
40
arguments = arguments . clone
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Deletes a search application.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
- # @see http ://todo.com/tbd
34
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/put-search-application.html
35
35
#
36
36
def delete ( arguments = { } )
37
37
raise ArgumentError , "Required argument 'name' missing" unless arguments [ :name ]
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Returns the details about a search application.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application
32
32
# @option arguments [Hash] :headers Custom HTTP headers
33
33
#
34
- # @see http ://todo.com/tbd
34
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/get-search-application.html
35
35
#
36
36
def get ( arguments = { } )
37
37
raise ArgumentError , "Required argument 'name' missing" unless arguments [ :name ]
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Returns the existing search applications.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :q Query in the Lucene query string syntax
32
32
# @option arguments [Integer] :from Starting offset (default: 0)
33
33
# @option arguments [Integer] :size specifies a max number of results to get
34
34
# @option arguments [Hash] :headers Custom HTTP headers
35
35
#
36
- # @see http ://todo.com/tbd
36
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/list-search-applications.html
37
37
#
38
38
def list ( arguments = { } )
39
39
arguments = arguments . clone
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ module API
23
23
module SearchApplication
24
24
module Actions
25
25
# Creates or updates a search application.
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.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
#
31
31
# @option arguments [String] :name The name of the search application to be created or updated
32
32
# @option arguments [Boolean] :create If true, requires that a search application with the specified resource_id does not already exist. (default: false)
33
33
# @option arguments [Hash] :headers Custom HTTP headers
34
34
# @option arguments [Hash] :body The search application configuration, including `indices` (*Required*)
35
35
#
36
- # @see http ://todo.com/tbd
36
+ # @see https ://www.elastic.co/guide/en/elasticsearch/reference/current/put-search-application.html
37
37
#
38
38
def put ( arguments = { } )
39
39
raise ArgumentError , "Required argument 'body' missing" unless arguments [ :body ]
You can’t perform that action at this time.
0 commit comments