Skip to content

Commit f11ba03

Browse files
committed
[XPACK] Update docs links
1 parent 9c252c9 commit f11ba03

File tree

200 files changed

+200
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-200
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/async_search/delete.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# @option arguments [String] :id The async search ID
2626
# @option arguments [Hash] :headers Custom HTTP headers
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/async-search.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/async-search.html
2929
#
3030
def delete(arguments = {})
3131
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/async_search/get.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
# @option arguments [Boolean] :typed_keys Specify whether aggregation and suggester names should be prefixed by their respective types in the response
2929
# @option arguments [Hash] :headers Custom HTTP headers
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/async-search.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/async-search.html
3232
#
3333
def get(arguments = {})
3434
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/async_search/submit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module Actions
6767
# @option arguments [Hash] :headers Custom HTTP headers
6868
# @option arguments [Hash] :body The search definition using the Query DSL
6969
#
70-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/async-search.html
70+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/async-search.html
7171
#
7272
def submit(arguments = {})
7373
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/delete_autoscaling_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Actions
2929
# @option arguments [String] :name the name of the autoscaling policy
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
#
32-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/autoscaling-delete-autoscaling-policy.html
32+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/autoscaling-delete-autoscaling-policy.html
3333
#
3434
def delete_autoscaling_policy(arguments = {})
3535
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/get_autoscaling_decision.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions
2828
#
2929
# @option arguments [Hash] :headers Custom HTTP headers
3030
#
31-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/autoscaling-get-autoscaling-decision.html
31+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/autoscaling-get-autoscaling-decision.html
3232
#
3333
def get_autoscaling_decision(arguments = {})
3434
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/get_autoscaling_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Actions
2929
# @option arguments [String] :name the name of the autoscaling policy
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
#
32-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/autoscaling-get-autoscaling-policy.html
32+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/autoscaling-get-autoscaling-policy.html
3333
#
3434
def get_autoscaling_policy(arguments = {})
3535
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/put_autoscaling_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Actions
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
# @option arguments [Hash] :body the specification of the autoscaling policy (*Required*)
3232
#
33-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/autoscaling-put-autoscaling-policy.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/autoscaling-put-autoscaling-policy.html
3434
#
3535
def put_autoscaling_policy(arguments = {})
3636
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_data_frame_analytics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Boolean] :v Verbose mode. Display column headers
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
#
36-
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-dfanalytics.html
36+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.9/cat-dfanalytics.html
3737
#
3838
def ml_data_frame_analytics(arguments = {})
3939
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_datafeeds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Boolean] :v Verbose mode. Display column headers
3333
# @option arguments [Hash] :headers Custom HTTP headers
3434
#
35-
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-datafeeds.html
35+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.9/cat-datafeeds.html
3636
#
3737
def ml_datafeeds(arguments = {})
3838
headers = arguments.delete(:headers) || {}

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/cat/ml_jobs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Actions
3333
# @option arguments [Boolean] :v Verbose mode. Display column headers
3434
# @option arguments [Hash] :headers Custom HTTP headers
3535
#
36-
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-anomaly-detectors.html
36+
# @see http://www.elastic.co/guide/en/elasticsearch/reference/7.9/cat-anomaly-detectors.html
3737
#
3838
def ml_jobs(arguments = {})
3939
headers = arguments.delete(:headers) || {}

0 commit comments

Comments
 (0)