elasticsearch-xpack 7.4.0 → 7.5.0.pre.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/xpack/api/actions/{data_frame/delete_data_frame_transform.rb → data_frame_transform_deprecated/delete_transform.rb} +24 -16
  3. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb +55 -0
  4. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform_stats.rb +53 -0
  5. data/lib/elasticsearch/xpack/api/actions/{data_frame → data_frame_transform_deprecated}/params_registry.rb +1 -2
  6. data/lib/elasticsearch/xpack/api/actions/{data_frame/preview_data_frame_transform.rb → data_frame_transform_deprecated/preview_transform.rb} +15 -9
  7. data/lib/elasticsearch/xpack/api/actions/{data_frame/put_data_frame_transform.rb → data_frame_transform_deprecated/put_transform.rb} +23 -16
  8. data/lib/elasticsearch/xpack/api/actions/{data_frame/start_data_frame_transform.rb → data_frame_transform_deprecated/start_transform.rb} +22 -13
  9. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/stop_transform.rb +53 -0
  10. data/lib/elasticsearch/xpack/api/actions/{data_frame/update_data_frame_transform.rb → data_frame_transform_deprecated/update_transform.rb} +23 -17
  11. data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +30 -16
  12. data/lib/elasticsearch/xpack/api/actions/graph/params_registry.rb +0 -1
  13. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_lifecycle.rb +36 -0
  14. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_policy.rb +4 -5
  15. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/explain.rb +4 -5
  16. data/lib/elasticsearch/xpack/api/actions/{migration/upgrade.rb → index_lifecycle_management/explain_lifecycle.rb} +22 -12
  17. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_lifecycle.rb +38 -0
  18. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_policy.rb +3 -5
  19. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_status.rb +7 -14
  20. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/move_to_step.rb +14 -18
  21. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/params_registry.rb +0 -1
  22. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_lifecycle.rb +37 -0
  23. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_policy.rb +4 -4
  24. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/remove_policy.rb +13 -15
  25. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry.rb +36 -0
  26. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry_policy.rb +5 -5
  27. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/start.rb +7 -14
  28. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/stop.rb +7 -14
  29. data/lib/elasticsearch/xpack/api/actions/info.rb +14 -13
  30. data/lib/elasticsearch/xpack/api/actions/license/delete.rb +8 -6
  31. data/lib/elasticsearch/xpack/api/actions/license/get.rb +14 -9
  32. data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +8 -7
  33. data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +8 -7
  34. data/lib/elasticsearch/xpack/api/actions/license/params_registry.rb +0 -1
  35. data/lib/elasticsearch/xpack/api/actions/license/post.rb +15 -11
  36. data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +13 -8
  37. data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +14 -9
  38. data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +19 -10
  39. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +12 -6
  40. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +15 -7
  41. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +15 -7
  42. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_data_frame_analytics.rb +36 -0
  43. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +16 -8
  44. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +10 -4
  45. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +15 -5
  46. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb +32 -14
  47. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +18 -8
  48. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +15 -7
  49. data/lib/elasticsearch/xpack/api/actions/machine_learning/estimate_memory_usage.rb +7 -5
  50. data/lib/elasticsearch/xpack/api/actions/machine_learning/evaluate_data_frame.rb +32 -0
  51. data/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb +52 -8
  52. data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +22 -15
  53. data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +18 -10
  54. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +29 -19
  55. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +18 -14
  56. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +18 -10
  57. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +24 -10
  58. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics.rb +50 -0
  59. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics_stats.rb +50 -0
  60. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +18 -7
  61. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +19 -8
  62. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +22 -7
  63. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +24 -16
  64. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +19 -8
  65. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +18 -7
  66. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +30 -16
  67. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +23 -15
  68. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +24 -16
  69. data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +7 -6
  70. data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +12 -8
  71. data/lib/elasticsearch/xpack/api/actions/machine_learning/params_registry.rb +0 -1
  72. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +13 -7
  73. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +19 -11
  74. data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +12 -6
  75. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +12 -6
  76. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +15 -7
  77. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_data_frame_analytics.rb +38 -0
  78. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +13 -7
  79. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +16 -6
  80. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +13 -7
  81. data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +20 -9
  82. data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +16 -13
  83. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_data_frame_analytics.rb +45 -0
  84. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +19 -11
  85. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_data_frame_analytics.rb +49 -0
  86. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +18 -10
  87. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +12 -7
  88. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +15 -7
  89. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +13 -7
  90. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +15 -8
  91. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +9 -4
  92. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +10 -4
  93. data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +16 -8
  94. data/lib/elasticsearch/xpack/api/actions/migration/params_registry.rb +0 -1
  95. data/lib/elasticsearch/xpack/api/actions/params_registry.rb +0 -1
  96. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +12 -6
  97. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +14 -5
  98. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +16 -5
  99. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +12 -6
  100. data/lib/elasticsearch/xpack/api/actions/rollup/params_registry.rb +0 -1
  101. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +13 -7
  102. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +31 -11
  103. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +12 -6
  104. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +23 -7
  105. data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +8 -6
  106. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +20 -10
  107. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +16 -11
  108. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +13 -8
  109. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +16 -11
  110. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +24 -9
  111. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +20 -15
  112. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +17 -12
  113. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +19 -17
  114. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +17 -13
  115. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +17 -13
  116. data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +21 -16
  117. data/lib/elasticsearch/xpack/api/actions/security/get_builtin_privileges.rb +6 -4
  118. data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +21 -9
  119. data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +15 -6
  120. data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +15 -6
  121. data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +9 -7
  122. data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +15 -6
  123. data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +10 -5
  124. data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +17 -7
  125. data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +8 -6
  126. data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +9 -7
  127. data/lib/elasticsearch/xpack/api/actions/security/params_registry.rb +0 -1
  128. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +17 -9
  129. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +20 -11
  130. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +19 -16
  131. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +18 -12
  132. data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +8 -6
  133. data/lib/elasticsearch/xpack/api/actions/sql/params_registry.rb +0 -1
  134. data/lib/elasticsearch/xpack/api/actions/sql/query.rb +14 -8
  135. data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +8 -6
  136. data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +10 -4
  137. data/lib/elasticsearch/xpack/api/actions/ssl/params_registry.rb +0 -1
  138. data/lib/elasticsearch/xpack/api/actions/usage.rb +14 -9
  139. data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +18 -19
  140. data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +12 -15
  141. data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +12 -15
  142. data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +14 -16
  143. data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +19 -10
  144. data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +12 -7
  145. data/lib/elasticsearch/xpack/api/actions/watcher/params_registry.rb +0 -1
  146. data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +24 -16
  147. data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +8 -7
  148. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +27 -11
  149. data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +8 -7
  150. data/lib/elasticsearch/xpack/api/namespace/data_frame.rb +1 -1
  151. data/lib/elasticsearch/xpack/version.rb +1 -1
  152. metadata +25 -16
  153. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb +0 -43
  154. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb +0 -42
  155. data/lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb +0 -46
  156. data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +0 -39
  157. data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +0 -27
@@ -7,35 +7,41 @@ module Elasticsearch
7
7
  module API
8
8
  module Security
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Update or create a user for the native realm
12
12
  #
13
- # @option arguments [String] :username The username of the User (*Required*)
13
+ # @option arguments [String] :username The username of the User
14
+ # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
15
+ # (options: true,false,wait_for)
16
+
14
17
  # @option arguments [Hash] :body The user to add (*Required*)
15
- # @option arguments [Boolean] :refresh Refresh the index after performing the operation
16
18
  #
17
- # @see https://www.elastic.co/guide/en/x-pack/current/security-api-users.html#security-api-put-user
19
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html
18
20
  #
19
- def put_user(arguments={})
20
- raise ArgumentError, "Required argument 'username' missing" unless arguments[:username]
21
+ def put_user(arguments = {})
21
22
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
23
+ raise ArgumentError, "Required argument 'username' missing" unless arguments[:username]
24
+
22
25
  arguments = arguments.clone
23
- username = arguments.delete(:username)
26
+
27
+ _username = arguments.delete(:username)
24
28
 
25
29
  method = Elasticsearch::API::HTTP_PUT
26
- path = Elasticsearch::API::Utils.__pathify "_xpack/security/user", username
30
+ path = "_security/user/#{Elasticsearch::API::Utils.__listify(_username)}"
27
31
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
28
- body = arguments[:body]
29
32
 
33
+ body = arguments[:body]
30
34
  perform_request(method, path, params, body).body
31
35
  end
32
36
 
33
37
  # Register this action with its valid params when the module is loaded.
34
38
  #
35
- # @since 7.4.0
36
- ParamsRegistry.register(:put_user, [ :refresh ].freeze)
37
- end
39
+ # @since 6.2.0
40
+ ParamsRegistry.register(:put_user, [
41
+ :refresh
42
+ ].freeze)
38
43
  end
39
44
  end
45
+ end
40
46
  end
41
47
  end
@@ -7,23 +7,25 @@ module Elasticsearch
7
7
  module API
8
8
  module SQL
9
9
  module Actions
10
-
11
10
  # TODO: Description
12
- #
11
+
13
12
  # @option arguments [Hash] :body Specify the cursor value in the `cursor` element to clean the cursor. (*Required*)
14
13
  #
15
14
  # @see Clear SQL cursor
16
15
  #
17
- def clear_cursor(arguments={})
16
+ def clear_cursor(arguments = {})
18
17
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
18
+
19
+ arguments = arguments.clone
20
+
19
21
  method = Elasticsearch::API::HTTP_POST
20
- path = "_xpack/sql/close"
22
+ path = "_sql/close"
21
23
  params = {}
22
- body = arguments[:body]
23
24
 
25
+ body = arguments[:body]
24
26
  perform_request(method, path, params, body).body
25
27
  end
26
- end
28
+ end
27
29
  end
28
30
  end
29
31
  end
@@ -8,7 +8,6 @@ module Elasticsearch
8
8
  module SQL
9
9
  module Actions
10
10
  module ParamsRegistry
11
-
12
11
  extend self
13
12
 
14
13
  # A Mapping of all the actions to their list of valid params.
@@ -7,29 +7,35 @@ module Elasticsearch
7
7
  module API
8
8
  module SQL
9
9
  module Actions
10
-
11
10
  # TODO: Description
11
+
12
12
  #
13
- # @option arguments [Hash] :body Use the `query` element to start a query. Use the `cursor` element to continue a query. (*Required*)
14
13
  # @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
14
+
15
+ # @option arguments [Hash] :body Use the `query` element to start a query. Use the `cursor` element to continue a query. (*Required*)
15
16
  #
16
17
  # @see Execute SQL
17
18
  #
18
- def query(arguments={})
19
+ def query(arguments = {})
19
20
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
21
+
22
+ arguments = arguments.clone
23
+
20
24
  method = Elasticsearch::API::HTTP_POST
21
- path = "_xpack/sql"
25
+ path = "_sql"
22
26
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
23
- body = arguments[:body]
24
27
 
28
+ body = arguments[:body]
25
29
  perform_request(method, path, params, body).body
26
30
  end
27
31
 
28
32
  # Register this action with its valid params when the module is loaded.
29
33
  #
30
- # @since 7.4.0
31
- ParamsRegistry.register(:query, [ :format ].freeze)
32
- end
34
+ # @since 6.2.0
35
+ ParamsRegistry.register(:query, [
36
+ :format
37
+ ].freeze)
38
+ end
33
39
  end
34
40
  end
35
41
  end
@@ -7,23 +7,25 @@ module Elasticsearch
7
7
  module API
8
8
  module SQL
9
9
  module Actions
10
-
11
10
  # TODO: Description
12
- #
11
+
13
12
  # @option arguments [Hash] :body Specify the query in the `query` element. (*Required*)
14
13
  #
15
14
  # @see Translate SQL into Elasticsearch queries
16
15
  #
17
- def translate(arguments={})
16
+ def translate(arguments = {})
18
17
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
18
+
19
+ arguments = arguments.clone
20
+
19
21
  method = Elasticsearch::API::HTTP_POST
20
- path = "_xpack/sql/translate"
22
+ path = "_sql/translate"
21
23
  params = {}
22
- body = arguments[:body]
23
24
 
25
+ body = arguments[:body]
24
26
  perform_request(method, path, params, body).body
25
27
  end
26
- end
28
+ end
27
29
  end
28
30
  end
29
31
  end
@@ -7,16 +7,22 @@ module Elasticsearch
7
7
  module API
8
8
  module SSL
9
9
  module Actions
10
+ # TODO: Description
11
+
12
+ #
13
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-ssl.html
14
+ #
15
+ def certificates(arguments = {})
16
+ arguments = arguments.clone
10
17
 
11
- def certificates(arguments={})
12
18
  method = Elasticsearch::API::HTTP_GET
13
- path = "_xpack/ssl/certificates"
19
+ path = "_ssl/certificates"
14
20
  params = {}
15
- body = nil
16
21
 
22
+ body = nil
17
23
  perform_request(method, path, params, body).body
18
24
  end
19
- end
25
+ end
20
26
  end
21
27
  end
22
28
  end
@@ -8,7 +8,6 @@ module Elasticsearch
8
8
  module SSL
9
9
  module Actions
10
10
  module ParamsRegistry
11
-
12
11
  extend self
13
12
 
14
13
  # A Mapping of all the actions to their list of valid params.
@@ -6,27 +6,32 @@ module Elasticsearch
6
6
  module XPack
7
7
  module API
8
8
  module Actions
9
+ # TODO: Description
9
10
 
10
- # Retrieve information about X-Pack features usage
11
11
  #
12
- # @option arguments [Duration] :master_timeout Specify timeout for watch write operation
12
+ # @option arguments [Time] :master_timeout Specify timeout for watch write operation
13
+
13
14
  #
15
+ # @see Retrieve information about xpack features usage
14
16
  #
15
- def usage(arguments={})
17
+ def usage(arguments = {})
18
+ arguments = arguments.clone
19
+
16
20
  method = Elasticsearch::API::HTTP_GET
17
21
  path = "_xpack/usage"
18
22
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
19
- body = nil
20
23
 
24
+ body = nil
21
25
  perform_request(method, path, params, body).body
22
26
  end
23
27
 
24
-
25
28
  # Register this action with its valid params when the module is loaded.
26
29
  #
27
- # @since 7.4.0
28
- ParamsRegistry.register(:usage, [ :master_timeout ].freeze)
29
- end
30
- end
30
+ # @since 6.2.0
31
+ ParamsRegistry.register(:usage, [
32
+ :master_timeout
33
+ ].freeze)
31
34
  end
35
+ end
36
+ end
32
37
  end
@@ -7,38 +7,37 @@ module Elasticsearch
7
7
  module API
8
8
  module Watcher
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Acknowledge watch actions to throttle their executions
12
12
  #
13
- # @option arguments [String] :watch_id Watch ID (*Required*)
14
- # @option arguments [List] :action_id A comma-separated list of the action ids to be acked (default: all)
15
- # @option arguments [Duration] :master_timeout Specify timeout for watch write operation
13
+ # @option arguments [String] :watch_id Watch ID
14
+ # @option arguments [List] :action_id A comma-separated list of the action ids to be acked
15
+
16
16
  #
17
- # @see http://www.elastic.co/guide/en/x-pack/current/watcher-api-ack-watch.html
17
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-ack-watch.html
18
18
  #
19
- def ack_watch(arguments={})
19
+ def ack_watch(arguments = {})
20
20
  raise ArgumentError, "Required argument 'watch_id' missing" unless arguments[:watch_id]
21
+
21
22
  arguments = arguments.clone
22
- watch_id = arguments.delete(:watch_id)
23
- action_id = arguments.delete(:action_id)
24
23
 
25
- method = Elasticsearch::API::HTTP_PUT
24
+ _watch_id = arguments.delete(:watch_id)
26
25
 
27
- path = "_xpack/watcher/watch/#{watch_id}/_ack"
28
- path << "/#{action_id}" if action_id
26
+ _action_id = arguments.delete(:action_id)
29
27
 
30
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
31
- body = nil
28
+ method = Elasticsearch::API::HTTP_PUT
29
+ path = if _watch_id && _action_id
30
+ "_watcher/watch/#{Elasticsearch::API::Utils.__listify(_watch_id)}/_ack/#{Elasticsearch::API::Utils.__listify(_action_id)}"
31
+ else
32
+ "_watcher/watch/#{Elasticsearch::API::Utils.__listify(_watch_id)}/_ack"
33
+ end
34
+ params = {}
32
35
 
36
+ body = nil
33
37
  perform_request(method, path, params, body).body
34
38
  end
35
-
36
- # Register this action with its valid params when the module is loaded.
37
- #
38
- # @since 7.4.0
39
- ParamsRegistry.register(:ack_watch, [ :master_timeout ].freeze)
40
- end
41
39
  end
42
40
  end
41
+ end
43
42
  end
44
43
  end
@@ -7,33 +7,30 @@ module Elasticsearch
7
7
  module API
8
8
  module Watcher
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Activate a currently inactive watch
12
12
  #
13
- # @option arguments [String] :watch_id Watch ID (*Required*)
14
- # @option arguments [Duration] :master_timeout Specify timeout for watch write operation
13
+ # @option arguments [String] :watch_id Watch ID
14
+
15
15
  #
16
- # @see http://www.elastic.co/guide/en/x-pack/current/watcher-api-activate-watch.html
16
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-activate-watch.html
17
17
  #
18
- def activate_watch(arguments={})
18
+ def activate_watch(arguments = {})
19
19
  raise ArgumentError, "Required argument 'watch_id' missing" unless arguments[:watch_id]
20
+
20
21
  arguments = arguments.clone
21
- watch_id = arguments.delete(:watch_id)
22
+
23
+ _watch_id = arguments.delete(:watch_id)
22
24
 
23
25
  method = Elasticsearch::API::HTTP_PUT
24
- path = "_xpack/watcher/watch/#{watch_id}/_activate"
25
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
26
- body = nil
26
+ path = "_watcher/watch/#{Elasticsearch::API::Utils.__listify(_watch_id)}/_activate"
27
+ params = {}
27
28
 
29
+ body = nil
28
30
  perform_request(method, path, params, body).body
29
31
  end
30
-
31
- # Register this action with its valid params when the module is loaded.
32
- #
33
- # @since 7.4.0
34
- ParamsRegistry.register(:activate_watch, [ :master_timeout ].freeze)
35
- end
36
32
  end
37
33
  end
34
+ end
38
35
  end
39
36
  end
@@ -7,33 +7,30 @@ module Elasticsearch
7
7
  module API
8
8
  module Watcher
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Deactivate a currently active watch
12
12
  #
13
- # @option arguments [String] :watch_id Watch ID (*Required*)
14
- # @option arguments [Duration] :master_timeout Specify timeout for watch write operation
13
+ # @option arguments [String] :watch_id Watch ID
14
+
15
15
  #
16
- # @see http://www.elastic.co/guide/en/x-pack/current/watcher-api-deactivate-watch.html
16
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-deactivate-watch.html
17
17
  #
18
- def deactivate_watch(arguments={})
18
+ def deactivate_watch(arguments = {})
19
19
  raise ArgumentError, "Required argument 'watch_id' missing" unless arguments[:watch_id]
20
+
20
21
  arguments = arguments.clone
21
- watch_id = arguments.delete(:watch_id)
22
+
23
+ _watch_id = arguments.delete(:watch_id)
22
24
 
23
25
  method = Elasticsearch::API::HTTP_PUT
24
- path = "_xpack/watcher/watch/#{watch_id}/_deactivate"
25
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
26
- body = nil
26
+ path = "_watcher/watch/#{Elasticsearch::API::Utils.__listify(_watch_id)}/_deactivate"
27
+ params = {}
27
28
 
29
+ body = nil
28
30
  perform_request(method, path, params, body).body
29
31
  end
30
-
31
- # Register this action with its valid params when the module is loaded.
32
- #
33
- # @since 7.4.0
34
- ParamsRegistry.register(:deactivate_watch, [ :master_timeout ].freeze)
35
- end
36
32
  end
37
33
  end
34
+ end
38
35
  end
39
36
  end
@@ -7,36 +7,34 @@ module Elasticsearch
7
7
  module API
8
8
  module Watcher
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Remove a watch
12
12
  #
13
- # @option arguments [String] :id Watch ID (*Required*)
14
- # @option arguments [Duration] :master_timeout Specify timeout for watch write operation
15
- # @option arguments [Boolean] :force Specify if this request should be forced and ignore locks
13
+ # @option arguments [String] :id Watch ID
14
+
16
15
  #
17
- # @see http://www.elastic.co/guide/en/x-pack/current/appendix-api-delete-watch.html
16
+ # @see http://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api-delete-watch.html
18
17
  #
19
- def delete_watch(arguments={})
18
+ def delete_watch(arguments = {})
20
19
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
20
+
21
+ arguments = arguments.clone
22
+
23
+ _id = arguments.delete(:id)
24
+
21
25
  method = Elasticsearch::API::HTTP_DELETE
22
- path = "_xpack/watcher/watch/#{arguments[:id]}"
23
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
24
- body = nil
26
+ path = "_watcher/watch/#{Elasticsearch::API::Utils.__listify(_id)}"
27
+ params = {}
25
28
 
29
+ body = nil
26
30
  if Array(arguments[:ignore]).include?(404)
27
31
  Elasticsearch::API::Utils.__rescue_from_not_found { perform_request(method, path, params, body).body }
28
32
  else
29
33
  perform_request(method, path, params, body).body
30
34
  end
31
35
  end
32
-
33
- # Register this action with its valid params when the module is loaded.
34
- #
35
- # @since 7.4.0
36
- ParamsRegistry.register(:delete_watch, [ :master_timeout,
37
- :force ].freeze)
38
- end
39
36
  end
40
37
  end
38
+ end
41
39
  end
42
40
  end