elasticsearch-api 7.13.3 → 8.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1006) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -10
  3. data/README.md +15 -186
  4. data/Rakefile +29 -74
  5. data/api-spec-testing/README.md +118 -0
  6. data/api-spec-testing/custom_cleanup.rb +32 -0
  7. data/api-spec-testing/logging.rb +28 -0
  8. data/api-spec-testing/rspec_matchers.rb +338 -0
  9. data/api-spec-testing/test_file/action.rb +251 -0
  10. data/api-spec-testing/test_file/task_group.rb +346 -0
  11. data/api-spec-testing/test_file/test.rb +296 -0
  12. data/api-spec-testing/test_file.rb +184 -0
  13. data/api-spec-testing/wipe_cluster.rb +423 -0
  14. data/elasticsearch-api.gemspec +22 -17
  15. data/lib/elasticsearch/api/actions/async_search/delete.rb +60 -0
  16. data/lib/elasticsearch/api/actions/async_search/get.rb +63 -0
  17. data/lib/elasticsearch/api/actions/async_search/status.rb +61 -0
  18. data/lib/elasticsearch/api/actions/async_search/submit.rb +104 -0
  19. data/lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb +60 -0
  20. data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb +50 -0
  21. data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb +60 -0
  22. data/lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb +62 -0
  23. data/lib/elasticsearch/api/actions/bulk.rb +29 -35
  24. data/lib/elasticsearch/api/actions/cat/aliases.rb +19 -20
  25. data/lib/elasticsearch/api/actions/cat/allocation.rb +19 -21
  26. data/lib/elasticsearch/api/actions/cat/component_templates.rb +69 -0
  27. data/lib/elasticsearch/api/actions/cat/count.rb +19 -18
  28. data/lib/elasticsearch/api/actions/cat/fielddata.rb +19 -20
  29. data/lib/elasticsearch/api/actions/cat/health.rb +14 -20
  30. data/lib/elasticsearch/api/actions/cat/help.rb +14 -15
  31. data/lib/elasticsearch/api/actions/cat/indices.rb +19 -27
  32. data/lib/elasticsearch/api/actions/cat/master.rb +14 -20
  33. data/lib/elasticsearch/api/actions/cat/ml_data_frame_analytics.rb +70 -0
  34. data/lib/elasticsearch/api/actions/cat/ml_datafeeds.rb +69 -0
  35. data/lib/elasticsearch/api/actions/cat/ml_jobs.rb +70 -0
  36. data/lib/elasticsearch/api/actions/cat/ml_trained_models.rb +72 -0
  37. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +14 -20
  38. data/lib/elasticsearch/api/actions/cat/nodes.rb +14 -25
  39. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +14 -21
  40. data/lib/elasticsearch/api/actions/cat/plugins.rb +14 -21
  41. data/lib/elasticsearch/api/actions/cat/recovery.rb +19 -23
  42. data/lib/elasticsearch/api/actions/cat/repositories.rb +14 -20
  43. data/lib/elasticsearch/api/actions/cat/segments.rb +19 -19
  44. data/lib/elasticsearch/api/actions/cat/shards.rb +19 -23
  45. data/lib/elasticsearch/api/actions/cat/snapshots.rb +19 -21
  46. data/lib/elasticsearch/api/actions/cat/tasks.rb +18 -23
  47. data/lib/elasticsearch/api/actions/cat/templates.rb +19 -20
  48. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +20 -22
  49. data/lib/elasticsearch/api/actions/cat/transforms.rb +71 -0
  50. data/lib/elasticsearch/api/actions/clear_scroll.rb +27 -7
  51. data/lib/elasticsearch/api/actions/close_point_in_time.rb +13 -6
  52. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +16 -17
  53. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +18 -14
  54. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +15 -14
  55. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +19 -14
  56. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +20 -15
  57. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +14 -17
  58. data/lib/elasticsearch/api/actions/cluster/health.rb +19 -24
  59. data/lib/elasticsearch/api/actions/cluster/info.rb +60 -0
  60. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +14 -15
  61. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +15 -16
  62. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +18 -15
  63. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +14 -16
  64. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +13 -6
  65. data/lib/elasticsearch/api/actions/cluster/reroute.rb +15 -20
  66. data/lib/elasticsearch/api/actions/cluster/state.rb +19 -21
  67. data/lib/elasticsearch/api/actions/cluster/stats.rb +19 -15
  68. data/lib/elasticsearch/api/actions/connector/check_in.rb +64 -0
  69. data/lib/elasticsearch/api/actions/connector/delete.rb +65 -0
  70. data/lib/elasticsearch/api/actions/connector/get.rb +64 -0
  71. data/lib/elasticsearch/api/actions/connector/last_sync.rb +66 -0
  72. data/lib/elasticsearch/api/actions/connector/list.rb +60 -0
  73. data/lib/elasticsearch/api/actions/connector/post.rb +57 -0
  74. data/lib/elasticsearch/api/actions/connector/put.rb +66 -0
  75. data/lib/elasticsearch/api/actions/connector/secret_delete.rb +64 -0
  76. data/lib/elasticsearch/api/actions/connector/secret_get.rb +64 -0
  77. data/lib/elasticsearch/api/actions/connector/secret_post.rb +57 -0
  78. data/lib/elasticsearch/api/actions/connector/secret_put.rb +66 -0
  79. data/lib/elasticsearch/api/actions/connector/sync_job_cancel.rb +67 -0
  80. data/lib/elasticsearch/api/actions/connector/sync_job_check_in.rb +67 -0
  81. data/lib/elasticsearch/api/actions/connector/sync_job_delete.rb +67 -0
  82. data/lib/elasticsearch/api/actions/connector/sync_job_error.rb +70 -0
  83. data/lib/elasticsearch/api/actions/connector/sync_job_get.rb +67 -0
  84. data/lib/elasticsearch/api/actions/connector/sync_job_list.rb +59 -0
  85. data/lib/elasticsearch/api/actions/connector/sync_job_post.rb +57 -0
  86. data/lib/elasticsearch/api/actions/connector/sync_job_update_stats.rb +70 -0
  87. data/lib/elasticsearch/api/actions/connector/update_active_filtering.rb +64 -0
  88. data/lib/elasticsearch/api/actions/connector/update_api_key_id.rb +66 -0
  89. data/lib/elasticsearch/api/actions/connector/update_configuration.rb +66 -0
  90. data/lib/elasticsearch/api/actions/connector/update_error.rb +66 -0
  91. data/lib/elasticsearch/api/actions/connector/update_filtering.rb +66 -0
  92. data/lib/elasticsearch/api/actions/connector/update_filtering_validation.rb +66 -0
  93. data/lib/elasticsearch/api/actions/connector/update_index_name.rb +66 -0
  94. data/lib/elasticsearch/api/actions/connector/update_name.rb +66 -0
  95. data/lib/elasticsearch/api/actions/connector/update_native.rb +66 -0
  96. data/lib/elasticsearch/api/actions/connector/update_pipeline.rb +66 -0
  97. data/lib/elasticsearch/api/actions/connector/update_scheduling.rb +66 -0
  98. data/lib/elasticsearch/api/actions/connector/update_service_type.rb +66 -0
  99. data/lib/elasticsearch/api/actions/connector/update_status.rb +66 -0
  100. data/lib/elasticsearch/api/actions/count.rb +27 -40
  101. data/lib/elasticsearch/api/actions/create.rb +12 -8
  102. data/lib/elasticsearch/api/actions/cross_cluster_replication/delete_auto_follow_pattern.rb +61 -0
  103. data/lib/elasticsearch/api/actions/cross_cluster_replication/follow.rb +64 -0
  104. data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_info.rb +61 -0
  105. data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_stats.rb +61 -0
  106. data/lib/elasticsearch/api/actions/cross_cluster_replication/forget_follower.rb +63 -0
  107. data/lib/elasticsearch/api/actions/cross_cluster_replication/get_auto_follow_pattern.rb +63 -0
  108. data/lib/elasticsearch/api/actions/cross_cluster_replication/pause_auto_follow_pattern.rb +61 -0
  109. data/lib/elasticsearch/api/actions/cross_cluster_replication/pause_follow.rb +61 -0
  110. data/lib/elasticsearch/api/actions/cross_cluster_replication/put_auto_follow_pattern.rb +63 -0
  111. data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_auto_follow_pattern.rb +61 -0
  112. data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_follow.rb +62 -0
  113. data/lib/elasticsearch/api/actions/{snapshot/get_features.rb → cross_cluster_replication/stats.rb} +18 -17
  114. data/lib/elasticsearch/api/actions/cross_cluster_replication/unfollow.rb +61 -0
  115. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +18 -15
  116. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +18 -15
  117. data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +13 -6
  118. data/lib/elasticsearch/api/actions/delete.rb +25 -35
  119. data/lib/elasticsearch/api/actions/delete_by_query.rb +21 -64
  120. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +18 -13
  121. data/lib/elasticsearch/api/actions/delete_script.rb +18 -14
  122. data/lib/elasticsearch/api/actions/enrich/delete_policy.rb +60 -0
  123. data/lib/elasticsearch/api/actions/enrich/execute_policy.rb +61 -0
  124. data/lib/elasticsearch/api/actions/enrich/get_policy.rb +62 -0
  125. data/lib/elasticsearch/api/actions/enrich/put_policy.rb +62 -0
  126. data/lib/elasticsearch/api/actions/enrich/stats.rb +50 -0
  127. data/lib/elasticsearch/api/actions/eql/delete.rb +60 -0
  128. data/lib/elasticsearch/api/actions/eql/get.rb +62 -0
  129. data/lib/elasticsearch/api/actions/eql/get_status.rb +60 -0
  130. data/lib/elasticsearch/api/actions/eql/search.rb +65 -0
  131. data/lib/elasticsearch/api/actions/esql/async_query.rb +56 -0
  132. data/lib/elasticsearch/api/actions/esql/async_query_get.rb +63 -0
  133. data/lib/elasticsearch/api/actions/esql/query.rb +56 -0
  134. data/lib/elasticsearch/api/actions/exists.rb +19 -37
  135. data/lib/elasticsearch/api/actions/exists_source.rb +21 -35
  136. data/lib/elasticsearch/api/actions/explain.rb +20 -38
  137. data/lib/elasticsearch/api/actions/features/get_features.rb +14 -14
  138. data/lib/elasticsearch/api/actions/features/reset_features.rb +13 -6
  139. data/lib/elasticsearch/api/actions/field_caps.rb +23 -19
  140. data/lib/elasticsearch/api/actions/fleet/delete_secret.rb +64 -0
  141. data/lib/elasticsearch/api/actions/fleet/get_secret.rb +64 -0
  142. data/lib/elasticsearch/api/actions/fleet/global_checkpoints.rb +64 -0
  143. data/lib/elasticsearch/api/actions/fleet/msearch.rb +90 -0
  144. data/lib/elasticsearch/api/actions/fleet/post_secret.rb +57 -0
  145. data/lib/elasticsearch/api/actions/fleet/search.rb +73 -0
  146. data/lib/elasticsearch/api/actions/get.rb +26 -37
  147. data/lib/elasticsearch/api/actions/get_script.rb +18 -13
  148. data/lib/elasticsearch/api/actions/get_script_context.rb +13 -10
  149. data/lib/elasticsearch/api/actions/get_script_languages.rb +13 -10
  150. data/lib/elasticsearch/api/actions/get_source.rb +20 -35
  151. data/lib/elasticsearch/api/actions/graph/explore.rb +68 -0
  152. data/lib/elasticsearch/api/actions/health_report.rb +63 -0
  153. data/lib/elasticsearch/api/actions/index.rb +20 -36
  154. data/lib/elasticsearch/api/actions/index_lifecycle_management/delete_lifecycle.rb +60 -0
  155. data/lib/elasticsearch/api/actions/index_lifecycle_management/explain_lifecycle.rb +62 -0
  156. data/lib/elasticsearch/api/actions/index_lifecycle_management/get_lifecycle.rb +62 -0
  157. data/lib/elasticsearch/api/actions/index_lifecycle_management/get_status.rb +50 -0
  158. data/lib/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers.rb +52 -0
  159. data/lib/elasticsearch/api/actions/index_lifecycle_management/move_to_step.rb +61 -0
  160. data/lib/elasticsearch/api/actions/index_lifecycle_management/put_lifecycle.rb +61 -0
  161. data/lib/elasticsearch/api/actions/index_lifecycle_management/remove_policy.rb +60 -0
  162. data/lib/elasticsearch/api/actions/index_lifecycle_management/retry.rb +60 -0
  163. data/lib/elasticsearch/api/actions/index_lifecycle_management/start.rb +50 -0
  164. data/lib/elasticsearch/api/actions/index_lifecycle_management/stop.rb +50 -0
  165. data/lib/elasticsearch/api/actions/indices/add_block.rb +18 -17
  166. data/lib/elasticsearch/api/actions/indices/analyze.rb +20 -15
  167. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +19 -21
  168. data/lib/elasticsearch/api/actions/indices/clone.rb +18 -15
  169. data/lib/elasticsearch/api/actions/indices/close.rb +19 -19
  170. data/lib/elasticsearch/api/actions/indices/create.rb +18 -17
  171. data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +60 -0
  172. data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +62 -0
  173. data/lib/elasticsearch/api/actions/indices/delete.rb +24 -19
  174. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +19 -17
  175. data/lib/elasticsearch/api/actions/indices/delete_data_lifecycle.rb +67 -0
  176. data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +61 -0
  177. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +18 -14
  178. data/lib/elasticsearch/api/actions/indices/delete_template.rb +23 -15
  179. data/lib/elasticsearch/api/actions/indices/disk_usage.rb +69 -0
  180. data/lib/elasticsearch/api/actions/indices/downsample.rb +70 -0
  181. data/lib/elasticsearch/api/actions/indices/exists.rb +17 -19
  182. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +17 -17
  183. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +19 -15
  184. data/lib/elasticsearch/api/actions/indices/exists_template.rb +17 -16
  185. data/lib/elasticsearch/api/actions/indices/explain_data_lifecycle.rb +66 -0
  186. data/lib/elasticsearch/api/actions/indices/{exists_type.rb → field_usage_stats.rb} +28 -30
  187. data/lib/elasticsearch/api/actions/indices/flush.rb +19 -18
  188. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +20 -19
  189. data/lib/elasticsearch/api/actions/indices/get.rb +19 -21
  190. data/lib/elasticsearch/api/actions/indices/get_alias.rb +19 -17
  191. data/lib/elasticsearch/api/actions/indices/get_data_lifecycle.rb +66 -0
  192. data/lib/elasticsearch/api/actions/indices/get_data_stream.rb +64 -0
  193. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +19 -32
  194. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +21 -17
  195. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +20 -33
  196. data/lib/elasticsearch/api/actions/indices/get_settings.rb +19 -20
  197. data/lib/elasticsearch/api/actions/indices/get_template.rb +19 -18
  198. data/lib/elasticsearch/api/actions/indices/migrate_to_data_stream.rb +60 -0
  199. data/lib/elasticsearch/api/actions/indices/modify_data_stream.rb +53 -0
  200. data/lib/elasticsearch/api/actions/indices/open.rb +18 -18
  201. data/lib/elasticsearch/api/actions/indices/promote_data_stream.rb +60 -0
  202. data/lib/elasticsearch/api/actions/indices/put_alias.rb +19 -17
  203. data/lib/elasticsearch/api/actions/indices/put_data_lifecycle.rb +68 -0
  204. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +18 -15
  205. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +20 -35
  206. data/lib/elasticsearch/api/actions/indices/put_settings.rb +20 -20
  207. data/lib/elasticsearch/api/actions/indices/put_template.rb +18 -17
  208. data/lib/elasticsearch/api/actions/indices/recovery.rb +19 -15
  209. data/lib/elasticsearch/api/actions/indices/refresh.rb +19 -16
  210. data/lib/elasticsearch/api/actions/indices/{get_upgrade.rb → reload_search_analyzers.rb} +25 -28
  211. data/lib/elasticsearch/api/actions/indices/resolve_cluster.rb +64 -0
  212. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +18 -17
  213. data/lib/elasticsearch/api/actions/indices/rollover.rb +20 -18
  214. data/lib/elasticsearch/api/actions/indices/segments.rb +20 -18
  215. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +19 -17
  216. data/lib/elasticsearch/api/actions/indices/shrink.rb +18 -17
  217. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +19 -15
  218. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +20 -16
  219. data/lib/elasticsearch/api/actions/indices/split.rb +18 -17
  220. data/lib/elasticsearch/api/actions/indices/stats.rb +35 -49
  221. data/lib/elasticsearch/api/actions/indices/{upgrade.rb → unfreeze.rb} +30 -30
  222. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +14 -15
  223. data/lib/elasticsearch/api/actions/indices/validate_query.rb +21 -37
  224. data/lib/elasticsearch/api/actions/inference/delete_model.rb +71 -0
  225. data/lib/elasticsearch/api/actions/inference/get_model.rb +71 -0
  226. data/lib/elasticsearch/api/actions/inference/inference.rb +72 -0
  227. data/lib/elasticsearch/api/actions/inference/put_model.rb +72 -0
  228. data/lib/elasticsearch/api/actions/info.rb +13 -6
  229. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +18 -14
  230. data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +13 -6
  231. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +19 -15
  232. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +13 -6
  233. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +19 -14
  234. data/lib/elasticsearch/api/actions/ingest/simulate.rb +19 -14
  235. data/lib/elasticsearch/api/actions/knn_search.rb +69 -0
  236. data/lib/elasticsearch/api/actions/license/delete.rb +50 -0
  237. data/lib/elasticsearch/api/actions/license/get.rb +52 -0
  238. data/lib/elasticsearch/api/actions/license/get_basic_status.rb +50 -0
  239. data/lib/elasticsearch/api/actions/license/get_trial_status.rb +50 -0
  240. data/lib/elasticsearch/api/actions/license/post.rb +52 -0
  241. data/lib/elasticsearch/api/actions/license/post_start_basic.rb +51 -0
  242. data/lib/elasticsearch/api/actions/license/post_start_trial.rb +52 -0
  243. data/lib/elasticsearch/api/actions/logstash/delete_pipeline.rb +60 -0
  244. data/lib/elasticsearch/api/actions/logstash/get_pipeline.rb +62 -0
  245. data/lib/elasticsearch/api/actions/logstash/put_pipeline.rb +62 -0
  246. data/lib/elasticsearch/api/actions/machine_learning/clear_trained_model_deployment_cache.rb +60 -0
  247. data/lib/elasticsearch/api/actions/machine_learning/close_job.rb +64 -0
  248. data/lib/elasticsearch/api/actions/machine_learning/delete_calendar.rb +60 -0
  249. data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_event.rb +64 -0
  250. data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_job.rb +64 -0
  251. data/lib/elasticsearch/api/actions/machine_learning/delete_data_frame_analytics.rb +62 -0
  252. data/lib/elasticsearch/api/actions/machine_learning/delete_datafeed.rb +61 -0
  253. data/lib/elasticsearch/api/actions/machine_learning/delete_expired_data.rb +65 -0
  254. data/lib/elasticsearch/api/actions/machine_learning/delete_filter.rb +60 -0
  255. data/lib/elasticsearch/api/actions/machine_learning/delete_forecast.rb +69 -0
  256. data/lib/elasticsearch/api/actions/machine_learning/delete_job.rb +63 -0
  257. data/lib/elasticsearch/api/actions/machine_learning/delete_model_snapshot.rb +64 -0
  258. data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model.rb +62 -0
  259. data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model_alias.rb +64 -0
  260. data/lib/elasticsearch/api/actions/machine_learning/estimate_model_memory.rb +53 -0
  261. data/lib/elasticsearch/api/actions/machine_learning/evaluate_data_frame.rb +53 -0
  262. data/lib/elasticsearch/api/actions/machine_learning/explain_data_frame_analytics.rb +68 -0
  263. data/lib/elasticsearch/api/actions/machine_learning/flush_job.rb +66 -0
  264. data/lib/elasticsearch/api/actions/machine_learning/forecast.rb +64 -0
  265. data/lib/elasticsearch/api/actions/machine_learning/get_buckets.rb +82 -0
  266. data/lib/elasticsearch/api/actions/machine_learning/get_calendar_events.rb +65 -0
  267. data/lib/elasticsearch/api/actions/machine_learning/get_calendars.rb +70 -0
  268. data/lib/elasticsearch/api/actions/machine_learning/get_categories.rb +76 -0
  269. data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics.rb +66 -0
  270. data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics_stats.rb +66 -0
  271. data/lib/elasticsearch/api/actions/machine_learning/get_datafeed_stats.rb +63 -0
  272. data/lib/elasticsearch/api/actions/machine_learning/get_datafeeds.rb +64 -0
  273. data/lib/elasticsearch/api/actions/machine_learning/get_filters.rb +64 -0
  274. data/lib/elasticsearch/api/actions/machine_learning/get_influencers.rb +74 -0
  275. data/lib/elasticsearch/api/actions/machine_learning/get_job_stats.rb +63 -0
  276. data/lib/elasticsearch/api/actions/machine_learning/get_jobs.rb +64 -0
  277. data/lib/elasticsearch/api/actions/machine_learning/get_memory_stats.rb +64 -0
  278. data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats.rb +65 -0
  279. data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshots.rb +79 -0
  280. data/lib/elasticsearch/api/actions/machine_learning/get_overall_buckets.rb +73 -0
  281. data/lib/elasticsearch/api/actions/machine_learning/get_records.rb +74 -0
  282. data/lib/elasticsearch/api/actions/machine_learning/get_trained_models.rb +70 -0
  283. data/lib/elasticsearch/api/actions/machine_learning/get_trained_models_stats.rb +65 -0
  284. data/lib/elasticsearch/api/actions/machine_learning/infer_trained_model.rb +68 -0
  285. data/lib/elasticsearch/api/actions/machine_learning/info.rb +50 -0
  286. data/lib/elasticsearch/api/actions/machine_learning/open_job.rb +61 -0
  287. data/lib/elasticsearch/api/actions/machine_learning/post_calendar_events.rb +62 -0
  288. data/lib/elasticsearch/api/actions/machine_learning/post_data.rb +64 -0
  289. data/lib/elasticsearch/api/actions/machine_learning/preview_data_frame_analytics.rb +68 -0
  290. data/lib/elasticsearch/api/actions/machine_learning/preview_datafeed.rb +70 -0
  291. data/lib/elasticsearch/api/actions/machine_learning/put_calendar.rb +61 -0
  292. data/lib/elasticsearch/api/actions/machine_learning/put_calendar_job.rb +64 -0
  293. data/lib/elasticsearch/api/actions/machine_learning/put_data_frame_analytics.rb +62 -0
  294. data/lib/elasticsearch/api/actions/machine_learning/put_datafeed.rb +66 -0
  295. data/lib/elasticsearch/api/actions/machine_learning/put_filter.rb +62 -0
  296. data/lib/elasticsearch/api/actions/machine_learning/put_job.rb +66 -0
  297. data/lib/elasticsearch/api/actions/machine_learning/put_trained_model.rb +64 -0
  298. data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_alias.rb +65 -0
  299. data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part.rb +66 -0
  300. data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary.rb +62 -0
  301. data/lib/elasticsearch/api/actions/machine_learning/reset_job.rb +62 -0
  302. data/lib/elasticsearch/api/actions/machine_learning/revert_model_snapshot.rb +66 -0
  303. data/lib/elasticsearch/api/actions/machine_learning/set_upgrade_mode.rb +52 -0
  304. data/lib/elasticsearch/api/actions/machine_learning/start_data_frame_analytics.rb +62 -0
  305. data/lib/elasticsearch/api/actions/machine_learning/start_datafeed.rb +64 -0
  306. data/lib/elasticsearch/api/actions/machine_learning/start_trained_model_deployment.rb +68 -0
  307. data/lib/elasticsearch/api/actions/machine_learning/stop_data_frame_analytics.rb +64 -0
  308. data/lib/elasticsearch/api/actions/machine_learning/stop_datafeed.rb +65 -0
  309. data/lib/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment.rb +63 -0
  310. data/lib/elasticsearch/api/actions/machine_learning/update_data_frame_analytics.rb +62 -0
  311. data/lib/elasticsearch/api/actions/machine_learning/update_datafeed.rb +66 -0
  312. data/lib/elasticsearch/api/actions/machine_learning/update_filter.rb +62 -0
  313. data/lib/elasticsearch/api/actions/machine_learning/update_job.rb +62 -0
  314. data/lib/elasticsearch/api/actions/machine_learning/update_model_snapshot.rb +66 -0
  315. data/lib/elasticsearch/api/actions/machine_learning/update_trained_model_deployment.rb +66 -0
  316. data/lib/elasticsearch/api/actions/machine_learning/upgrade_job_snapshot.rb +66 -0
  317. data/lib/elasticsearch/api/actions/machine_learning/validate.rb +53 -0
  318. data/lib/elasticsearch/api/actions/machine_learning/validate_detector.rb +53 -0
  319. data/lib/elasticsearch/api/actions/mget.rb +22 -33
  320. data/lib/elasticsearch/api/actions/migration/deprecations.rb +62 -0
  321. data/lib/elasticsearch/api/actions/migration/get_feature_upgrade_status.rb +50 -0
  322. data/lib/elasticsearch/api/actions/migration/post_feature_upgrade.rb +50 -0
  323. data/lib/elasticsearch/api/actions/monitoring/bulk.rb +81 -0
  324. data/lib/elasticsearch/api/actions/msearch.rb +27 -40
  325. data/lib/elasticsearch/api/actions/msearch_template.rb +25 -36
  326. data/lib/elasticsearch/api/actions/mtermvectors.rb +26 -43
  327. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +68 -0
  328. data/lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb +64 -0
  329. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +22 -26
  330. data/lib/elasticsearch/api/actions/nodes/info.rb +20 -16
  331. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +19 -14
  332. data/lib/elasticsearch/api/actions/nodes/stats.rb +22 -25
  333. data/lib/elasticsearch/api/actions/nodes/usage.rb +19 -14
  334. data/lib/elasticsearch/api/actions/open_point_in_time.rb +23 -23
  335. data/lib/elasticsearch/api/actions/ping.rb +15 -12
  336. data/lib/elasticsearch/api/actions/profiling/flamegraph.rb +53 -0
  337. data/lib/elasticsearch/api/actions/profiling/stacktraces.rb +53 -0
  338. data/lib/elasticsearch/api/actions/profiling/status.rb +53 -0
  339. data/lib/elasticsearch/api/actions/profiling/topn_functions.rb +53 -0
  340. data/lib/elasticsearch/api/actions/put_script.rb +18 -15
  341. data/lib/elasticsearch/api/actions/query_ruleset/delete.rb +64 -0
  342. data/lib/elasticsearch/api/actions/query_ruleset/get.rb +64 -0
  343. data/lib/elasticsearch/api/actions/query_ruleset/list.rb +56 -0
  344. data/lib/elasticsearch/api/actions/query_ruleset/put.rb +66 -0
  345. data/lib/elasticsearch/api/actions/rank_eval.rb +19 -21
  346. data/lib/elasticsearch/api/actions/reindex.rb +14 -21
  347. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +18 -13
  348. data/lib/elasticsearch/api/actions/render_search_template.rb +19 -7
  349. data/lib/elasticsearch/api/actions/rollup/delete_job.rb +64 -0
  350. data/lib/elasticsearch/api/actions/rollup/get_jobs.rb +66 -0
  351. data/lib/elasticsearch/api/actions/rollup/get_rollup_caps.rb +66 -0
  352. data/lib/elasticsearch/api/actions/rollup/get_rollup_index_caps.rb +64 -0
  353. data/lib/elasticsearch/api/actions/rollup/put_job.rb +66 -0
  354. data/lib/elasticsearch/api/actions/rollup/rollup_search.rb +68 -0
  355. data/lib/elasticsearch/api/actions/rollup/start_job.rb +64 -0
  356. data/lib/elasticsearch/api/actions/rollup/stop_job.rb +66 -0
  357. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +14 -7
  358. data/lib/elasticsearch/api/actions/scroll.rb +20 -17
  359. data/lib/elasticsearch/api/actions/search.rb +24 -70
  360. data/lib/elasticsearch/api/actions/search_application/delete.rb +64 -0
  361. data/lib/elasticsearch/api/actions/search_application/delete_behavioral_analytics.rb +64 -0
  362. data/lib/elasticsearch/api/actions/search_application/get.rb +64 -0
  363. data/lib/elasticsearch/api/actions/search_application/get_behavioral_analytics.rb +66 -0
  364. data/lib/elasticsearch/api/actions/search_application/list.rb +57 -0
  365. data/lib/elasticsearch/api/actions/search_application/post_behavioral_analytics_event.rb +71 -0
  366. data/lib/elasticsearch/api/actions/search_application/put.rb +67 -0
  367. data/lib/elasticsearch/api/actions/search_application/put_behavioral_analytics.rb +64 -0
  368. data/lib/elasticsearch/api/actions/search_application/render_query.rb +65 -0
  369. data/lib/elasticsearch/api/actions/search_application/search.rb +71 -0
  370. data/lib/elasticsearch/api/actions/search_mvt.rb +86 -0
  371. data/lib/elasticsearch/api/actions/search_shards.rb +19 -19
  372. data/lib/elasticsearch/api/actions/search_template.rb +21 -38
  373. data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +66 -0
  374. data/lib/elasticsearch/api/actions/{indices/flush_synced.rb → searchable_snapshots/clear_cache.rb} +28 -30
  375. data/lib/elasticsearch/api/actions/searchable_snapshots/mount.rb +69 -0
  376. data/lib/elasticsearch/api/actions/searchable_snapshots/stats.rb +63 -0
  377. data/lib/elasticsearch/api/actions/security/activate_user_profile.rb +53 -0
  378. data/lib/elasticsearch/api/actions/security/authenticate.rb +50 -0
  379. data/lib/elasticsearch/api/actions/security/bulk_update_api_keys.rb +53 -0
  380. data/lib/elasticsearch/api/actions/security/change_password.rb +66 -0
  381. data/lib/elasticsearch/api/actions/security/clear_api_key_cache.rb +60 -0
  382. data/lib/elasticsearch/api/actions/security/clear_cached_privileges.rb +60 -0
  383. data/lib/elasticsearch/api/actions/security/clear_cached_realms.rb +61 -0
  384. data/lib/elasticsearch/api/actions/security/clear_cached_roles.rb +60 -0
  385. data/lib/elasticsearch/api/actions/security/clear_cached_service_tokens.rb +68 -0
  386. data/lib/elasticsearch/api/actions/security/create_api_key.rb +54 -0
  387. data/lib/elasticsearch/api/actions/security/create_cross_cluster_api_key.rb +57 -0
  388. data/lib/elasticsearch/api/actions/security/create_service_token.rb +72 -0
  389. data/lib/elasticsearch/api/actions/security/delete_privileges.rb +65 -0
  390. data/lib/elasticsearch/api/actions/security/delete_role.rb +61 -0
  391. data/lib/elasticsearch/api/actions/security/delete_role_mapping.rb +61 -0
  392. data/lib/elasticsearch/api/actions/security/delete_service_token.rb +69 -0
  393. data/lib/elasticsearch/api/actions/security/delete_user.rb +61 -0
  394. data/lib/elasticsearch/api/actions/security/disable_user.rb +61 -0
  395. data/lib/elasticsearch/api/actions/security/disable_user_profile.rb +61 -0
  396. data/lib/elasticsearch/api/actions/security/enable_user.rb +61 -0
  397. data/lib/elasticsearch/api/actions/security/enable_user_profile.rb +61 -0
  398. data/lib/elasticsearch/api/actions/security/enroll_kibana.rb +50 -0
  399. data/lib/elasticsearch/api/actions/security/enroll_node.rb +50 -0
  400. data/lib/elasticsearch/api/actions/security/get_api_key.rb +58 -0
  401. data/lib/elasticsearch/api/actions/security/get_builtin_privileges.rb +50 -0
  402. data/lib/elasticsearch/api/actions/security/get_privileges.rb +67 -0
  403. data/lib/elasticsearch/api/actions/security/get_role.rb +70 -0
  404. data/lib/elasticsearch/api/actions/security/get_role_mapping.rb +62 -0
  405. data/lib/elasticsearch/api/actions/security/get_service_accounts.rb +67 -0
  406. data/lib/elasticsearch/api/actions/security/get_service_credentials.rb +64 -0
  407. data/lib/elasticsearch/api/actions/security/get_settings.rb +50 -0
  408. data/lib/elasticsearch/api/actions/security/get_token.rb +53 -0
  409. data/lib/elasticsearch/api/actions/security/get_user.rb +71 -0
  410. data/lib/elasticsearch/api/actions/security/get_user_privileges.rb +50 -0
  411. data/lib/elasticsearch/api/actions/security/get_user_profile.rb +61 -0
  412. data/lib/elasticsearch/api/actions/security/grant_api_key.rb +54 -0
  413. data/lib/elasticsearch/api/actions/security/has_privileges.rb +65 -0
  414. data/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb +53 -0
  415. data/lib/elasticsearch/api/actions/security/invalidate_api_key.rb +53 -0
  416. data/lib/elasticsearch/api/actions/security/invalidate_token.rb +53 -0
  417. data/lib/elasticsearch/api/actions/security/oidc_authenticate.rb +53 -0
  418. data/lib/elasticsearch/api/actions/security/oidc_logout.rb +53 -0
  419. data/lib/elasticsearch/api/actions/security/oidc_prepare_authentication.rb +53 -0
  420. data/lib/elasticsearch/api/actions/security/put_privileges.rb +54 -0
  421. data/lib/elasticsearch/api/actions/security/put_role.rb +63 -0
  422. data/lib/elasticsearch/api/actions/security/put_role_mapping.rb +63 -0
  423. data/lib/elasticsearch/api/actions/security/put_user.rb +63 -0
  424. data/lib/elasticsearch/api/actions/security/query_api_keys.rb +59 -0
  425. data/lib/elasticsearch/api/actions/security/query_user.rb +57 -0
  426. data/lib/elasticsearch/api/actions/security/saml_authenticate.rb +53 -0
  427. data/lib/elasticsearch/api/actions/security/saml_complete_logout.rb +53 -0
  428. data/lib/elasticsearch/api/actions/security/saml_invalidate.rb +53 -0
  429. data/lib/elasticsearch/api/actions/security/saml_logout.rb +53 -0
  430. data/lib/elasticsearch/api/actions/security/saml_prepare_authentication.rb +53 -0
  431. data/lib/elasticsearch/api/actions/security/saml_service_provider_metadata.rb +60 -0
  432. data/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb +57 -0
  433. data/lib/elasticsearch/api/actions/security/update_api_key.rb +61 -0
  434. data/lib/elasticsearch/api/actions/security/update_cross_cluster_api_key.rb +66 -0
  435. data/lib/elasticsearch/api/actions/security/update_settings.rb +53 -0
  436. data/lib/elasticsearch/api/actions/security/update_user_profile_data.rb +65 -0
  437. data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +17 -9
  438. data/lib/elasticsearch/api/actions/shutdown/get_node.rb +18 -10
  439. data/lib/elasticsearch/api/actions/shutdown/put_node.rb +17 -9
  440. data/lib/elasticsearch/api/actions/simulate/ingest.rb +70 -0
  441. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +18 -14
  442. data/lib/elasticsearch/api/actions/snapshot/clone.rb +18 -13
  443. data/lib/elasticsearch/api/actions/snapshot/create.rb +18 -14
  444. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +18 -15
  445. data/lib/elasticsearch/api/actions/snapshot/delete.rb +25 -16
  446. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +23 -15
  447. data/lib/elasticsearch/api/actions/snapshot/get.rb +32 -17
  448. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +24 -16
  449. data/lib/elasticsearch/api/actions/snapshot/repository_analyze.rb +71 -0
  450. data/lib/elasticsearch/api/actions/snapshot/restore.rb +18 -14
  451. data/lib/elasticsearch/api/actions/snapshot/status.rb +24 -16
  452. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +18 -14
  453. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/delete_lifecycle.rb +60 -0
  454. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_lifecycle.rb +60 -0
  455. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_retention.rb +50 -0
  456. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_lifecycle.rb +62 -0
  457. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_stats.rb +50 -0
  458. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_status.rb +50 -0
  459. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/put_lifecycle.rb +61 -0
  460. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb +50 -0
  461. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/stop.rb +50 -0
  462. data/lib/elasticsearch/api/actions/sql/clear_cursor.rb +53 -0
  463. data/lib/elasticsearch/api/actions/sql/delete_async.rb +60 -0
  464. data/lib/elasticsearch/api/actions/sql/get_async.rb +64 -0
  465. data/lib/elasticsearch/api/actions/sql/get_async_status.rb +60 -0
  466. data/lib/elasticsearch/api/actions/sql/query.rb +54 -0
  467. data/lib/elasticsearch/api/actions/sql/translate.rb +53 -0
  468. data/lib/elasticsearch/api/actions/ssl/certificates.rb +50 -0
  469. data/lib/elasticsearch/api/actions/synonyms/delete_synonym.rb +60 -0
  470. data/lib/elasticsearch/api/actions/synonyms/delete_synonym_rule.rb +64 -0
  471. data/lib/elasticsearch/api/actions/synonyms/get_synonym.rb +62 -0
  472. data/lib/elasticsearch/api/actions/synonyms/get_synonym_rule.rb +64 -0
  473. data/lib/elasticsearch/api/actions/synonyms/get_synonyms_sets.rb +52 -0
  474. data/lib/elasticsearch/api/actions/synonyms/put_synonym.rb +62 -0
  475. data/lib/elasticsearch/api/actions/synonyms/put_synonym_rule.rb +66 -0
  476. data/lib/elasticsearch/api/actions/tasks/cancel.rb +19 -17
  477. data/lib/elasticsearch/api/actions/tasks/get.rb +18 -14
  478. data/lib/elasticsearch/api/actions/tasks/list.rb +14 -20
  479. data/lib/elasticsearch/api/actions/terms_enum.rb +64 -0
  480. data/lib/elasticsearch/api/actions/termvectors.rb +27 -43
  481. data/lib/elasticsearch/api/actions/text_structure/find_field_structure.rb +64 -0
  482. data/lib/elasticsearch/api/actions/text_structure/find_message_structure.rb +64 -0
  483. data/lib/elasticsearch/api/actions/text_structure/find_structure.rb +75 -0
  484. data/lib/elasticsearch/api/actions/text_structure/test_grok_pattern.rb +54 -0
  485. data/lib/elasticsearch/api/actions/transform/delete_transform.rb +63 -0
  486. data/lib/elasticsearch/api/actions/transform/get_transform.rb +66 -0
  487. data/lib/elasticsearch/api/actions/transform/get_transform_stats.rb +64 -0
  488. data/lib/elasticsearch/api/actions/transform/preview_transform.rb +69 -0
  489. data/lib/elasticsearch/api/actions/transform/put_transform.rb +64 -0
  490. data/lib/elasticsearch/api/actions/transform/reset_transform.rb +62 -0
  491. data/lib/elasticsearch/api/actions/transform/schedule_now_transform.rb +61 -0
  492. data/lib/elasticsearch/api/actions/transform/start_transform.rb +62 -0
  493. data/lib/elasticsearch/api/actions/transform/stop_transform.rb +65 -0
  494. data/lib/elasticsearch/api/actions/transform/update_transform.rb +64 -0
  495. data/lib/elasticsearch/api/actions/transform/upgrade_transforms.rb +52 -0
  496. data/lib/elasticsearch/api/actions/update.rb +24 -38
  497. data/lib/elasticsearch/api/actions/update_by_query.rb +20 -65
  498. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +18 -13
  499. data/lib/elasticsearch/api/actions/watcher/ack_watch.rb +67 -0
  500. data/lib/elasticsearch/api/actions/watcher/activate_watch.rb +60 -0
  501. data/lib/elasticsearch/api/actions/watcher/deactivate_watch.rb +60 -0
  502. data/lib/elasticsearch/api/actions/watcher/delete_watch.rb +68 -0
  503. data/lib/elasticsearch/api/actions/watcher/execute_watch.rb +64 -0
  504. data/lib/elasticsearch/api/actions/watcher/get_settings.rb +50 -0
  505. data/lib/elasticsearch/api/actions/watcher/get_watch.rb +60 -0
  506. data/lib/elasticsearch/api/actions/watcher/put_watch.rb +65 -0
  507. data/lib/elasticsearch/api/actions/watcher/query_watches.rb +56 -0
  508. data/lib/elasticsearch/api/actions/watcher/start.rb +50 -0
  509. data/lib/elasticsearch/api/actions/watcher/stats.rb +63 -0
  510. data/lib/elasticsearch/api/actions/watcher/stop.rb +50 -0
  511. data/lib/elasticsearch/api/actions/watcher/update_settings.rb +53 -0
  512. data/lib/elasticsearch/api/actions/xpack/info.rb +52 -0
  513. data/lib/elasticsearch/api/actions/xpack/usage.rb +51 -0
  514. data/lib/elasticsearch/api/namespace/async_search.rb +36 -0
  515. data/lib/elasticsearch/api/{actions/remote/info.rb → namespace/autoscaling.rb} +12 -13
  516. data/lib/elasticsearch/api/namespace/common.rb +2 -2
  517. data/lib/elasticsearch/api/namespace/connector.rb +36 -0
  518. data/lib/elasticsearch/api/namespace/cross_cluster_replication.rb +38 -0
  519. data/lib/elasticsearch/api/namespace/data_frame_transform_deprecated.rb +36 -0
  520. data/lib/elasticsearch/api/namespace/enrich.rb +36 -0
  521. data/lib/elasticsearch/api/namespace/eql.rb +36 -0
  522. data/lib/elasticsearch/api/namespace/esql.rb +36 -0
  523. data/lib/elasticsearch/api/namespace/fleet.rb +36 -0
  524. data/lib/elasticsearch/api/namespace/graph.rb +36 -0
  525. data/lib/elasticsearch/api/namespace/index_lifecycle_management.rb +38 -0
  526. data/lib/elasticsearch/api/namespace/inference.rb +36 -0
  527. data/lib/elasticsearch/api/namespace/ingest.rb +0 -1
  528. data/lib/elasticsearch/api/namespace/license.rb +36 -0
  529. data/lib/elasticsearch/api/namespace/logstash.rb +36 -0
  530. data/lib/elasticsearch/api/{actions/abort_benchmark.rb → namespace/machine_learning.rb} +13 -16
  531. data/lib/elasticsearch/api/namespace/migration.rb +36 -0
  532. data/lib/elasticsearch/api/namespace/monitoring.rb +36 -0
  533. data/lib/elasticsearch/api/namespace/profiling.rb +36 -0
  534. data/lib/elasticsearch/api/namespace/query_ruleset.rb +36 -0
  535. data/lib/elasticsearch/api/namespace/rollup.rb +36 -0
  536. data/lib/elasticsearch/api/namespace/search_application.rb +36 -0
  537. data/lib/elasticsearch/api/namespace/searchable_snapshots.rb +36 -0
  538. data/lib/elasticsearch/api/namespace/security.rb +36 -0
  539. data/lib/elasticsearch/api/namespace/simulate.rb +36 -0
  540. data/lib/elasticsearch/api/namespace/snapshot_lifecycle_management.rb +38 -0
  541. data/lib/elasticsearch/api/namespace/sql.rb +36 -0
  542. data/lib/elasticsearch/api/namespace/ssl.rb +36 -0
  543. data/lib/elasticsearch/api/namespace/synonyms.rb +36 -0
  544. data/lib/elasticsearch/api/namespace/text_structure.rb +36 -0
  545. data/lib/elasticsearch/api/namespace/transform.rb +36 -0
  546. data/lib/elasticsearch/api/namespace/watcher.rb +36 -0
  547. data/lib/elasticsearch/api/namespace/xpack.rb +36 -0
  548. data/lib/elasticsearch/api/response.rb +48 -0
  549. data/lib/elasticsearch/api/utils.rb +6 -56
  550. data/lib/elasticsearch/api/version.rb +1 -1
  551. data/lib/elasticsearch/api.rb +34 -21
  552. data/spec/elasticsearch/api/actions/bulk_spec.rb +39 -35
  553. data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +3 -2
  554. data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +3 -2
  555. data/spec/elasticsearch/api/actions/cat/component_templates_spec.rb +58 -0
  556. data/spec/elasticsearch/api/actions/cat/count_spec.rb +3 -2
  557. data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +6 -4
  558. data/spec/elasticsearch/api/actions/cat/health_spec.rb +3 -2
  559. data/spec/elasticsearch/api/actions/cat/help_spec.rb +3 -2
  560. data/spec/elasticsearch/api/actions/cat/indices_spec.rb +3 -2
  561. data/spec/elasticsearch/api/actions/cat/master_spec.rb +3 -2
  562. data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +3 -2
  563. data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +3 -2
  564. data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +3 -2
  565. data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +3 -2
  566. data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +3 -2
  567. data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +3 -2
  568. data/spec/elasticsearch/api/actions/cat/segments_spec.rb +15 -3
  569. data/spec/elasticsearch/api/actions/cat/shards_spec.rb +3 -2
  570. data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +3 -2
  571. data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +3 -2
  572. data/spec/elasticsearch/api/actions/cat/templates_spec.rb +3 -2
  573. data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +3 -2
  574. data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +6 -4
  575. data/spec/elasticsearch/api/actions/close_point_in_time_spec.rb +3 -2
  576. data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +3 -2
  577. data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +3 -2
  578. data/spec/elasticsearch/api/actions/cluster/health_spec.rb +9 -6
  579. data/spec/elasticsearch/api/actions/cluster/info_spec.rb +36 -0
  580. data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +3 -2
  581. data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +3 -2
  582. data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +3 -2
  583. data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +6 -4
  584. data/spec/elasticsearch/api/actions/cluster/state_spec.rb +6 -4
  585. data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +3 -2
  586. data/spec/elasticsearch/api/actions/connector/check_in_spec.rb +38 -0
  587. data/spec/elasticsearch/api/actions/connector/delete_spec.rb +38 -0
  588. data/spec/elasticsearch/api/actions/connector/get_spec.rb +38 -0
  589. data/spec/elasticsearch/api/actions/connector/last_sync_spec.rb +38 -0
  590. data/spec/elasticsearch/api/actions/{benchmark_spec.rb → connector/list_spec.rb} +7 -6
  591. data/spec/elasticsearch/api/actions/connector/post_spec.rb +35 -0
  592. data/spec/elasticsearch/api/actions/connector/put_spec.rb +43 -0
  593. data/spec/elasticsearch/api/actions/connector/update_active_filtering_spec.rb +38 -0
  594. data/spec/elasticsearch/api/actions/connector/update_api_key_id_spec.rb +38 -0
  595. data/spec/elasticsearch/api/actions/connector/update_configuration_spec.rb +38 -0
  596. data/spec/elasticsearch/api/actions/connector/update_error_spec.rb +38 -0
  597. data/spec/elasticsearch/api/actions/connector/update_filtering_spec.rb +38 -0
  598. data/spec/elasticsearch/api/actions/connector/update_filtering_validation_spec.rb +38 -0
  599. data/spec/elasticsearch/api/actions/connector/update_index_name_spec.rb +38 -0
  600. data/spec/elasticsearch/api/actions/connector/update_name_spec.rb +38 -0
  601. data/spec/elasticsearch/api/actions/connector/update_native_spec.rb +38 -0
  602. data/spec/elasticsearch/api/actions/connector/update_pipeline_spec.rb +38 -0
  603. data/spec/elasticsearch/api/actions/connector/update_scheduling_spec.rb +42 -0
  604. data/spec/elasticsearch/api/actions/connector/update_service_type_spec.rb +38 -0
  605. data/spec/elasticsearch/api/actions/connector/update_status_spec.rb +38 -0
  606. data/spec/elasticsearch/api/actions/connector_secret/delete_spec.rb +35 -0
  607. data/spec/elasticsearch/api/actions/connector_secret/get_spec.rb +35 -0
  608. data/spec/elasticsearch/api/actions/connector_secret/post_spec.rb +35 -0
  609. data/spec/elasticsearch/api/actions/connector_secret/put_spec.rb +35 -0
  610. data/spec/elasticsearch/api/actions/connector_sync_job/cancel_spec.rb +38 -0
  611. data/spec/elasticsearch/api/actions/connector_sync_job/check_in_spec.rb +38 -0
  612. data/spec/elasticsearch/api/actions/connector_sync_job/delete_spec.rb +38 -0
  613. data/spec/elasticsearch/api/actions/connector_sync_job/error_spec.rb +38 -0
  614. data/spec/elasticsearch/api/actions/connector_sync_job/get_spec.rb +38 -0
  615. data/spec/elasticsearch/api/actions/connector_sync_job/list_spec.rb +35 -0
  616. data/spec/elasticsearch/api/actions/connector_sync_job/post_spec.rb +35 -0
  617. data/spec/elasticsearch/api/actions/connector_sync_job/update_stats_spec.rb +38 -0
  618. data/spec/elasticsearch/api/actions/count_spec.rb +12 -12
  619. data/spec/elasticsearch/api/actions/create_document_spec.rb +43 -9
  620. data/spec/elasticsearch/api/actions/dangling_indices/delete_dangling_indices_spec.rb +3 -2
  621. data/spec/elasticsearch/api/actions/dangling_indices/import_dangling_indices_spec.rb +3 -2
  622. data/spec/elasticsearch/api/actions/dangling_indices/list_dangling_indices_spec.rb +3 -2
  623. data/spec/elasticsearch/api/actions/data_frame/update_data_frame_transform_spec.rb +82 -0
  624. data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +6 -21
  625. data/spec/elasticsearch/api/actions/delete_document_spec.rb +13 -24
  626. data/spec/elasticsearch/api/actions/delete_script_spec.rb +3 -2
  627. data/spec/elasticsearch/api/actions/esql/async_query_get._spec.rb +35 -0
  628. data/spec/elasticsearch/api/actions/esql/async_query_spec.rb +35 -0
  629. data/spec/elasticsearch/api/actions/{abort_benchmark_spec.rb → esql/query_spec.rb} +6 -5
  630. data/spec/elasticsearch/api/actions/exists_document_spec.rb +12 -22
  631. data/spec/elasticsearch/api/actions/explain_document_spec.rb +44 -10
  632. data/spec/elasticsearch/api/actions/features/get_features_spec.rb +12 -7
  633. data/spec/elasticsearch/api/actions/features/reset_features_spec.rb +12 -7
  634. data/spec/elasticsearch/api/actions/field_caps_spec.rb +3 -2
  635. data/spec/elasticsearch/api/actions/fleet/global_checkpoints_spec.rb +45 -0
  636. data/spec/elasticsearch/api/actions/fleet/msearch_spec.rb +45 -0
  637. data/spec/elasticsearch/api/actions/fleet/search_spec.rb +45 -0
  638. data/spec/elasticsearch/api/actions/get_document_source_spec.rb +19 -19
  639. data/spec/elasticsearch/api/actions/get_document_spec.rb +19 -32
  640. data/spec/elasticsearch/api/actions/get_script_spec.rb +3 -2
  641. data/spec/elasticsearch/api/actions/health_report_spec.rb +52 -0
  642. data/spec/elasticsearch/api/actions/index_document_spec.rb +34 -29
  643. data/spec/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers_spec.rb +37 -0
  644. data/spec/elasticsearch/api/actions/indices/add_block_spec.rb +4 -2
  645. data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +16 -4
  646. data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +44 -8
  647. data/spec/elasticsearch/api/actions/indices/clone_spec.rb +9 -7
  648. data/spec/elasticsearch/api/actions/indices/close_spec.rb +16 -4
  649. data/spec/elasticsearch/api/actions/indices/create_spec.rb +16 -4
  650. data/spec/elasticsearch/api/actions/{nodes/shutdown_spec.rb → indices/data_streams_stats_spec.rb} +26 -32
  651. data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +17 -3
  652. data/spec/elasticsearch/api/actions/indices/delete_data_lifecycle_spec.rb +35 -0
  653. data/spec/elasticsearch/api/actions/indices/delete_spec.rb +28 -5
  654. data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +15 -3
  655. data/spec/elasticsearch/api/actions/indices/disk_usage_spec.rb +49 -0
  656. data/spec/elasticsearch/api/actions/indices/exists_alias_spec.rb +26 -1
  657. data/spec/elasticsearch/api/actions/indices/exists_spec.rb +24 -1
  658. data/spec/elasticsearch/api/actions/indices/exists_template_spec.rb +13 -1
  659. data/spec/elasticsearch/api/actions/indices/explain_data_lifecycle_spec.rb +36 -0
  660. data/spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb +47 -0
  661. data/spec/elasticsearch/api/actions/indices/flush_spec.rb +51 -6
  662. data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +3 -2
  663. data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +28 -4
  664. data/spec/elasticsearch/api/actions/indices/get_data_lifecycle_spec.rb +35 -0
  665. data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +13 -12
  666. data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +40 -21
  667. data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +39 -5
  668. data/spec/elasticsearch/api/actions/indices/get_spec.rb +4 -3
  669. data/spec/elasticsearch/api/actions/indices/open_spec.rb +16 -4
  670. data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +31 -5
  671. data/spec/elasticsearch/api/actions/indices/put_data_lifecycle_spec.rb +35 -0
  672. data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +32 -15
  673. data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +51 -6
  674. data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +16 -4
  675. data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +3 -2
  676. data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +51 -6
  677. data/spec/elasticsearch/api/actions/indices/resolve_cluster_spec.rb +51 -0
  678. data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +15 -3
  679. data/spec/elasticsearch/api/actions/indices/segments_spec.rb +51 -6
  680. data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +3 -2
  681. data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +4 -2
  682. data/spec/elasticsearch/api/actions/indices/split_spec.rb +4 -2
  683. data/spec/elasticsearch/api/actions/indices/stats_spec.rb +75 -13
  684. data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +97 -0
  685. data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +4 -3
  686. data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +74 -16
  687. data/spec/elasticsearch/api/actions/inference/delete_model_spec.rb +36 -0
  688. data/spec/elasticsearch/api/actions/inference/get_model_spec.rb +36 -0
  689. data/spec/elasticsearch/api/actions/inference/inference_spec.rb +36 -0
  690. data/spec/elasticsearch/api/actions/inference/put_model_spec.rb +36 -0
  691. data/spec/elasticsearch/api/actions/info_spec.rb +3 -2
  692. data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +15 -3
  693. data/spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb +7 -2
  694. data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +15 -3
  695. data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +15 -3
  696. data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +15 -3
  697. data/spec/elasticsearch/api/actions/json_builders_spec.rb +6 -4
  698. data/spec/elasticsearch/api/actions/machine_learning/get_memory_stats_spec.rb +59 -0
  699. data/spec/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats_spec.rb +60 -0
  700. data/spec/elasticsearch/api/actions/machine_learning/infer_trained_model_deployment_spec.rb +47 -0
  701. data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part_spec.rb +64 -0
  702. data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary_spec.rb +56 -0
  703. data/spec/elasticsearch/api/actions/machine_learning/reset_job_spec.rb +47 -0
  704. data/spec/elasticsearch/api/actions/machine_learning/set_upgrade_mode_spec.rb +53 -0
  705. data/spec/elasticsearch/api/actions/machine_learning/start_trained_model_deployment_spec.rb +48 -0
  706. data/spec/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment_spec.rb +48 -0
  707. data/spec/elasticsearch/api/actions/machine_learning/update_trained_model_deployment_spec.rb +36 -0
  708. data/spec/elasticsearch/api/actions/mget_spec.rb +27 -19
  709. data/spec/elasticsearch/api/actions/migration/get_feature_upgrade_status_spec.rb +35 -0
  710. data/spec/elasticsearch/api/actions/migration/post_feature_upgrade_spec.rb +35 -0
  711. data/spec/elasticsearch/api/actions/msearch_spec.rb +51 -15
  712. data/spec/elasticsearch/api/actions/msearch_template_spec.rb +15 -3
  713. data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +6 -7
  714. data/spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb +53 -0
  715. data/spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb +46 -0
  716. data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +30 -7
  717. data/spec/elasticsearch/api/actions/nodes/info_spec.rb +52 -7
  718. data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +40 -6
  719. data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +39 -5
  720. data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +4 -13
  721. data/spec/elasticsearch/api/actions/ping_spec.rb +2 -1
  722. data/spec/elasticsearch/api/actions/profiling/flamegraph_spec.rb +35 -0
  723. data/spec/elasticsearch/api/actions/profiling/stacktraces_spec.rb +35 -0
  724. data/spec/elasticsearch/api/actions/{snapshot/get_features_spec.rb → profiling/status_spec.rb} +6 -8
  725. data/spec/elasticsearch/api/actions/profiling/topn_functions_spec.rb +35 -0
  726. data/spec/elasticsearch/api/actions/put_script_spec.rb +6 -4
  727. data/spec/elasticsearch/api/actions/query_ruleset/delete_spec.rb +36 -0
  728. data/spec/elasticsearch/api/actions/query_ruleset/get_spec.rb +35 -0
  729. data/spec/elasticsearch/api/actions/query_ruleset/put_spec.rb +36 -0
  730. data/spec/elasticsearch/api/actions/rank_eval_spec.rb +139 -0
  731. data/spec/elasticsearch/api/actions/reindex_spec.rb +3 -2
  732. data/spec/elasticsearch/api/actions/render_search_template_spec.rb +6 -4
  733. data/spec/elasticsearch/api/actions/scroll_spec.rb +6 -4
  734. data/spec/elasticsearch/api/actions/search_application/delete_behavioral_analytics_spec.rb +36 -0
  735. data/spec/elasticsearch/api/actions/search_application/delete_spec.rb +35 -0
  736. data/spec/elasticsearch/api/actions/search_application/get_behavioral_analytics_spec.rb +35 -0
  737. data/spec/elasticsearch/api/actions/search_application/get_spec.rb +35 -0
  738. data/spec/elasticsearch/api/actions/search_application/list_spec.rb +35 -0
  739. data/spec/elasticsearch/api/actions/search_application/post_behavioral_analytics_event_spec.rb +40 -0
  740. data/spec/elasticsearch/api/actions/search_application/put_behavioral_analytics_spec.rb +36 -0
  741. data/spec/elasticsearch/api/actions/search_application/put_spec.rb +35 -0
  742. data/spec/elasticsearch/api/actions/search_application/render_query_spec.rb +36 -0
  743. data/spec/elasticsearch/api/actions/search_application/search_spec.rb +35 -0
  744. data/spec/elasticsearch/api/actions/search_mvt_spec.rb +55 -0
  745. data/spec/elasticsearch/api/actions/search_shards_spec.rb +3 -2
  746. data/spec/elasticsearch/api/actions/search_spec.rb +24 -39
  747. data/spec/elasticsearch/api/actions/search_template_spec.rb +3 -2
  748. data/spec/elasticsearch/api/actions/searchable_snapshots/cache_stats_spec.rb +56 -0
  749. data/spec/elasticsearch/api/actions/searchable_snapshots/clear_cache_spec.rb +57 -0
  750. data/spec/elasticsearch/api/actions/searchable_snapshots/mount_spec.rb +58 -0
  751. data/spec/elasticsearch/api/actions/searchable_snapshots/stats_spec.rb +57 -0
  752. data/spec/elasticsearch/api/actions/security/clear_cached_service_tokens_spec.rb +60 -0
  753. data/spec/elasticsearch/api/actions/security/create_api_key_spec.rb +81 -0
  754. data/spec/elasticsearch/api/actions/security/create_cross_cluster_api_key_spec.rb +36 -0
  755. data/spec/elasticsearch/api/actions/security/create_service_token_spec.rb +83 -0
  756. data/spec/elasticsearch/api/actions/security/delete_service_token_spec.rb +62 -0
  757. data/spec/elasticsearch/api/actions/security/disable_user_profile_spec.rb +35 -0
  758. data/spec/elasticsearch/api/actions/security/enable_user_profile_spec.rb +35 -0
  759. data/spec/elasticsearch/api/actions/security/enroll_kibana_spec.rb +35 -0
  760. data/spec/elasticsearch/api/actions/security/get_api_key_spec.rb +57 -0
  761. data/spec/elasticsearch/api/actions/{indices/upgrade_spec.rb → security/get_builtin_privileges_spec.rb} +6 -5
  762. data/spec/elasticsearch/api/actions/security/get_service_accounts_spec.rb +83 -0
  763. data/spec/elasticsearch/api/actions/security/get_service_credentials_spec.rb +55 -0
  764. data/spec/elasticsearch/api/actions/security/has_privileges_user_profile_spec.rb +35 -0
  765. data/spec/elasticsearch/api/actions/security/invalidate_api_key_spec.rb +39 -0
  766. data/spec/elasticsearch/api/actions/security/query_api_keys_spec.rb +49 -0
  767. data/spec/elasticsearch/api/actions/security/query_user_spec.rb +49 -0
  768. data/spec/elasticsearch/api/actions/security/saml_authenticate_spec.rb +45 -0
  769. data/spec/elasticsearch/api/actions/security/saml_complete_logout_spec.rb +45 -0
  770. data/spec/elasticsearch/api/actions/security/saml_invalidate_spec.rb +45 -0
  771. data/spec/elasticsearch/api/actions/security/saml_logout_spec.rb +45 -0
  772. data/spec/elasticsearch/api/actions/security/saml_prepare_authentication_spec.rb +45 -0
  773. data/spec/elasticsearch/api/actions/security/saml_service_provider_metadata_spec.rb +48 -0
  774. data/spec/elasticsearch/api/actions/security/suggest_user_profiles_spec.rb +46 -0
  775. data/spec/elasticsearch/api/actions/security/update_api_key_spec.rb +35 -0
  776. data/spec/elasticsearch/api/actions/security/update_cross_cluster_api_key_spec.rb +37 -0
  777. data/spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb +3 -2
  778. data/spec/elasticsearch/api/actions/shutdown/get_node_spec.rb +15 -3
  779. data/spec/elasticsearch/api/actions/shutdown/put_node_spec.rb +3 -2
  780. data/spec/elasticsearch/api/actions/simulate/ingest_spec.rb +35 -0
  781. data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +5 -2
  782. data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +4 -2
  783. data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +4 -2
  784. data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +17 -3
  785. data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +4 -2
  786. data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +3 -2
  787. data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +4 -2
  788. data/spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb +48 -0
  789. data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +9 -10
  790. data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +15 -4
  791. data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +8 -7
  792. data/spec/elasticsearch/api/actions/sql/delete_async_spec.rb +47 -0
  793. data/spec/elasticsearch/api/actions/sql/get_async_spec.rb +47 -0
  794. data/spec/elasticsearch/api/actions/sql/get_async_stats_spec.rb +47 -0
  795. data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +19 -8
  796. data/spec/elasticsearch/api/actions/tasks/get_spec.rb +3 -2
  797. data/spec/elasticsearch/api/actions/tasks/list_spec.rb +7 -7
  798. data/spec/elasticsearch/api/actions/terms_enum_spec.rb +53 -0
  799. data/spec/elasticsearch/api/actions/termvectors_spec.rb +18 -6
  800. data/spec/elasticsearch/api/actions/text_structure/find_field_structure_spec.rb +35 -0
  801. data/spec/elasticsearch/api/actions/text_structure/find_message_structure_spec.rb +35 -0
  802. data/spec/elasticsearch/api/actions/text_structure/find_structure_spec.rb +35 -0
  803. data/spec/elasticsearch/api/actions/text_structure/test_grok_pattern_spec.rb +35 -0
  804. data/spec/elasticsearch/api/actions/transform/schedule_now_transform_spec.rb +36 -0
  805. data/spec/elasticsearch/api/actions/update_by_query_spec.rb +7 -7
  806. data/spec/elasticsearch/api/actions/update_document_spec.rb +27 -29
  807. data/spec/elasticsearch/api/actions/watcher/get_settings_spec.rb +35 -0
  808. data/spec/elasticsearch/api/actions/watcher/update_settings_spec.rb +47 -0
  809. data/spec/elasticsearch/api/api_response_spec.rb +65 -0
  810. data/spec/elasticsearch/api/api_spec.rb +0 -3
  811. data/spec/elasticsearch/api/client_spec.rb +0 -4
  812. data/spec/elasticsearch/api/perform_request_spec.rb +86 -0
  813. data/spec/elasticsearch/api/utils_spec.rb +14 -89
  814. data/spec/free/integration/health_spec.rb +28 -0
  815. data/spec/free/integration/spec_helper.rb +28 -0
  816. data/spec/platinum/integration/analytics/usage_spec.rb +56 -0
  817. data/spec/platinum/integration/api_key/admin_user_query_api_keys_spec.rb +111 -0
  818. data/spec/platinum/integration/api_key/api_key_admin_user_spec.rb +127 -0
  819. data/spec/platinum/integration/api_key/api_key_cross_cluster_spec.rb +113 -0
  820. data/spec/platinum/integration/api_key/api_key_invalidation_spec.rb +105 -0
  821. data/spec/platinum/integration/api_key/api_key_query_spec.rb +149 -0
  822. data/spec/platinum/integration/api_key/api_key_query_with_aggs_spec.rb +120 -0
  823. data/spec/platinum/integration/api_key/api_key_spec.rb +156 -0
  824. data/spec/platinum/integration/api_key/api_key_update_spec.rb +134 -0
  825. data/spec/platinum/integration/eql/eql_async_spec.rb +72 -0
  826. data/spec/platinum/integration/health/health_spec.rb +49 -0
  827. data/spec/platinum/integration/ml/get_memory_stats_spec.rb +47 -0
  828. data/spec/platinum/integration/platinum_helper.rb +42 -0
  829. data/spec/platinum/integration/security/users_query_spec.rb +49 -0
  830. data/spec/platinum/integration/service_accounts/service_accounts_spec.rb +65 -0
  831. data/spec/platinum/integration/snapshots/snapshots_spec.rb +84 -0
  832. data/spec/platinum/integration/spatial/script_doc_values_spec.rb +147 -0
  833. data/spec/platinum/integration/token/token_spec.rb +94 -0
  834. data/spec/platinum/unit/async_search/delete_test.rb +39 -0
  835. data/spec/platinum/unit/async_search/get_test.rb +39 -0
  836. data/spec/platinum/unit/async_search/status_test.rb +39 -0
  837. data/spec/platinum/unit/async_search/submit_test.rb +50 -0
  838. data/spec/platinum/unit/autoscaling/delete_autoscaling_policy_test.rb +46 -0
  839. data/spec/platinum/unit/autoscaling/get_autoscaling_capacity_test.rb +40 -0
  840. data/spec/platinum/unit/autoscaling/get_autoscaling_policy_test.rb +46 -0
  841. data/spec/platinum/unit/autoscaling/put_autoscaling_policy_test.rb +52 -0
  842. data/spec/platinum/unit/enrich/delete_policy_test.rb +43 -0
  843. data/spec/platinum/unit/eql/delete_test.rb +46 -0
  844. data/spec/platinum/unit/eql/get_status_test.rb +46 -0
  845. data/spec/platinum/unit/eql/get_test.rb +46 -0
  846. data/spec/platinum/unit/eql/search_test.rb +52 -0
  847. data/spec/platinum/unit/graph/explore_test.rb +43 -0
  848. data/spec/platinum/unit/index_lifecycle_management/explain_test.rb +43 -0
  849. data/spec/platinum/unit/index_lifecycle_management/get_status_test.rb +43 -0
  850. data/spec/platinum/unit/index_lifecycle_management/move_to_step.rb +43 -0
  851. data/spec/platinum/unit/index_lifecycle_management/remove_policy_test.rb +43 -0
  852. data/spec/platinum/unit/index_lifecycle_management/retry_policy_test.rb +43 -0
  853. data/spec/platinum/unit/index_lifecycle_management/start_test.rb +43 -0
  854. data/spec/platinum/unit/index_lifecycle_management/stop_test.rb +43 -0
  855. data/spec/platinum/unit/indices/create_data_stream_test.rb +46 -0
  856. data/spec/platinum/unit/indices/data_stream_stats_test.rb +54 -0
  857. data/spec/platinum/unit/indices/delete_data_stream_test.rb +46 -0
  858. data/spec/platinum/unit/indices/downsample_test.rb +58 -0
  859. data/spec/platinum/unit/indices/get_data_stream_test.rb +50 -0
  860. data/spec/platinum/unit/indices/migrate_to_data_stream_test.rb +46 -0
  861. data/spec/platinum/unit/indices/modify_data_stream_test.rb +46 -0
  862. data/spec/platinum/unit/indices/promote_data_stream_test.rb +46 -0
  863. data/spec/platinum/unit/info_test.rb +40 -0
  864. data/spec/platinum/unit/knn_search_test.rb +40 -0
  865. data/spec/platinum/unit/license/delete_test.rb +43 -0
  866. data/spec/platinum/unit/license/get_test.rb +43 -0
  867. data/spec/platinum/unit/license/post_test.rb +43 -0
  868. data/spec/platinum/unit/logstash/delete_pipeline_test.rb +46 -0
  869. data/spec/platinum/unit/logstash/get_pipeline_test.rb +46 -0
  870. data/spec/platinum/unit/logstash/put_pipeline_test.rb +46 -0
  871. data/spec/platinum/unit/machine_learning/clear_trained_model_deployment_cache_test.rb +40 -0
  872. data/spec/platinum/unit/machine_learning/close_job_test.rb +43 -0
  873. data/spec/platinum/unit/machine_learning/delete_datafeed_test.rb +43 -0
  874. data/spec/platinum/unit/machine_learning/delete_expired_data_test.rb +43 -0
  875. data/spec/platinum/unit/machine_learning/delete_filter_test.rb +43 -0
  876. data/spec/platinum/unit/machine_learning/delete_forecast_test.rb +43 -0
  877. data/spec/platinum/unit/machine_learning/delete_job_test.rb +43 -0
  878. data/spec/platinum/unit/machine_learning/delete_model_alias_test.rb +40 -0
  879. data/spec/platinum/unit/machine_learning/delete_model_snapshot_test.rb +43 -0
  880. data/spec/platinum/unit/machine_learning/flush_job_test.rb +43 -0
  881. data/spec/platinum/unit/machine_learning/forecast_test.rb +43 -0
  882. data/spec/platinum/unit/machine_learning/get_buckets_test.rb +43 -0
  883. data/spec/platinum/unit/machine_learning/get_categories_test.rb +43 -0
  884. data/spec/platinum/unit/machine_learning/get_datafeed_stats_test.rb +43 -0
  885. data/spec/platinum/unit/machine_learning/get_datafeeds_test.rb +43 -0
  886. data/spec/platinum/unit/machine_learning/get_filters_test.rb +43 -0
  887. data/spec/platinum/unit/machine_learning/get_influencers_test.rb +43 -0
  888. data/spec/platinum/unit/machine_learning/get_job_stats_test.rb +43 -0
  889. data/spec/platinum/unit/machine_learning/get_jobs_test.rb +43 -0
  890. data/spec/platinum/unit/machine_learning/get_model_snapshots_test.rb +43 -0
  891. data/spec/platinum/unit/machine_learning/get_overall_buckets_test.rb +43 -0
  892. data/spec/platinum/unit/machine_learning/get_records_test.rb +43 -0
  893. data/spec/platinum/unit/machine_learning/open_job_test.rb +43 -0
  894. data/spec/platinum/unit/machine_learning/post_data_test.rb +43 -0
  895. data/spec/platinum/unit/machine_learning/preview_data_frame_analytics_test.rb +64 -0
  896. data/spec/platinum/unit/machine_learning/preview_datafeed_test.rb +43 -0
  897. data/spec/platinum/unit/machine_learning/put_datafeed_test.rb +43 -0
  898. data/spec/platinum/unit/machine_learning/put_filter_test.rb +43 -0
  899. data/spec/platinum/unit/machine_learning/put_job_test.rb +43 -0
  900. data/spec/platinum/unit/machine_learning/put_trained_model_alias_test.rb +40 -0
  901. data/spec/platinum/unit/machine_learning/revert_model_snapshot_test.rb +43 -0
  902. data/spec/platinum/unit/machine_learning/start_datafeed_test.rb +43 -0
  903. data/spec/platinum/unit/machine_learning/stop_datafeed_test.rb +43 -0
  904. data/spec/platinum/unit/machine_learning/update_data_frame_analytics_test.rb +40 -0
  905. data/spec/platinum/unit/machine_learning/update_datafeed_test.rb +43 -0
  906. data/spec/platinum/unit/machine_learning/update_filter_test.rb +43 -0
  907. data/spec/platinum/unit/machine_learning/update_job_test.rb +43 -0
  908. data/spec/platinum/unit/machine_learning/update_model_snapshot_test.rb +43 -0
  909. data/spec/platinum/unit/machine_learning/upgrade_job_snapshot_test.rb +43 -0
  910. data/spec/platinum/unit/machine_learning/validate_detector_test.rb +43 -0
  911. data/spec/platinum/unit/machine_learning/validate_test.rb +43 -0
  912. data/spec/platinum/unit/migration/deprecations_test.rb +42 -0
  913. data/spec/platinum/unit/monitoring/bulk_test.rb +43 -0
  914. data/spec/platinum/unit/rollup/get_rollup_index_caps_test.rb +40 -0
  915. data/spec/platinum/unit/security/activate_user_profile_test.rb +40 -0
  916. data/spec/platinum/unit/security/authenticate_test.rb +43 -0
  917. data/spec/platinum/unit/security/bulk_update_api_key_test.rb +40 -0
  918. data/spec/platinum/unit/security/change_password_test.rb +55 -0
  919. data/spec/platinum/unit/security/clear_api_key_cache_test.rb +40 -0
  920. data/spec/platinum/unit/security/clear_cached_privileges_test.rb +40 -0
  921. data/spec/platinum/unit/security/clear_cached_realms_test.rb +43 -0
  922. data/spec/platinum/unit/security/clear_cached_roles_test.rb +43 -0
  923. data/spec/platinum/unit/security/delete_privileges_test.rb +43 -0
  924. data/spec/platinum/unit/security/delete_role_mapping_test.rb +43 -0
  925. data/spec/platinum/unit/security/delete_role_test.rb +43 -0
  926. data/spec/platinum/unit/security/delete_user_test.rb +43 -0
  927. data/spec/platinum/unit/security/disable_user_test.rb +43 -0
  928. data/spec/platinum/unit/security/enable_user_test.rb +43 -0
  929. data/spec/platinum/unit/security/get_privileges_test.rb +78 -0
  930. data/spec/platinum/unit/security/get_role_mapping_test.rb +54 -0
  931. data/spec/platinum/unit/security/get_role_test.rb +62 -0
  932. data/spec/platinum/unit/security/get_token_test.rb +43 -0
  933. data/spec/platinum/unit/security/get_user_privileges_test.rb +43 -0
  934. data/spec/platinum/unit/security/get_user_profile_test.rb +40 -0
  935. data/spec/platinum/unit/security/get_user_test.rb +61 -0
  936. data/spec/platinum/unit/security/grant_api_key_test.rb +41 -0
  937. data/spec/platinum/unit/security/has_privileges_test.rb +55 -0
  938. data/spec/platinum/unit/security/invalidate_token_test.rb +43 -0
  939. data/spec/platinum/unit/security/oidc_authenticate_test.rb +40 -0
  940. data/spec/platinum/unit/security/oidc_logout_test.rb +40 -0
  941. data/spec/platinum/unit/security/oidc_prepare_authentication_test.rb +40 -0
  942. data/spec/platinum/unit/security/put_privileges_test.rb +43 -0
  943. data/spec/platinum/unit/security/put_role_mapping_test.rb +43 -0
  944. data/spec/platinum/unit/security/put_role_test.rb +43 -0
  945. data/spec/platinum/unit/security/put_user_test.rb +43 -0
  946. data/spec/platinum/unit/security/update_user_profile_data_test.rb +40 -0
  947. data/spec/platinum/unit/ssl/certificates_test.rb +43 -0
  948. data/spec/platinum/unit/test_helper.rb +72 -0
  949. data/spec/platinum/unit/transform/reset_transform_spec.rb +34 -0
  950. data/spec/{elasticsearch/api/actions/remote/info_spec.rb → platinum/unit/transform/upgrade_transforms_spec.rb} +7 -8
  951. data/spec/platinum/unit/usage_test.rb +40 -0
  952. data/spec/platinum/unit/watcher/ack_watch_test.rb +55 -0
  953. data/spec/platinum/unit/watcher/activate_watch_test.rb +43 -0
  954. data/spec/platinum/unit/watcher/deactivate_watch_test.rb +43 -0
  955. data/spec/platinum/unit/watcher/delete_watch_test.rb +43 -0
  956. data/spec/platinum/unit/watcher/execute_watch_test.rb +55 -0
  957. data/spec/platinum/unit/watcher/get_watch_test.rb +43 -0
  958. data/spec/platinum/unit/watcher/put_watch_test.rb +43 -0
  959. data/spec/platinum/unit/watcher/query_watches_test.rb +52 -0
  960. data/spec/platinum/unit/watcher/start_test.rb +41 -0
  961. data/spec/platinum/unit/watcher/stats_test.rb +43 -0
  962. data/spec/platinum/unit/watcher/stop_test.rb +43 -0
  963. data/spec/rest_api/rest_api_tests_helper.rb +100 -0
  964. data/spec/rest_api/rest_api_yaml_spec.rb +82 -0
  965. data/spec/rest_api/run_rspec_matchers.rb +111 -0
  966. data/spec/rest_api/skipped_tests_free.yml +84 -0
  967. data/spec/rest_api/skipped_tests_platinum.yml +120 -0
  968. data/spec/rspec_formatter.rb +31 -0
  969. data/spec/spec_helper.rb +23 -20
  970. data/utils/Gemfile +1 -3
  971. data/utils/README.md +15 -8
  972. data/utils/thor/endpoint_spec.rb +193 -0
  973. data/utils/thor/{generator/endpoint_specifics.rb → endpoint_specifics.rb} +16 -42
  974. data/utils/thor/generate_source.rb +29 -203
  975. data/utils/thor/generator/build_hash_helper.rb +64 -0
  976. data/utils/thor/generator/docs_helper.rb +62 -0
  977. data/utils/thor/generator/files_helper.rb +32 -42
  978. data/utils/thor/templates/_body.erb +34 -0
  979. data/utils/thor/templates/_documentation_top.erb +40 -23
  980. data/utils/thor/templates/_method_setup.erb +34 -32
  981. data/utils/thor/templates/_perform_request.erb +40 -28
  982. data/utils/thor/templates/method.erb +36 -30
  983. data/utils/thor/templates/test.erb +16 -3
  984. data/utils/thor/templates/test_helper.rb +0 -4
  985. metadata +1003 -110
  986. data/lib/elasticsearch/api/actions/benchmark.rb +0 -81
  987. data/lib/elasticsearch/api/actions/cat/params_registry.rb +0 -60
  988. data/lib/elasticsearch/api/actions/cluster/params_registry.rb +0 -60
  989. data/lib/elasticsearch/api/actions/dangling_indices/params_registry.rb +0 -60
  990. data/lib/elasticsearch/api/actions/delete_by_rethrottle.rb +0 -47
  991. data/lib/elasticsearch/api/actions/features/params_registry.rb +0 -60
  992. data/lib/elasticsearch/api/actions/indices/params_registry.rb +0 -60
  993. data/lib/elasticsearch/api/actions/ingest/params_registry.rb +0 -60
  994. data/lib/elasticsearch/api/actions/nodes/params_registry.rb +0 -60
  995. data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -56
  996. data/lib/elasticsearch/api/actions/params_registry.rb +0 -58
  997. data/lib/elasticsearch/api/actions/shutdown/params_registry.rb +0 -60
  998. data/lib/elasticsearch/api/actions/snapshot/params_registry.rb +0 -60
  999. data/lib/elasticsearch/api/actions/tasks/params_registry.rb +0 -60
  1000. data/spec/elasticsearch/api/actions/indices/exists_type_spec.rb +0 -108
  1001. data/spec/elasticsearch/api/actions/indices/flush_synced_spec.rb +0 -90
  1002. data/spec/elasticsearch/api/rest_api_yaml_spec.rb +0 -147
  1003. data/spec/rest_yaml_tests_helper.rb +0 -81
  1004. data/spec/skipped_tests.yml +0 -29
  1005. data/utils/thor/templates/_params_registry.erb +0 -12
  1006. /data/{LICENSE → LICENSE.txt} +0 -0
@@ -14,16 +14,15 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Shutdown
21
24
  module Actions
22
- # Retrieve status of a node or nodes that are currently marked as shutting down
23
- # This functionality is Experimental and may be changed or removed
24
- # completely in a future release. Elastic will take a best effort approach
25
- # to fix any issues, but experimental features are not subject to the
26
- # support SLA of official GA features.
25
+ # Retrieve status of a node or nodes that are currently marked as shutting down. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
27
26
  #
28
27
  # @option arguments [String] :node_id Which node for which to retrieve the shutdown status
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -31,9 +30,17 @@ module Elasticsearch
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current
32
31
  #
33
32
  def get_node(arguments = {})
34
- headers = arguments.delete(:headers) || {}
33
+ request_opts = { endpoint: arguments[:endpoint] || 'shutdown.get_node' }
34
+
35
+ defined_params = [:node_id].each_with_object({}) do |variable, set_variables|
36
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
37
+ end
38
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
35
39
 
36
40
  arguments = arguments.clone
41
+ headers = arguments.delete(:headers) || {}
42
+
43
+ body = nil
37
44
 
38
45
  _node_id = arguments.delete(:node_id)
39
46
 
@@ -41,12 +48,13 @@ module Elasticsearch
41
48
  path = if _node_id
42
49
  "_nodes/#{Utils.__listify(_node_id)}/shutdown"
43
50
  else
44
- "_nodes/shutdown"
51
+ '_nodes/shutdown'
45
52
  end
46
53
  params = {}
47
54
 
48
- body = nil
49
- perform_request(method, path, params, body, headers).body
55
+ Elasticsearch::API::Response.new(
56
+ perform_request(method, path, params, body, headers, request_opts)
57
+ )
50
58
  end
51
59
  end
52
60
  end
@@ -14,16 +14,15 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Shutdown
21
24
  module Actions
22
- # Adds a node to be shut down
23
- # This functionality is Experimental and may be changed or removed
24
- # completely in a future release. Elastic will take a best effort approach
25
- # to fix any issues, but experimental features are not subject to the
26
- # support SLA of official GA features.
25
+ # Adds a node to be shut down. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
27
26
  #
28
27
  # @option arguments [String] :node_id The node id of node to be shut down
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -32,12 +31,20 @@ module Elasticsearch
32
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current
33
32
  #
34
33
  def put_node(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || 'shutdown.put_node' }
35
+
36
+ defined_params = [:node_id].each_with_object({}) do |variable, set_variables|
37
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
38
+ end
39
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
40
+
35
41
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
36
42
  raise ArgumentError, "Required argument 'node_id' missing" unless arguments[:node_id]
37
43
 
44
+ arguments = arguments.clone
38
45
  headers = arguments.delete(:headers) || {}
39
46
 
40
- arguments = arguments.clone
47
+ body = arguments.delete(:body)
41
48
 
42
49
  _node_id = arguments.delete(:node_id)
43
50
 
@@ -45,8 +52,9 @@ module Elasticsearch
45
52
  path = "_nodes/#{Utils.__listify(_node_id)}/shutdown"
46
53
  params = {}
47
54
 
48
- body = arguments[:body]
49
- perform_request(method, path, params, body, headers).body
55
+ Elasticsearch::API::Response.new(
56
+ perform_request(method, path, params, body, headers, request_opts)
57
+ )
50
58
  end
51
59
  end
52
60
  end
@@ -0,0 +1,70 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
21
+ module Elasticsearch
22
+ module API
23
+ module Simulate
24
+ module Actions
25
+ # Simulates running ingest with example documents.
26
+ # This functionality is Experimental and may be changed or removed
27
+ # completely in a future release. Elastic will take a best effort approach
28
+ # to fix any issues, but experimental features are not subject to the
29
+ # support SLA of official GA features.
30
+ #
31
+ # @option arguments [String] :index Default index for docs which don't provide one
32
+ # @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with if no pipeline is given for a particular document
33
+ # @option arguments [Hash] :headers Custom HTTP headers
34
+ # @option arguments [Hash] :body The simulate definition (*Required*)
35
+ #
36
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/simulate-ingest-api.html
37
+ #
38
+ def ingest(arguments = {})
39
+ request_opts = { endpoint: arguments[:endpoint] || 'simulate.ingest' }
40
+
41
+ defined_params = [:index].each_with_object({}) do |variable, set_variables|
42
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
46
+ raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
47
+
48
+ arguments = arguments.clone
49
+ headers = arguments.delete(:headers) || {}
50
+
51
+ body = arguments.delete(:body)
52
+
53
+ _index = arguments.delete(:index)
54
+
55
+ method = Elasticsearch::API::HTTP_POST
56
+ path = if _index
57
+ "_ingest/#{Utils.__listify(_index)}/_simulate"
58
+ else
59
+ '_ingest/_simulate'
60
+ end
61
+ params = Utils.process_params(arguments)
62
+
63
+ Elasticsearch::API::Response.new(
64
+ perform_request(method, path, params, body, headers, request_opts)
65
+ )
66
+ end
67
+ end
68
+ end
69
+ end
70
+ end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -26,32 +29,33 @@ module Elasticsearch
26
29
  # @option arguments [Time] :timeout Explicit operation timeout
27
30
  # @option arguments [Hash] :headers Custom HTTP headers
28
31
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/clean-up-snapshot-repo-api.html
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/clean-up-snapshot-repo-api.html
30
33
  #
31
34
  def cleanup_repository(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.cleanup_repository' }
36
+
37
+ defined_params = [:repository].each_with_object({}) do |variable, set_variables|
38
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
39
+ end
40
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
41
+
32
42
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
33
43
 
44
+ arguments = arguments.clone
34
45
  headers = arguments.delete(:headers) || {}
35
46
 
36
- arguments = arguments.clone
47
+ body = nil
37
48
 
38
49
  _repository = arguments.delete(:repository)
39
50
 
40
51
  method = Elasticsearch::API::HTTP_POST
41
52
  path = "_snapshot/#{Utils.__listify(_repository)}/_cleanup"
42
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
53
+ params = Utils.process_params(arguments)
43
54
 
44
- body = nil
45
- perform_request(method, path, params, body, headers).body
55
+ Elasticsearch::API::Response.new(
56
+ perform_request(method, path, params, body, headers, request_opts)
57
+ )
46
58
  end
47
-
48
- # Register this action with its valid params when the module is loaded.
49
- #
50
- # @since 6.2.0
51
- ParamsRegistry.register(:cleanup_repository, [
52
- :master_timeout,
53
- :timeout
54
- ].freeze)
55
59
  end
56
60
  end
57
61
  end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -28,17 +31,25 @@ module Elasticsearch
28
31
  # @option arguments [Hash] :headers Custom HTTP headers
29
32
  # @option arguments [Hash] :body The snapshot clone definition (*Required*)
30
33
  #
31
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
32
35
  #
33
36
  def clone(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.clone' }
38
+
39
+ defined_params = %i[repository snapshot target_snapshot].each_with_object({}) do |variable, set_variables|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ end
42
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
43
+
34
44
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
45
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
36
46
  raise ArgumentError, "Required argument 'snapshot' missing" unless arguments[:snapshot]
37
47
  raise ArgumentError, "Required argument 'target_snapshot' missing" unless arguments[:target_snapshot]
38
48
 
49
+ arguments = arguments.clone
39
50
  headers = arguments.delete(:headers) || {}
40
51
 
41
- arguments = arguments.clone
52
+ body = arguments.delete(:body)
42
53
 
43
54
  _repository = arguments.delete(:repository)
44
55
 
@@ -48,18 +59,12 @@ module Elasticsearch
48
59
 
49
60
  method = Elasticsearch::API::HTTP_PUT
50
61
  path = "_snapshot/#{Utils.__listify(_repository)}/#{Utils.__listify(_snapshot)}/_clone/#{Utils.__listify(_target_snapshot)}"
51
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
62
+ params = Utils.process_params(arguments)
52
63
 
53
- body = arguments[:body]
54
- perform_request(method, path, params, body, headers).body
64
+ Elasticsearch::API::Response.new(
65
+ perform_request(method, path, params, body, headers, request_opts)
66
+ )
55
67
  end
56
-
57
- # Register this action with its valid params when the module is loaded.
58
- #
59
- # @since 6.2.0
60
- ParamsRegistry.register(:clone, [
61
- :master_timeout
62
- ].freeze)
63
68
  end
64
69
  end
65
70
  end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -28,15 +31,23 @@ module Elasticsearch
28
31
  # @option arguments [Hash] :headers Custom HTTP headers
29
32
  # @option arguments [Hash] :body The snapshot definition
30
33
  #
31
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
32
35
  #
33
36
  def create(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.create' }
38
+
39
+ defined_params = %i[repository snapshot].each_with_object({}) do |variable, set_variables|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ end
42
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
43
+
34
44
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
35
45
  raise ArgumentError, "Required argument 'snapshot' missing" unless arguments[:snapshot]
36
46
 
47
+ arguments = arguments.clone
37
48
  headers = arguments.delete(:headers) || {}
38
49
 
39
- arguments = arguments.clone
50
+ body = arguments.delete(:body)
40
51
 
41
52
  _repository = arguments.delete(:repository)
42
53
 
@@ -44,19 +55,12 @@ module Elasticsearch
44
55
 
45
56
  method = Elasticsearch::API::HTTP_PUT
46
57
  path = "_snapshot/#{Utils.__listify(_repository)}/#{Utils.__listify(_snapshot)}"
47
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
58
+ params = Utils.process_params(arguments)
48
59
 
49
- body = arguments[:body]
50
- perform_request(method, path, params, body, headers).body
60
+ Elasticsearch::API::Response.new(
61
+ perform_request(method, path, params, body, headers, request_opts)
62
+ )
51
63
  end
52
-
53
- # Register this action with its valid params when the module is loaded.
54
- #
55
- # @since 6.2.0
56
- ParamsRegistry.register(:create, [
57
- :master_timeout,
58
- :wait_for_completion
59
- ].freeze)
60
64
  end
61
65
  end
62
66
  end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -28,34 +31,34 @@ module Elasticsearch
28
31
  # @option arguments [Hash] :headers Custom HTTP headers
29
32
  # @option arguments [Hash] :body The repository definition (*Required*)
30
33
  #
31
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
34
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
32
35
  #
33
36
  def create_repository(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.create_repository' }
38
+
39
+ defined_params = [:repository].each_with_object({}) do |variable, set_variables|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ end
42
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
43
+
34
44
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
45
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
36
46
 
47
+ arguments = arguments.clone
37
48
  headers = arguments.delete(:headers) || {}
38
49
 
39
- arguments = arguments.clone
50
+ body = arguments.delete(:body)
40
51
 
41
52
  _repository = arguments.delete(:repository)
42
53
 
43
54
  method = Elasticsearch::API::HTTP_PUT
44
55
  path = "_snapshot/#{Utils.__listify(_repository)}"
45
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
56
+ params = Utils.process_params(arguments)
46
57
 
47
- body = arguments[:body]
48
- perform_request(method, path, params, body, headers).body
58
+ Elasticsearch::API::Response.new(
59
+ perform_request(method, path, params, body, headers, request_opts)
60
+ )
49
61
  end
50
-
51
- # Register this action with its valid params when the module is loaded.
52
- #
53
- # @since 6.2.0
54
- ParamsRegistry.register(:create_repository, [
55
- :master_timeout,
56
- :timeout,
57
- :verify
58
- ].freeze)
59
62
  end
60
63
  end
61
64
  end
@@ -14,27 +14,38 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
21
24
  module Actions
22
- # Deletes a snapshot.
25
+ # Deletes one or more snapshots.
23
26
  #
24
27
  # @option arguments [String] :repository A repository name
25
- # @option arguments [String] :snapshot A snapshot name
28
+ # @option arguments [List] :snapshot A comma-separated list of snapshot names
26
29
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
27
30
  # @option arguments [Hash] :headers Custom HTTP headers
28
31
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
30
33
  #
31
34
  def delete(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.delete' }
36
+
37
+ defined_params = %i[repository snapshot].each_with_object({}) do |variable, set_variables|
38
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
39
+ end
40
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
41
+
32
42
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
33
43
  raise ArgumentError, "Required argument 'snapshot' missing" unless arguments[:snapshot]
34
44
 
45
+ arguments = arguments.clone
35
46
  headers = arguments.delete(:headers) || {}
36
47
 
37
- arguments = arguments.clone
48
+ body = nil
38
49
 
39
50
  _repository = arguments.delete(:repository)
40
51
 
@@ -42,22 +53,20 @@ module Elasticsearch
42
53
 
43
54
  method = Elasticsearch::API::HTTP_DELETE
44
55
  path = "_snapshot/#{Utils.__listify(_repository)}/#{Utils.__listify(_snapshot)}"
45
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
56
+ params = Utils.process_params(arguments)
46
57
 
47
- body = nil
48
58
  if Array(arguments[:ignore]).include?(404)
49
- Utils.__rescue_from_not_found { perform_request(method, path, params, body, headers).body }
59
+ Utils.__rescue_from_not_found do
60
+ Elasticsearch::API::Response.new(
61
+ perform_request(method, path, params, body, headers, request_opts)
62
+ )
63
+ end
50
64
  else
51
- perform_request(method, path, params, body, headers).body
65
+ Elasticsearch::API::Response.new(
66
+ perform_request(method, path, params, body, headers, request_opts)
67
+ )
52
68
  end
53
69
  end
54
-
55
- # Register this action with its valid params when the module is loaded.
56
- #
57
- # @since 6.2.0
58
- ParamsRegistry.register(:delete, [
59
- :master_timeout
60
- ].freeze)
61
70
  end
62
71
  end
63
72
  end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -26,36 +29,41 @@ module Elasticsearch
26
29
  # @option arguments [Time] :timeout Explicit operation timeout
27
30
  # @option arguments [Hash] :headers Custom HTTP headers
28
31
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
30
33
  #
31
34
  def delete_repository(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.delete_repository' }
36
+
37
+ defined_params = [:repository].each_with_object({}) do |variable, set_variables|
38
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
39
+ end
40
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
41
+
32
42
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
33
43
 
44
+ arguments = arguments.clone
34
45
  headers = arguments.delete(:headers) || {}
35
46
 
36
- arguments = arguments.clone
47
+ body = nil
37
48
 
38
49
  _repository = arguments.delete(:repository)
39
50
 
40
51
  method = Elasticsearch::API::HTTP_DELETE
41
52
  path = "_snapshot/#{Utils.__listify(_repository)}"
42
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
53
+ params = Utils.process_params(arguments)
43
54
 
44
- body = nil
45
55
  if Array(arguments[:ignore]).include?(404)
46
- Utils.__rescue_from_not_found { perform_request(method, path, params, body, headers).body }
56
+ Utils.__rescue_from_not_found do
57
+ Elasticsearch::API::Response.new(
58
+ perform_request(method, path, params, body, headers, request_opts)
59
+ )
60
+ end
47
61
  else
48
- perform_request(method, path, params, body, headers).body
62
+ Elasticsearch::API::Response.new(
63
+ perform_request(method, path, params, body, headers, request_opts)
64
+ )
49
65
  end
50
66
  end
51
-
52
- # Register this action with its valid params when the module is loaded.
53
- #
54
- # @since 6.2.0
55
- ParamsRegistry.register(:delete_repository, [
56
- :master_timeout,
57
- :timeout
58
- ].freeze)
59
67
  end
60
68
  end
61
69
  end
@@ -14,7 +14,10 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
-
17
+ #
18
+ # Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
19
+ # @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
20
+ #
18
21
  module Elasticsearch
19
22
  module API
20
23
  module Snapshot
@@ -25,19 +28,36 @@ module Elasticsearch
25
28
  # @option arguments [List] :snapshot A comma-separated list of snapshot names
26
29
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
27
30
  # @option arguments [Boolean] :ignore_unavailable Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown
31
+ # @option arguments [Boolean] :index_names Whether to include the name of each index in the snapshot. Defaults to true.
28
32
  # @option arguments [Boolean] :index_details Whether to include details of each index in the snapshot, if those details are available. Defaults to false.
33
+ # @option arguments [Boolean] :include_repository Whether to include the repository name in the snapshot info. Defaults to true.
34
+ # @option arguments [String] :sort Allows setting a sort order for the result. Defaults to start_time (options: start_time, duration, name, repository, index_count, shard_count, failed_shard_count)
35
+ # @option arguments [Integer] :size Maximum number of snapshots to return. Defaults to 0 which means return all that match without limit.
36
+ # @option arguments [String] :order Sort order (options: asc, desc)
37
+ # @option arguments [String] :from_sort_value Value of the current sort column at which to start retrieval.
38
+ # @option arguments [String] :after Offset identifier to start pagination from as returned by the 'next' field in the response body.
39
+ # @option arguments [Integer] :offset Numeric offset to start pagination based on the snapshots matching the request. Defaults to 0
40
+ # @option arguments [String] :slm_policy_filter Filter snapshots by a comma-separated list of SLM policy names that snapshots belong to. Accepts wildcards. Use the special pattern '_none' to match snapshots without an SLM policy
29
41
  # @option arguments [Boolean] :verbose Whether to show verbose snapshot info or only show the basic info found in the repository index blob
30
42
  # @option arguments [Hash] :headers Custom HTTP headers
31
43
  #
32
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/modules-snapshots.html
44
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/modules-snapshots.html
33
45
  #
34
46
  def get(arguments = {})
47
+ request_opts = { endpoint: arguments[:endpoint] || 'snapshot.get' }
48
+
49
+ defined_params = %i[repository snapshot].each_with_object({}) do |variable, set_variables|
50
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
51
+ end
52
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
53
+
35
54
  raise ArgumentError, "Required argument 'repository' missing" unless arguments[:repository]
36
55
  raise ArgumentError, "Required argument 'snapshot' missing" unless arguments[:snapshot]
37
56
 
57
+ arguments = arguments.clone
38
58
  headers = arguments.delete(:headers) || {}
39
59
 
40
- arguments = arguments.clone
60
+ body = nil
41
61
 
42
62
  _repository = arguments.delete(:repository)
43
63
 
@@ -45,25 +65,20 @@ module Elasticsearch
45
65
 
46
66
  method = Elasticsearch::API::HTTP_GET
47
67
  path = "_snapshot/#{Utils.__listify(_repository)}/#{Utils.__listify(_snapshot)}"
48
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
68
+ params = Utils.process_params(arguments)
49
69
 
50
- body = nil
51
70
  if Array(arguments[:ignore]).include?(404)
52
- Utils.__rescue_from_not_found { perform_request(method, path, params, body, headers).body }
71
+ Utils.__rescue_from_not_found do
72
+ Elasticsearch::API::Response.new(
73
+ perform_request(method, path, params, body, headers, request_opts)
74
+ )
75
+ end
53
76
  else
54
- perform_request(method, path, params, body, headers).body
77
+ Elasticsearch::API::Response.new(
78
+ perform_request(method, path, params, body, headers, request_opts)
79
+ )
55
80
  end
56
81
  end
57
-
58
- # Register this action with its valid params when the module is loaded.
59
- #
60
- # @since 6.2.0
61
- ParamsRegistry.register(:get, [
62
- :master_timeout,
63
- :ignore_unavailable,
64
- :index_details,
65
- :verbose
66
- ].freeze)
67
82
  end
68
83
  end
69
84
  end