elasticsearch-serverless 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (243) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/async_search/delete.rb +9 -1
  3. data/lib/elasticsearch-serverless/api/async_search/get.rb +17 -3
  4. data/lib/elasticsearch-serverless/api/async_search/status.rb +9 -1
  5. data/lib/elasticsearch-serverless/api/async_search/submit.rb +15 -4
  6. data/lib/elasticsearch-serverless/api/bulk.rb +17 -4
  7. data/lib/elasticsearch-serverless/api/cat/aliases.rb +22 -6
  8. data/lib/elasticsearch-serverless/api/cat/component_templates.rb +22 -6
  9. data/lib/elasticsearch-serverless/api/cat/count.rb +25 -8
  10. data/lib/elasticsearch-serverless/api/cat/help.rb +16 -6
  11. data/lib/elasticsearch-serverless/api/cat/indices.rb +31 -9
  12. data/lib/elasticsearch-serverless/api/cat/ml_data_frame_analytics.rb +24 -8
  13. data/lib/elasticsearch-serverless/api/cat/ml_datafeeds.rb +29 -8
  14. data/lib/elasticsearch-serverless/api/cat/ml_jobs.rb +29 -8
  15. data/lib/elasticsearch-serverless/api/cat/ml_trained_models.rb +25 -8
  16. data/lib/elasticsearch-serverless/api/cat/transforms.rb +27 -9
  17. data/lib/elasticsearch-serverless/api/clear_scroll.rb +12 -3
  18. data/lib/elasticsearch-serverless/api/close_point_in_time.rb +3 -1
  19. data/lib/elasticsearch-serverless/api/cluster/delete_component_template.rb +14 -3
  20. data/lib/elasticsearch-serverless/api/cluster/exists_component_template.rb +18 -5
  21. data/lib/elasticsearch-serverless/api/cluster/get_component_template.rb +16 -4
  22. data/lib/elasticsearch-serverless/api/cluster/info.rb +11 -2
  23. data/lib/elasticsearch-serverless/api/cluster/put_component_template.rb +17 -7
  24. data/lib/elasticsearch-serverless/api/connector/check_in.rb +9 -1
  25. data/lib/elasticsearch-serverless/api/connector/delete.rb +14 -6
  26. data/lib/elasticsearch-serverless/api/connector/get.rb +13 -5
  27. data/lib/elasticsearch-serverless/api/connector/list.rb +7 -5
  28. data/lib/elasticsearch-serverless/api/connector/post.rb +7 -5
  29. data/lib/elasticsearch-serverless/api/connector/put.rb +14 -6
  30. data/lib/elasticsearch-serverless/api/connector/sync_job_cancel.rb +13 -5
  31. data/lib/elasticsearch-serverless/api/connector/sync_job_delete.rb +13 -5
  32. data/lib/elasticsearch-serverless/api/connector/sync_job_get.rb +13 -5
  33. data/lib/elasticsearch-serverless/api/connector/sync_job_list.rb +8 -6
  34. data/lib/elasticsearch-serverless/api/connector/sync_job_post.rb +7 -5
  35. data/lib/elasticsearch-serverless/api/connector/update_active_filtering.rb +9 -1
  36. data/lib/elasticsearch-serverless/api/connector/update_api_key_id.rb +13 -5
  37. data/lib/elasticsearch-serverless/api/connector/update_configuration.rb +13 -5
  38. data/lib/elasticsearch-serverless/api/connector/update_error.rb +9 -1
  39. data/lib/elasticsearch-serverless/api/connector/update_filtering.rb +13 -5
  40. data/lib/elasticsearch-serverless/api/connector/update_filtering_validation.rb +9 -1
  41. data/lib/elasticsearch-serverless/api/connector/update_index_name.rb +13 -5
  42. data/lib/elasticsearch-serverless/api/connector/update_name.rb +13 -5
  43. data/lib/elasticsearch-serverless/api/connector/update_native.rb +13 -5
  44. data/lib/elasticsearch-serverless/api/connector/update_pipeline.rb +13 -5
  45. data/lib/elasticsearch-serverless/api/connector/update_scheduling.rb +13 -5
  46. data/lib/elasticsearch-serverless/api/connector/update_service_type.rb +13 -5
  47. data/lib/elasticsearch-serverless/api/connector/update_status.rb +9 -1
  48. data/lib/elasticsearch-serverless/api/count.rb +30 -10
  49. data/lib/elasticsearch-serverless/api/create.rb +21 -5
  50. data/lib/elasticsearch-serverless/api/delete.rb +17 -5
  51. data/lib/elasticsearch-serverless/api/delete_by_query.rb +38 -11
  52. data/lib/elasticsearch-serverless/api/delete_script.rb +14 -3
  53. data/lib/elasticsearch-serverless/api/enrich/delete_policy.rb +10 -1
  54. data/lib/elasticsearch-serverless/api/enrich/execute_policy.rb +9 -1
  55. data/lib/elasticsearch-serverless/api/enrich/get_policy.rb +12 -2
  56. data/lib/elasticsearch-serverless/api/enrich/put_policy.rb +10 -1
  57. data/lib/elasticsearch-serverless/api/enrich/stats.rb +4 -1
  58. data/lib/elasticsearch-serverless/api/eql/delete.rb +12 -2
  59. data/lib/elasticsearch-serverless/api/eql/get.rb +13 -3
  60. data/lib/elasticsearch-serverless/api/eql/get_status.rb +9 -1
  61. data/lib/elasticsearch-serverless/api/eql/search.rb +9 -1
  62. data/lib/elasticsearch-serverless/api/exists.rb +20 -6
  63. data/lib/elasticsearch-serverless/api/exists_source.rb +16 -4
  64. data/lib/elasticsearch-serverless/api/explain.rb +17 -5
  65. data/lib/elasticsearch-serverless/api/field_caps.rb +12 -2
  66. data/lib/elasticsearch-serverless/api/get.rb +18 -5
  67. data/lib/elasticsearch-serverless/api/get_script.rb +10 -1
  68. data/lib/elasticsearch-serverless/api/get_source.rb +10 -1
  69. data/lib/elasticsearch-serverless/api/graph/explore.rb +12 -2
  70. data/lib/elasticsearch-serverless/api/index.rb +25 -6
  71. data/lib/elasticsearch-serverless/api/indices/add_block.rb +11 -2
  72. data/lib/elasticsearch-serverless/api/indices/analyze.rb +12 -2
  73. data/lib/elasticsearch-serverless/api/indices/create.rb +16 -4
  74. data/lib/elasticsearch-serverless/api/indices/create_data_stream.rb +19 -3
  75. data/lib/elasticsearch-serverless/api/indices/delete.rb +25 -7
  76. data/lib/elasticsearch-serverless/api/indices/delete_alias.rb +18 -5
  77. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +11 -2
  78. data/lib/elasticsearch-serverless/api/indices/delete_data_stream.rb +11 -1
  79. data/lib/elasticsearch-serverless/api/indices/delete_index_template.rb +9 -1
  80. data/lib/elasticsearch-serverless/api/indices/exists.rb +17 -4
  81. data/lib/elasticsearch-serverless/api/indices/exists_alias.rb +19 -5
  82. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +9 -1
  83. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +11 -2
  84. data/lib/elasticsearch-serverless/api/indices/get.rb +18 -4
  85. data/lib/elasticsearch-serverless/api/indices/get_alias.rb +23 -6
  86. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +17 -3
  87. data/lib/elasticsearch-serverless/api/indices/get_data_stream.rb +16 -3
  88. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +9 -1
  89. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +21 -5
  90. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +26 -6
  91. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +13 -2
  92. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +4 -1
  93. data/lib/elasticsearch-serverless/api/indices/put_alias.rb +20 -5
  94. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +22 -6
  95. data/lib/elasticsearch-serverless/api/indices/put_index_template.rb +11 -2
  96. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +20 -5
  97. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +28 -7
  98. data/lib/elasticsearch-serverless/api/indices/refresh.rb +19 -4
  99. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +19 -3
  100. data/lib/elasticsearch-serverless/api/indices/rollover.rb +19 -5
  101. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +9 -1
  102. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +11 -2
  103. data/lib/elasticsearch-serverless/api/indices/update_aliases.rb +8 -3
  104. data/lib/elasticsearch-serverless/api/indices/validate_query.rb +24 -7
  105. data/lib/elasticsearch-serverless/api/inference/delete.rb +9 -1
  106. data/lib/elasticsearch-serverless/api/inference/get.rb +9 -1
  107. data/lib/elasticsearch-serverless/api/inference/inference.rb +9 -1
  108. data/lib/elasticsearch-serverless/api/inference/put.rb +9 -1
  109. data/lib/elasticsearch-serverless/api/info.rb +4 -1
  110. data/lib/elasticsearch-serverless/api/ingest/delete_pipeline.rb +15 -4
  111. data/lib/elasticsearch-serverless/api/ingest/get_pipeline.rb +14 -3
  112. data/lib/elasticsearch-serverless/api/ingest/processor_grok.rb +3 -1
  113. data/lib/elasticsearch-serverless/api/ingest/put_pipeline.rb +9 -1
  114. data/lib/elasticsearch-serverless/api/ingest/simulate.rb +11 -2
  115. data/lib/elasticsearch-serverless/api/license/get.rb +8 -4
  116. data/lib/elasticsearch-serverless/api/logstash/delete_pipeline.rb +9 -1
  117. data/lib/elasticsearch-serverless/api/logstash/get_pipeline.rb +9 -1
  118. data/lib/elasticsearch-serverless/api/logstash/put_pipeline.rb +9 -1
  119. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +14 -4
  120. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +10 -1
  121. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +12 -3
  122. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +12 -3
  123. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +10 -2
  124. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +16 -4
  125. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +10 -2
  126. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +17 -6
  127. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +11 -3
  128. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +10 -2
  129. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +4 -1
  130. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +4 -2
  131. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +20 -7
  132. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +10 -2
  133. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +10 -2
  134. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +25 -5
  135. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +22 -4
  136. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +21 -4
  137. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +24 -5
  138. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +10 -2
  139. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +22 -4
  140. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +24 -5
  141. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +32 -8
  142. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +29 -8
  143. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +19 -4
  144. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +12 -5
  145. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +10 -2
  146. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +10 -1
  147. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +14 -3
  148. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +10 -2
  149. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +10 -2
  150. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +13 -3
  151. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +18 -6
  152. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +10 -2
  153. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +11 -2
  154. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +16 -4
  155. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +15 -4
  156. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +12 -3
  157. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +10 -2
  158. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +15 -4
  159. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +15 -4
  160. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +28 -9
  161. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +27 -6
  162. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +24 -5
  163. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +20 -4
  164. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +16 -4
  165. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +13 -3
  166. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +22 -5
  167. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +10 -1
  168. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +10 -1
  169. data/lib/elasticsearch-serverless/api/machine_learning/update_trained_model_deployment.rb +16 -3
  170. data/lib/elasticsearch-serverless/api/mget.rb +17 -4
  171. data/lib/elasticsearch-serverless/api/msearch.rb +22 -10
  172. data/lib/elasticsearch-serverless/api/msearch_template.rb +16 -4
  173. data/lib/elasticsearch-serverless/api/mtermvectors.rb +14 -8
  174. data/lib/elasticsearch-serverless/api/open_point_in_time.rb +16 -4
  175. data/lib/elasticsearch-serverless/api/ping.rb +4 -1
  176. data/lib/elasticsearch-serverless/api/put_script.rb +18 -5
  177. data/lib/elasticsearch-serverless/api/query_rules/delete_rule.rb +9 -1
  178. data/lib/elasticsearch-serverless/api/query_rules/delete_ruleset.rb +9 -1
  179. data/lib/elasticsearch-serverless/api/query_rules/get_rule.rb +9 -1
  180. data/lib/elasticsearch-serverless/api/query_rules/get_ruleset.rb +9 -1
  181. data/lib/elasticsearch-serverless/api/query_rules/list_rulesets.rb +3 -1
  182. data/lib/elasticsearch-serverless/api/query_rules/put_rule.rb +9 -1
  183. data/lib/elasticsearch-serverless/api/query_rules/put_ruleset.rb +9 -1
  184. data/lib/elasticsearch-serverless/api/rank_eval.rb +11 -2
  185. data/lib/elasticsearch-serverless/api/reindex.rb +11 -7
  186. data/lib/elasticsearch-serverless/api/render_search_template.rb +11 -2
  187. data/lib/elasticsearch-serverless/api/scripts_painless_execute.rb +4 -1
  188. data/lib/elasticsearch-serverless/api/scroll.rb +9 -1
  189. data/lib/elasticsearch-serverless/api/search.rb +107 -30
  190. data/lib/elasticsearch-serverless/api/search_application/delete.rb +11 -2
  191. data/lib/elasticsearch-serverless/api/search_application/delete_behavioral_analytics.rb +10 -1
  192. data/lib/elasticsearch-serverless/api/search_application/get.rb +10 -2
  193. data/lib/elasticsearch-serverless/api/search_application/get_behavioral_analytics.rb +10 -2
  194. data/lib/elasticsearch-serverless/api/search_application/list.rb +3 -1
  195. data/lib/elasticsearch-serverless/api/search_application/put.rb +10 -2
  196. data/lib/elasticsearch-serverless/api/search_application/put_behavioral_analytics.rb +10 -2
  197. data/lib/elasticsearch-serverless/api/search_application/search.rb +12 -2
  198. data/lib/elasticsearch-serverless/api/search_mvt.rb +27 -7
  199. data/lib/elasticsearch-serverless/api/search_template.rb +22 -6
  200. data/lib/elasticsearch-serverless/api/security/authenticate.rb +6 -2
  201. data/lib/elasticsearch-serverless/api/security/create_api_key.rb +4 -1
  202. data/lib/elasticsearch-serverless/api/security/get_api_key.rb +19 -7
  203. data/lib/elasticsearch-serverless/api/security/has_privileges.rb +10 -1
  204. data/lib/elasticsearch-serverless/api/security/invalidate_api_key.rb +4 -1
  205. data/lib/elasticsearch-serverless/api/security/query_api_keys.rb +7 -3
  206. data/lib/elasticsearch-serverless/api/sql/clear_cursor.rb +3 -1
  207. data/lib/elasticsearch-serverless/api/sql/delete_async.rb +9 -1
  208. data/lib/elasticsearch-serverless/api/sql/get_async.rb +15 -4
  209. data/lib/elasticsearch-serverless/api/sql/get_async_status.rb +9 -1
  210. data/lib/elasticsearch-serverless/api/sql/query.rb +3 -1
  211. data/lib/elasticsearch-serverless/api/sql/translate.rb +3 -1
  212. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +9 -1
  213. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +9 -1
  214. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +9 -1
  215. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +9 -1
  216. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +3 -1
  217. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +9 -1
  218. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +9 -1
  219. data/lib/elasticsearch-serverless/api/terms_enum.rb +9 -1
  220. data/lib/elasticsearch-serverless/api/termvectors.rb +21 -9
  221. data/lib/elasticsearch-serverless/api/transform/delete_transform.rb +14 -3
  222. data/lib/elasticsearch-serverless/api/transform/get_transform.rb +23 -4
  223. data/lib/elasticsearch-serverless/api/transform/get_transform_stats.rb +20 -3
  224. data/lib/elasticsearch-serverless/api/transform/preview_transform.rb +15 -5
  225. data/lib/elasticsearch-serverless/api/transform/put_transform.rb +17 -7
  226. data/lib/elasticsearch-serverless/api/transform/reset_transform.rb +14 -3
  227. data/lib/elasticsearch-serverless/api/transform/schedule_now_transform.rb +11 -3
  228. data/lib/elasticsearch-serverless/api/transform/start_transform.rb +10 -3
  229. data/lib/elasticsearch-serverless/api/transform/stop_transform.rb +23 -6
  230. data/lib/elasticsearch-serverless/api/transform/update_transform.rb +15 -4
  231. data/lib/elasticsearch-serverless/api/update.rb +23 -7
  232. data/lib/elasticsearch-serverless/api/update_by_query.rb +37 -9
  233. data/lib/elasticsearch-serverless/api.rb +3 -3
  234. data/lib/elasticsearch-serverless/version.rb +1 -1
  235. data/lib/elasticsearch-serverless.rb +4 -3
  236. metadata +9 -86
  237. data/lib/elasticsearch-serverless/api/connector/last_sync.rb +0 -59
  238. data/lib/elasticsearch-serverless/api/esql/query.rb +0 -57
  239. data/lib/elasticsearch-serverless/api/indices/data_streams_stats.rb +0 -56
  240. data/lib/elasticsearch-serverless/api/indices/put_template.rb +0 -60
  241. data/lib/elasticsearch-serverless/api/machine_learning/infer_trained_model.rb +0 -63
  242. data/lib/elasticsearch-serverless/api/security/update_api_key.rb +0 -66
  243. data/lib/elasticsearch-serverless/api/tasks/get.rb +0 -57
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html
36
36
  #
37
37
  def get_index_template(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get_index_template" }
39
+
40
+ defined_params = [:name].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  arguments = arguments.clone
39
47
  headers = arguments.delete(:headers) || {}
40
48
 
@@ -51,7 +59,7 @@ module ElasticsearchServerless
51
59
  params = Utils.process_params(arguments)
52
60
 
53
61
  ElasticsearchServerless::API::Response.new(
54
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
55
63
  )
56
64
  end
57
65
  end
@@ -22,20 +22,36 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Get mapping definitions.
25
26
  # Retrieves mapping definitions for one or more indices.
26
27
  # For data streams, the API retrieves mappings for the stream’s backing indices.
27
28
  #
28
- # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
- # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. Server default: true.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request.
30
+ # Supports wildcards (+*+).
31
+ # To target all data streams and indices, omit this parameter or use +*+ or +_all+.
32
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices.
33
+ # This behavior applies even if the request targets other open indices. Server default: true.
34
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
35
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
36
+ # Supports comma-separated values, such as +open,hidden+.
37
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
31
38
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
32
39
  # @option arguments [Boolean] :local If +true+, the request retrieves information from the local node only.
33
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
40
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
41
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
34
42
  # @option arguments [Hash] :headers Custom HTTP headers
35
43
  #
36
44
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-mapping.html
37
45
  #
38
46
  def get_mapping(arguments = {})
47
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get_mapping" }
48
+
49
+ defined_params = [:index].inject({}) do |set_variables, variable|
50
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
51
+ set_variables
52
+ end
53
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
54
+
39
55
  arguments = arguments.clone
40
56
  headers = arguments.delete(:headers) || {}
41
57
 
@@ -52,7 +68,7 @@ module ElasticsearchServerless
52
68
  params = Utils.process_params(arguments)
53
69
 
54
70
  ElasticsearchServerless::API::Response.new(
55
- perform_request(method, path, params, body, headers)
71
+ perform_request(method, path, params, body, headers, request_opts)
56
72
  )
57
73
  end
58
74
  end
@@ -22,23 +22,43 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Get index settings.
25
26
  # Returns setting information for one or more indices. For data streams,
26
27
  # returns setting information for the stream’s backing indices.
27
28
  #
28
- # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit
30
+ # the request. Supports wildcards (+*+). To target all data streams and
31
+ # indices, omit this parameter or use +*+ or +_all+.
29
32
  # @option arguments [String, Array<String>] :name Comma-separated list or wildcard expression of settings to retrieve.
30
- # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting +foo*,bar*+ returns an error if an index starts with foo but no index starts with +bar+. Server default: true.
31
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Server default: open.
33
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index
34
+ # alias, or +_all+ value targets only missing or closed indices. This
35
+ # behavior applies even if the request targets other open indices. For
36
+ # example, a request targeting +foo*,bar*+ returns an error if an index
37
+ # starts with foo but no index starts with +bar+. Server default: true.
38
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
39
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
40
+ # Supports comma-separated values, such as +open,hidden+. Server default: open.
32
41
  # @option arguments [Boolean] :flat_settings If +true+, returns settings in flat format.
33
42
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
34
43
  # @option arguments [Boolean] :include_defaults If +true+, return all default settings in the response.
35
- # @option arguments [Boolean] :local If +true+, the request retrieves information from the local node only. If +false+, information is retrieved from the master node.
36
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
44
+ # @option arguments [Boolean] :local If +true+, the request retrieves information from the local node only. If
45
+ # +false+, information is retrieved from the master node.
46
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is
47
+ # received before the timeout expires, the request fails and returns an
48
+ # error. Server default: 30s.
37
49
  # @option arguments [Hash] :headers Custom HTTP headers
38
50
  #
39
51
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-settings.html
40
52
  #
41
53
  def get_settings(arguments = {})
54
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get_settings" }
55
+
56
+ defined_params = [:index, :name].inject({}) do |set_variables, variable|
57
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
58
+ set_variables
59
+ end
60
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
61
+
42
62
  arguments = arguments.clone
43
63
  headers = arguments.delete(:headers) || {}
44
64
 
@@ -61,7 +81,7 @@ module ElasticsearchServerless
61
81
  params = Utils.process_params(arguments)
62
82
 
63
83
  ElasticsearchServerless::API::Response.new(
64
- perform_request(method, path, params, body, headers)
84
+ perform_request(method, path, params, body, headers, request_opts)
65
85
  )
66
86
  end
67
87
  end
@@ -22,6 +22,7 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Convert an index alias to a data stream.
25
26
  # Converts an index alias to a data stream.
26
27
  # You must have a matching index template that is data stream enabled.
27
28
  # The alias must meet the following criteria:
@@ -34,11 +35,21 @@ module ElasticsearchServerless
34
35
  # The write index for the alias becomes the write index for the stream.
35
36
  #
36
37
  # @option arguments [String] :name Name of the index alias to convert to a data stream. (*Required*)
38
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
39
+ # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
37
40
  # @option arguments [Hash] :headers Custom HTTP headers
38
41
  #
39
42
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
40
43
  #
41
44
  def migrate_to_data_stream(arguments = {})
45
+ request_opts = { endpoint: arguments[:endpoint] || "indices.migrate_to_data_stream" }
46
+
47
+ defined_params = [:name].inject({}) do |set_variables, variable|
48
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
49
+ set_variables
50
+ end
51
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
52
+
42
53
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
43
54
 
44
55
  arguments = arguments.clone
@@ -50,10 +61,10 @@ module ElasticsearchServerless
50
61
 
51
62
  method = ElasticsearchServerless::API::HTTP_POST
52
63
  path = "_data_stream/_migrate/#{Utils.listify(_name)}"
53
- params = {}
64
+ params = Utils.process_params(arguments)
54
65
 
55
66
  ElasticsearchServerless::API::Response.new(
56
- perform_request(method, path, params, body, headers)
67
+ perform_request(method, path, params, body, headers, request_opts)
57
68
  )
58
69
  end
59
70
  end
@@ -22,6 +22,7 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Update data streams.
25
26
  # Performs one or more data stream modification actions in a single atomic operation.
26
27
  #
27
28
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -30,6 +31,8 @@ module ElasticsearchServerless
30
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
31
32
  #
32
33
  def modify_data_stream(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "indices.modify_data_stream" }
35
+
33
36
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
34
37
 
35
38
  arguments = arguments.clone
@@ -42,7 +45,7 @@ module ElasticsearchServerless
42
45
  params = {}
43
46
 
44
47
  ElasticsearchServerless::API::Response.new(
45
- perform_request(method, path, params, body, headers)
48
+ perform_request(method, path, params, body, headers, request_opts)
46
49
  )
47
50
  end
48
51
  end
@@ -22,18 +22,33 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Create or update an alias.
25
26
  # Adds a data stream or index to an alias.
26
27
  #
27
- # @option arguments [String, Array] :index Comma-separated list of data streams or indices to add. Supports wildcards (+*+). Wildcard patterns that match both data streams and indices return an error. (*Required*)
28
- # @option arguments [String] :name Alias to update. If the alias doesn’t exist, the request creates it. Index alias names support date math. (*Required*)
29
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
28
+ # @option arguments [String, Array] :index Comma-separated list of data streams or indices to add.
29
+ # Supports wildcards (+*+).
30
+ # Wildcard patterns that match both data streams and indices return an error. (*Required*)
31
+ # @option arguments [String] :name Alias to update.
32
+ # If the alias doesn’t exist, the request creates it.
33
+ # Index alias names support date math. (*Required*)
34
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
35
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
36
+ # @option arguments [Time] :timeout Period to wait for a response.
37
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
38
  # @option arguments [Hash] :headers Custom HTTP headers
32
39
  # @option arguments [Hash] :body request body
33
40
  #
34
41
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html
35
42
  #
36
43
  def put_alias(arguments = {})
44
+ request_opts = { endpoint: arguments[:endpoint] || "indices.put_alias" }
45
+
46
+ defined_params = [:index, :name].inject({}) do |set_variables, variable|
47
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
48
+ set_variables
49
+ end
50
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
51
+
37
52
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
38
53
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
39
54
 
@@ -53,7 +68,7 @@ module ElasticsearchServerless
53
68
  params = Utils.process_params(arguments)
54
69
 
55
70
  ElasticsearchServerless::API::Response.new(
56
- perform_request(method, path, params, body, headers)
71
+ perform_request(method, path, params, body, headers, request_opts)
57
72
  )
58
73
  end
59
74
  end
@@ -22,18 +22,34 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Update the data lifecycle of the specified data streams.
25
+ # Update data stream lifecycles.
26
+ # Update the data stream lifecycle of the specified data streams.
26
27
  #
27
- # @option arguments [String, Array<String>] :name Comma-separated list of data streams used to limit the request. Supports wildcards (+*+). To target all data streams use +*+ or +_all+. (*Required*)
28
- # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +hidden+, +open+, +closed+, +none+. Server default: open.
29
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
28
+ # @option arguments [String, Array<String>] :name Comma-separated list of data streams used to limit the request.
29
+ # Supports wildcards (+*+).
30
+ # To target all data streams use +*+ or +_all+. (*Required*)
31
+ # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match.
32
+ # Supports comma-separated values, such as +open,hidden+.
33
+ # Valid values are: +all+, +hidden+, +open+, +closed+, +none+. Server default: open.
34
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is
35
+ # received before the timeout expires, the request fails and returns an
36
+ # error. Server default: 30s.
37
+ # @option arguments [Time] :timeout Period to wait for a response.
38
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
39
  # @option arguments [Hash] :headers Custom HTTP headers
32
40
  # @option arguments [Hash] :body request body
33
41
  #
34
42
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html
35
43
  #
36
44
  def put_data_lifecycle(arguments = {})
45
+ request_opts = { endpoint: arguments[:endpoint] || "indices.put_data_lifecycle" }
46
+
47
+ defined_params = [:name].inject({}) do |set_variables, variable|
48
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
49
+ set_variables
50
+ end
51
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
52
+
37
53
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
38
54
 
39
55
  arguments = arguments.clone
@@ -48,7 +64,7 @@ module ElasticsearchServerless
48
64
  params = Utils.process_params(arguments)
49
65
 
50
66
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
67
+ perform_request(method, path, params, body, headers, request_opts)
52
68
  )
53
69
  end
54
70
  end
@@ -27,7 +27,8 @@ module ElasticsearchServerless
27
27
  #
28
28
  # @option arguments [String] :name Index or template name (*Required*)
29
29
  # @option arguments [Boolean] :create If +true+, this request cannot replace or update existing index templates.
30
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
31
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
32
  # @option arguments [String] :cause User defined reason for creating/updating the index template
32
33
  # @option arguments [Hash] :headers Custom HTTP headers
33
34
  # @option arguments [Hash] :body request body
@@ -35,6 +36,14 @@ module ElasticsearchServerless
35
36
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html
36
37
  #
37
38
  def put_index_template(arguments = {})
39
+ request_opts = { endpoint: arguments[:endpoint] || "indices.put_index_template" }
40
+
41
+ defined_params = [:name].inject({}) do |set_variables, variable|
42
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
43
+ set_variables
44
+ end
45
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
46
+
38
47
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
48
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
40
49
 
@@ -50,7 +59,7 @@ module ElasticsearchServerless
50
59
  params = Utils.process_params(arguments)
51
60
 
52
61
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
54
63
  )
55
64
  end
56
65
  end
@@ -22,16 +22,23 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Update field mappings.
25
26
  # Adds new fields to an existing data stream or index.
26
27
  # You can also use this API to change the search settings of existing fields.
27
28
  # For data streams, these changes are applied to all backing indices by default.
28
29
  #
29
30
  # @option arguments [String, Array] :index A comma-separated list of index names the mapping should be added to (supports wildcards); use +_all+ or omit to add the mapping on all indices. (*Required*)
30
- # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. Server default: true.
31
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
31
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices.
32
+ # This behavior applies even if the request targets other open indices. Server default: true.
33
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
34
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
35
+ # Supports comma-separated values, such as +open,hidden+.
36
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
32
37
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
33
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
34
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
38
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
39
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
40
+ # @option arguments [Time] :timeout Period to wait for a response.
41
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
35
42
  # @option arguments [Boolean] :write_index_only If +true+, the mappings are applied only to the current write index for the target.
36
43
  # @option arguments [Hash] :headers Custom HTTP headers
37
44
  # @option arguments [Hash] :body request body
@@ -39,6 +46,14 @@ module ElasticsearchServerless
39
46
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-mapping.html
40
47
  #
41
48
  def put_mapping(arguments = {})
49
+ request_opts = { endpoint: arguments[:endpoint] || "indices.put_mapping" }
50
+
51
+ defined_params = [:index].inject({}) do |set_variables, variable|
52
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
53
+ set_variables
54
+ end
55
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
56
+
42
57
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
43
58
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
44
59
 
@@ -54,7 +69,7 @@ module ElasticsearchServerless
54
69
  params = Utils.process_params(arguments)
55
70
 
56
71
  ElasticsearchServerless::API::Response.new(
57
- perform_request(method, path, params, body, headers)
72
+ perform_request(method, path, params, body, headers, request_opts)
58
73
  )
59
74
  end
60
75
  end
@@ -22,23 +22,44 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Changes a dynamic index setting in real time. For data streams, index setting
25
+ # Update index settings.
26
+ # Changes dynamic index settings in real time. For data streams, index setting
26
27
  # changes are applied to all backing indices by default.
27
28
  #
28
- # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
- # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting +foo*,bar*+ returns an error if an index starts with +foo+ but no index starts with +bar+.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Server default: open.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit
30
+ # the request. Supports wildcards (+*+). To target all data streams and
31
+ # indices, omit this parameter or use +*+ or +_all+.
32
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index
33
+ # alias, or +_all+ value targets only missing or closed indices. This
34
+ # behavior applies even if the request targets other open indices. For
35
+ # example, a request targeting +foo*,bar*+ returns an error if an index
36
+ # starts with +foo+ but no index starts with +bar+.
37
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target
38
+ # data streams, this argument determines whether wildcard expressions match
39
+ # hidden data streams. Supports comma-separated values, such as
40
+ # +open,hidden+. Server default: open.
31
41
  # @option arguments [Boolean] :flat_settings If +true+, returns settings in flat format.
32
42
  # @option arguments [Boolean] :ignore_unavailable If +true+, returns settings in flat format.
33
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
43
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is
44
+ # received before the timeout expires, the request fails and returns an
45
+ # error. Server default: 30s.
34
46
  # @option arguments [Boolean] :preserve_existing If +true+, existing index settings remain unchanged.
35
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
47
+ # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the
48
+ # timeout expires, the request fails and returns an error. Server default: 30s.
36
49
  # @option arguments [Hash] :headers Custom HTTP headers
37
50
  # @option arguments [Hash] :body settings
38
51
  #
39
52
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-update-settings.html
40
53
  #
41
54
  def put_settings(arguments = {})
55
+ request_opts = { endpoint: arguments[:endpoint] || "indices.put_settings" }
56
+
57
+ defined_params = [:index].inject({}) do |set_variables, variable|
58
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
59
+ set_variables
60
+ end
61
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
62
+
42
63
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
43
64
 
44
65
  arguments = arguments.clone
@@ -57,7 +78,7 @@ module ElasticsearchServerless
57
78
  params = Utils.process_params(arguments)
58
79
 
59
80
  ElasticsearchServerless::API::Response.new(
60
- perform_request(method, path, params, body, headers)
81
+ perform_request(method, path, params, body, headers, request_opts)
61
82
  )
62
83
  end
63
84
  end
@@ -22,18 +22,33 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Refresh an index.
25
26
  # A refresh makes recent operations performed on one or more indices available for search.
26
27
  # For data streams, the API runs the refresh operation on the stream’s backing indices.
27
28
  #
28
- # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
- # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. Server default: true.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases used to limit the request.
30
+ # Supports wildcards (+*+).
31
+ # To target all data streams and indices, omit this parameter or use +*+ or +_all+.
32
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices.
33
+ # This behavior applies even if the request targets other open indices. Server default: true.
34
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
35
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
36
+ # Supports comma-separated values, such as +open,hidden+.
37
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
31
38
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
32
39
  # @option arguments [Hash] :headers Custom HTTP headers
33
40
  #
34
41
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-refresh.html
35
42
  #
36
43
  def refresh(arguments = {})
44
+ request_opts = { endpoint: arguments[:endpoint] || "indices.refresh" }
45
+
46
+ defined_params = [:index].inject({}) do |set_variables, variable|
47
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
48
+ set_variables
49
+ end
50
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
51
+
37
52
  arguments = arguments.clone
38
53
  headers = arguments.delete(:headers) || {}
39
54
 
@@ -50,7 +65,7 @@ module ElasticsearchServerless
50
65
  params = Utils.process_params(arguments)
51
66
 
52
67
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
68
+ perform_request(method, path, params, body, headers, request_opts)
54
69
  )
55
70
  end
56
71
  end
@@ -25,13 +25,29 @@ module ElasticsearchServerless
25
25
  # Resolves the specified name(s) and/or index patterns for indices, aliases, and data streams.
26
26
  # Multiple patterns and remote clusters are supported.
27
27
  #
28
- # @option arguments [String, Array<String>] :name Comma-separated name(s) or index pattern(s) of the indices, aliases, and data streams to resolve. Resources on remote clusters can be specified using the +<cluster>+:+<name>+ syntax. (*Required*)
29
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
28
+ # @option arguments [String, Array<String>] :name Comma-separated name(s) or index pattern(s) of the indices, aliases, and data streams to resolve.
29
+ # Resources on remote clusters can be specified using the +<cluster>+:+<name>+ syntax. (*Required*)
30
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
31
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
32
+ # Supports comma-separated values, such as +open,hidden+.
33
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
34
+ # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
35
+ # @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices.
36
+ # This behavior applies even if the request targets other open indices.
37
+ # For example, a request targeting +foo*,bar*+ returns an error if an index starts with +foo+ but no index starts with +bar+. Server default: true.
30
38
  # @option arguments [Hash] :headers Custom HTTP headers
31
39
  #
32
40
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html
33
41
  #
34
42
  def resolve_index(arguments = {})
43
+ request_opts = { endpoint: arguments[:endpoint] || "indices.resolve_index" }
44
+
45
+ defined_params = [:name].inject({}) do |set_variables, variable|
46
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
47
+ set_variables
48
+ end
49
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
50
+
35
51
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
36
52
 
37
53
  arguments = arguments.clone
@@ -46,7 +62,7 @@ module ElasticsearchServerless
46
62
  params = Utils.process_params(arguments)
47
63
 
48
64
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
65
+ perform_request(method, path, params, body, headers, request_opts)
50
66
  )
51
67
  end
52
68
  end
@@ -22,20 +22,34 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Roll over to a new index.
25
26
  # Creates a new index for a data stream or index alias.
26
27
  #
27
28
  # @option arguments [String] :alias Name of the data stream or index alias to roll over. (*Required*)
28
- # @option arguments [String] :new_index Name of the index to create. Supports date math. Data streams do not support this parameter.
29
+ # @option arguments [String] :new_index Name of the index to create.
30
+ # Supports date math.
31
+ # Data streams do not support this parameter.
29
32
  # @option arguments [Boolean] :dry_run If +true+, checks whether the current index satisfies the specified conditions but does not perform a rollover.
30
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
32
- # @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation. Set to all or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
33
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
34
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
35
+ # @option arguments [Time] :timeout Period to wait for a response.
36
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
37
+ # @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation.
38
+ # Set to all or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
33
39
  # @option arguments [Hash] :headers Custom HTTP headers
34
40
  # @option arguments [Hash] :body request body
35
41
  #
36
42
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-rollover-index.html
37
43
  #
38
44
  def rollover(arguments = {})
45
+ request_opts = { endpoint: arguments[:endpoint] || "indices.rollover" }
46
+
47
+ defined_params = [:alias, :new_index].inject({}) do |set_variables, variable|
48
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
49
+ set_variables
50
+ end
51
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
52
+
39
53
  raise ArgumentError, "Required argument 'alias' missing" unless arguments[:alias]
40
54
 
41
55
  arguments = arguments.clone
@@ -56,7 +70,7 @@ module ElasticsearchServerless
56
70
  params = Utils.process_params(arguments)
57
71
 
58
72
  ElasticsearchServerless::API::Response.new(
59
- perform_request(method, path, params, body, headers)
73
+ perform_request(method, path, params, body, headers, request_opts)
60
74
  )
61
75
  end
62
76
  end
@@ -33,6 +33,14 @@ module ElasticsearchServerless
33
33
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index.html
34
34
  #
35
35
  def simulate_index_template(arguments = {})
36
+ request_opts = { endpoint: arguments[:endpoint] || "indices.simulate_index_template" }
37
+
38
+ defined_params = [:name].inject({}) do |set_variables, variable|
39
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
40
+ set_variables
41
+ end
42
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
43
+
36
44
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
37
45
 
38
46
  arguments = arguments.clone
@@ -47,7 +55,7 @@ module ElasticsearchServerless
47
55
  params = Utils.process_params(arguments)
48
56
 
49
57
  ElasticsearchServerless::API::Response.new(
50
- perform_request(method, path, params, body, headers)
58
+ perform_request(method, path, params, body, headers, request_opts)
51
59
  )
52
60
  end
53
61
  end