elasticsearch-api 7.14.0 → 7.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -35
  3. data/elasticsearch-api.gemspec +5 -4
  4. data/lib/elasticsearch/api/actions/bulk.rb +1 -1
  5. data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
  6. data/lib/elasticsearch/api/actions/cat/allocation.rb +1 -1
  7. data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
  8. data/lib/elasticsearch/api/actions/cat/fielddata.rb +1 -1
  9. data/lib/elasticsearch/api/actions/cat/health.rb +1 -1
  10. data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
  11. data/lib/elasticsearch/api/actions/cat/indices.rb +1 -1
  12. data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
  13. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
  14. data/lib/elasticsearch/api/actions/cat/nodes.rb +1 -1
  15. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +1 -1
  16. data/lib/elasticsearch/api/actions/cat/plugins.rb +1 -1
  17. data/lib/elasticsearch/api/actions/cat/recovery.rb +1 -1
  18. data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
  19. data/lib/elasticsearch/api/actions/cat/segments.rb +1 -1
  20. data/lib/elasticsearch/api/actions/cat/shards.rb +1 -1
  21. data/lib/elasticsearch/api/actions/cat/snapshots.rb +1 -1
  22. data/lib/elasticsearch/api/actions/cat/tasks.rb +1 -1
  23. data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
  24. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +1 -1
  25. data/lib/elasticsearch/api/actions/clear_scroll.rb +1 -1
  26. data/lib/elasticsearch/api/actions/close_point_in_time.rb +1 -1
  27. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +3 -3
  28. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
  29. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
  30. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +1 -1
  31. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
  32. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
  33. data/lib/elasticsearch/api/actions/cluster/health.rb +1 -1
  34. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
  35. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
  36. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
  37. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
  38. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
  39. data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
  40. data/lib/elasticsearch/api/actions/cluster/state.rb +1 -1
  41. data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
  42. data/lib/elasticsearch/api/actions/count.rb +7 -2
  43. data/lib/elasticsearch/api/actions/create.rb +1 -1
  44. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
  45. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
  46. data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
  47. data/lib/elasticsearch/api/actions/delete.rb +1 -1
  48. data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -1
  49. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
  50. data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
  51. data/lib/elasticsearch/api/actions/exists.rb +1 -1
  52. data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
  53. data/lib/elasticsearch/api/actions/explain.rb +1 -1
  54. data/lib/elasticsearch/api/actions/features/get_features.rb +1 -1
  55. data/lib/elasticsearch/api/actions/features/reset_features.rb +1 -1
  56. data/lib/elasticsearch/api/actions/field_caps.rb +1 -1
  57. data/lib/elasticsearch/api/actions/get.rb +1 -1
  58. data/lib/elasticsearch/api/actions/get_script.rb +1 -1
  59. data/lib/elasticsearch/api/actions/get_script_context.rb +1 -5
  60. data/lib/elasticsearch/api/actions/get_script_languages.rb +1 -5
  61. data/lib/elasticsearch/api/actions/get_source.rb +1 -1
  62. data/lib/elasticsearch/api/actions/index.rb +1 -1
  63. data/lib/elasticsearch/api/actions/indices/add_block.rb +1 -1
  64. data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
  65. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +1 -1
  66. data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
  67. data/lib/elasticsearch/api/actions/indices/close.rb +1 -1
  68. data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
  69. data/lib/elasticsearch/api/actions/indices/delete.rb +2 -2
  70. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
  71. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +6 -2
  72. data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
  73. data/lib/elasticsearch/api/actions/indices/disk_usage.rb +68 -0
  74. data/lib/elasticsearch/api/actions/indices/exists.rb +1 -1
  75. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
  76. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +6 -2
  77. data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
  78. data/lib/elasticsearch/api/actions/indices/exists_type.rb +1 -1
  79. data/lib/elasticsearch/api/actions/indices/field_usage_stats.rb +66 -0
  80. data/lib/elasticsearch/api/actions/indices/flush.rb +1 -1
  81. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
  82. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +1 -1
  83. data/lib/elasticsearch/api/actions/indices/get.rb +1 -1
  84. data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
  85. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +1 -1
  86. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +2 -2
  87. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +1 -1
  88. data/lib/elasticsearch/api/actions/indices/get_settings.rb +1 -1
  89. data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
  90. data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +1 -1
  91. data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
  92. data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
  93. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
  94. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +1 -1
  95. data/lib/elasticsearch/api/actions/indices/put_settings.rb +1 -1
  96. data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
  97. data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
  98. data/lib/elasticsearch/api/actions/indices/refresh.rb +1 -1
  99. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +1 -5
  100. data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
  101. data/lib/elasticsearch/api/actions/indices/segments.rb +1 -1
  102. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +1 -1
  103. data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
  104. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +1 -1
  105. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +1 -1
  106. data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
  107. data/lib/elasticsearch/api/actions/indices/stats.rb +1 -1
  108. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
  109. data/lib/elasticsearch/api/actions/indices/upgrade.rb +1 -1
  110. data/lib/elasticsearch/api/actions/indices/validate_query.rb +1 -1
  111. data/lib/elasticsearch/api/actions/info.rb +1 -1
  112. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
  113. data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +1 -1
  114. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
  115. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
  116. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +3 -1
  117. data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
  118. data/lib/elasticsearch/api/actions/mget.rb +1 -1
  119. data/lib/elasticsearch/api/actions/msearch.rb +1 -1
  120. data/lib/elasticsearch/api/actions/msearch_template.rb +1 -1
  121. data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
  122. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +56 -0
  123. data/lib/elasticsearch/api/actions/{snapshot/get_features.rb → nodes/get_repositories_metering_info.rb} +15 -14
  124. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -2
  125. data/lib/elasticsearch/api/actions/nodes/info.rb +2 -2
  126. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
  127. data/lib/elasticsearch/api/actions/nodes/stats.rb +2 -2
  128. data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
  129. data/lib/elasticsearch/api/actions/open_point_in_time.rb +5 -7
  130. data/lib/elasticsearch/api/actions/ping.rb +1 -1
  131. data/lib/elasticsearch/api/actions/put_script.rb +1 -1
  132. data/lib/elasticsearch/api/actions/rank_eval.rb +1 -5
  133. data/lib/elasticsearch/api/actions/reindex.rb +1 -1
  134. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
  135. data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
  136. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +1 -1
  137. data/lib/elasticsearch/api/actions/scroll.rb +1 -1
  138. data/lib/elasticsearch/api/actions/search.rb +1 -1
  139. data/lib/elasticsearch/api/actions/search_mvt.rb +85 -0
  140. data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
  141. data/lib/elasticsearch/api/actions/search_template.rb +1 -1
  142. data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +1 -5
  143. data/lib/elasticsearch/api/actions/shutdown/get_node.rb +1 -5
  144. data/lib/elasticsearch/api/actions/shutdown/put_node.rb +1 -5
  145. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
  146. data/lib/elasticsearch/api/actions/snapshot/clone.rb +1 -1
  147. data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
  148. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
  149. data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
  150. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
  151. data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
  152. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
  153. data/lib/elasticsearch/api/actions/snapshot/repository_analyze.rb +1 -1
  154. data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
  155. data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
  156. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
  157. data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
  158. data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
  159. data/lib/elasticsearch/api/actions/tasks/list.rb +1 -1
  160. data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
  161. data/lib/elasticsearch/api/actions/update.rb +1 -1
  162. data/lib/elasticsearch/api/actions/update_by_query.rb +1 -1
  163. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
  164. data/lib/elasticsearch/api/version.rb +1 -1
  165. data/spec/elasticsearch/api/actions/count_spec.rb +2 -5
  166. data/spec/elasticsearch/api/actions/{abort_benchmark_spec.rb → indices/disk_usage_spec.rb} +19 -5
  167. data/spec/elasticsearch/api/actions/{benchmark_spec.rb → indices/field_usage_stats_spec.rb} +18 -6
  168. data/spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb +51 -0
  169. data/spec/elasticsearch/api/actions/{snapshot/get_features_spec.rb → nodes/get_repositories_metering_info_spec.rb} +10 -4
  170. data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +2 -12
  171. data/spec/elasticsearch/api/actions/{remote/info_spec.rb → search_mvt_spec.rb} +26 -9
  172. data/spec/rest_yaml_tests_helper.rb +1 -1
  173. data/utils/thor/.rubocop.yml +2 -0
  174. data/utils/thor/generate_source.rb +17 -11
  175. data/utils/thor/generator/endpoint_specifics.rb +3 -1
  176. metadata +36 -23
  177. data/lib/elasticsearch/api/actions/abort_benchmark.rb +0 -41
  178. data/lib/elasticsearch/api/actions/benchmark.rb +0 -81
  179. data/lib/elasticsearch/api/actions/delete_by_rethrottle.rb +0 -47
  180. data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -56
  181. data/lib/elasticsearch/api/actions/remote/info.rb +0 -37
  182. data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +0 -76
@@ -17,19 +17,36 @@
17
17
 
18
18
  require 'spec_helper'
19
19
 
20
- describe 'client.remote#info' do
21
-
20
+ describe 'client#search_mvt' do
22
21
  let(:expected_args) do
23
22
  [
24
- 'GET',
25
- '_remote/info',
26
- {},
27
- nil,
28
- nil
23
+ 'POST',
24
+ url,
25
+ params,
26
+ body,
27
+ {}
29
28
  ]
30
29
  end
31
30
 
32
- it 'performs the request' do
33
- expect(client_double.remote.info).to eq({})
31
+ context 'with right parameters' do
32
+ let(:url) { 'foo/_mvt/field/10/57.2127/6.2348' }
33
+ let(:params) { {} }
34
+ let(:body) { nil }
35
+
36
+ it 'performs the request' do
37
+ expect(client_double.search_mvt(index: 'foo', field: 'field', zoom: 10, x: 57.2127, y: 6.2348)).to eq({})
38
+ end
39
+ end
40
+
41
+ context 'when a param is missing' do
42
+ let(:client) do
43
+ Class.new { include Elasticsearch::API }.new
44
+ end
45
+
46
+ it 'raises an ArgumentError' do
47
+ expect{
48
+ client.search_mvt
49
+ }.to raise_exception(ArgumentError)
50
+ end
34
51
  end
35
52
  end
@@ -18,6 +18,7 @@
18
18
  require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/test_file"
19
19
  require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/rspec_matchers"
20
20
  include Elasticsearch::RestAPIYAMLTests
21
+ require 'elasticsearch/xpack'
21
22
 
22
23
  TRANSPORT_OPTIONS = {}
23
24
  PROJECT_PATH = File.join(File.dirname(__FILE__), '..')
@@ -32,7 +33,6 @@ if (hosts = ELASTICSEARCH_URL)
32
33
  else
33
34
  TEST_HOST, TEST_PORT = 'localhost', '9200'
34
35
  end
35
- require 'byebug'; byebug
36
36
 
37
37
  if defined?(TEST_HOST) && defined?(TEST_PORT)
38
38
  URL = "http://#{TEST_HOST}:#{TEST_PORT}"
@@ -1,2 +1,4 @@
1
1
  Layout/EndAlignment:
2
2
  AutoCorrect: true
3
+ Metrics/LineLength:
4
+ Max: 160
@@ -148,6 +148,7 @@ module Elasticsearch
148
148
 
149
149
  def __http_method
150
150
  return '_id ? Elasticsearch::API::HTTP_PUT : Elasticsearch::API::HTTP_POST' if @endpoint_name == 'index'
151
+ return post_and_get if @endpoint_name == 'count'
151
152
 
152
153
  default_method = @spec['url']['paths'].map { |a| a['methods'] }.flatten.first
153
154
  if @spec['body'] && default_method == 'GET'
@@ -155,19 +156,23 @@ module Elasticsearch
155
156
  if @spec['body']['required']
156
157
  'Elasticsearch::API::HTTP_POST'
157
158
  else
158
- <<~SRC
159
- if arguments[:body]
160
- Elasticsearch::API::HTTP_POST
161
- else
162
- Elasticsearch::API::HTTP_GET
163
- end
164
- SRC
159
+ post_and_get
165
160
  end
166
161
  else
167
162
  "Elasticsearch::API::HTTP_#{default_method}"
168
163
  end
169
164
  end
170
165
 
166
+ def post_and_get
167
+ <<~SRC
168
+ if arguments[:body]
169
+ Elasticsearch::API::HTTP_POST
170
+ else
171
+ Elasticsearch::API::HTTP_GET
172
+ end
173
+ SRC
174
+ end
175
+
171
176
  def __http_path
172
177
  return "\"#{__parse_path(@paths.first)}\"" if @paths.size == 1
173
178
  return termvectors_path if @method_name == 'termvectors'
@@ -194,9 +199,9 @@ module Elasticsearch
194
199
 
195
200
  def __parse_path(path)
196
201
  path.gsub(/^\//, '')
197
- .gsub(/\/$/, '')
198
- .gsub('{', "\#{#{__utils}.__listify(_")
199
- .gsub('}', ')}')
202
+ .gsub(/\/$/, '')
203
+ .gsub('{', "\#{#{__utils}.__listify(_")
204
+ .gsub('}', ')}')
200
205
  end
201
206
 
202
207
  def __path_variables
@@ -226,6 +231,7 @@ module Elasticsearch
226
231
 
227
232
  def docs_helper(name, info)
228
233
  info['type'] = 'String' if info['type'] == 'enum' # Rename 'enums' to 'strings'
234
+ info['type'] = 'Integer' if info['type'] == 'int' # Rename 'int' to 'Integer'
229
235
  tipo = info['type'] ? info['type'].capitalize : 'String'
230
236
  description = info['description'] ? info['description'].strip : '[TODO]'
231
237
  options = info['options'] ? "(options: #{info['options'].join(', ').strip})" : nil
@@ -290,7 +296,7 @@ module Elasticsearch
290
296
  end
291
297
 
292
298
  def __utils
293
- (@current_api == :xpack) ? 'Elasticsearch::API::Utils' : 'Utils'
299
+ @current_api == :xpack ? 'Elasticsearch::API::Utils' : 'Utils'
294
300
  end
295
301
 
296
302
  def run_rubocop(api)
@@ -37,8 +37,10 @@ module Elasticsearch
37
37
  delete
38
38
  get
39
39
  indices.flush_synced
40
- indices.delete_template
41
40
  indices.delete
41
+ indices.delete_index_template
42
+ indices.exists_index_template
43
+ indices.delete_template
42
44
  security.get_role
43
45
  security.get_user
44
46
  snapshot.status
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.14.0
4
+ version: 7.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-04 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: elasticsearch-xpack
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: minitest
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -323,8 +337,6 @@ files:
323
337
  - elasticsearch-api.gemspec
324
338
  - lib/elasticsearch-api.rb
325
339
  - lib/elasticsearch/api.rb
326
- - lib/elasticsearch/api/actions/abort_benchmark.rb
327
- - lib/elasticsearch/api/actions/benchmark.rb
328
340
  - lib/elasticsearch/api/actions/bulk.rb
329
341
  - lib/elasticsearch/api/actions/cat/aliases.rb
330
342
  - lib/elasticsearch/api/actions/cat/allocation.rb
@@ -374,7 +386,6 @@ files:
374
386
  - lib/elasticsearch/api/actions/delete.rb
375
387
  - lib/elasticsearch/api/actions/delete_by_query.rb
376
388
  - lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb
377
- - lib/elasticsearch/api/actions/delete_by_rethrottle.rb
378
389
  - lib/elasticsearch/api/actions/delete_script.rb
379
390
  - lib/elasticsearch/api/actions/exists.rb
380
391
  - lib/elasticsearch/api/actions/exists_source.rb
@@ -399,11 +410,13 @@ files:
399
410
  - lib/elasticsearch/api/actions/indices/delete_alias.rb
400
411
  - lib/elasticsearch/api/actions/indices/delete_index_template.rb
401
412
  - lib/elasticsearch/api/actions/indices/delete_template.rb
413
+ - lib/elasticsearch/api/actions/indices/disk_usage.rb
402
414
  - lib/elasticsearch/api/actions/indices/exists.rb
403
415
  - lib/elasticsearch/api/actions/indices/exists_alias.rb
404
416
  - lib/elasticsearch/api/actions/indices/exists_index_template.rb
405
417
  - lib/elasticsearch/api/actions/indices/exists_template.rb
406
418
  - lib/elasticsearch/api/actions/indices/exists_type.rb
419
+ - lib/elasticsearch/api/actions/indices/field_usage_stats.rb
407
420
  - lib/elasticsearch/api/actions/indices/flush.rb
408
421
  - lib/elasticsearch/api/actions/indices/flush_synced.rb
409
422
  - lib/elasticsearch/api/actions/indices/forcemerge.rb
@@ -448,11 +461,12 @@ files:
448
461
  - lib/elasticsearch/api/actions/msearch.rb
449
462
  - lib/elasticsearch/api/actions/msearch_template.rb
450
463
  - lib/elasticsearch/api/actions/mtermvectors.rb
464
+ - lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb
465
+ - lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb
451
466
  - lib/elasticsearch/api/actions/nodes/hot_threads.rb
452
467
  - lib/elasticsearch/api/actions/nodes/info.rb
453
468
  - lib/elasticsearch/api/actions/nodes/params_registry.rb
454
469
  - lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb
455
- - lib/elasticsearch/api/actions/nodes/shutdown.rb
456
470
  - lib/elasticsearch/api/actions/nodes/stats.rb
457
471
  - lib/elasticsearch/api/actions/nodes/usage.rb
458
472
  - lib/elasticsearch/api/actions/open_point_in_time.rb
@@ -462,11 +476,11 @@ files:
462
476
  - lib/elasticsearch/api/actions/rank_eval.rb
463
477
  - lib/elasticsearch/api/actions/reindex.rb
464
478
  - lib/elasticsearch/api/actions/reindex_rethrottle.rb
465
- - lib/elasticsearch/api/actions/remote/info.rb
466
479
  - lib/elasticsearch/api/actions/render_search_template.rb
467
480
  - lib/elasticsearch/api/actions/scripts_painless_execute.rb
468
481
  - lib/elasticsearch/api/actions/scroll.rb
469
482
  - lib/elasticsearch/api/actions/search.rb
483
+ - lib/elasticsearch/api/actions/search_mvt.rb
470
484
  - lib/elasticsearch/api/actions/search_shards.rb
471
485
  - lib/elasticsearch/api/actions/search_template.rb
472
486
  - lib/elasticsearch/api/actions/shutdown/delete_node.rb
@@ -480,7 +494,6 @@ files:
480
494
  - lib/elasticsearch/api/actions/snapshot/delete.rb
481
495
  - lib/elasticsearch/api/actions/snapshot/delete_repository.rb
482
496
  - lib/elasticsearch/api/actions/snapshot/get.rb
483
- - lib/elasticsearch/api/actions/snapshot/get_features.rb
484
497
  - lib/elasticsearch/api/actions/snapshot/get_repository.rb
485
498
  - lib/elasticsearch/api/actions/snapshot/params_registry.rb
486
499
  - lib/elasticsearch/api/actions/snapshot/repository_analyze.rb
@@ -510,8 +523,6 @@ files:
510
523
  - lib/elasticsearch/api/namespace/tasks.rb
511
524
  - lib/elasticsearch/api/utils.rb
512
525
  - lib/elasticsearch/api/version.rb
513
- - spec/elasticsearch/api/actions/abort_benchmark_spec.rb
514
- - spec/elasticsearch/api/actions/benchmark_spec.rb
515
526
  - spec/elasticsearch/api/actions/bulk_spec.rb
516
527
  - spec/elasticsearch/api/actions/cat/aliases_spec.rb
517
528
  - spec/elasticsearch/api/actions/cat/allocation_spec.rb
@@ -571,10 +582,12 @@ files:
571
582
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
572
583
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
573
584
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
585
+ - spec/elasticsearch/api/actions/indices/disk_usage_spec.rb
574
586
  - spec/elasticsearch/api/actions/indices/exists_alias_spec.rb
575
587
  - spec/elasticsearch/api/actions/indices/exists_spec.rb
576
588
  - spec/elasticsearch/api/actions/indices/exists_template_spec.rb
577
589
  - spec/elasticsearch/api/actions/indices/exists_type_spec.rb
590
+ - spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb
578
591
  - spec/elasticsearch/api/actions/indices/flush_spec.rb
579
592
  - spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
580
593
  - spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
@@ -610,18 +623,19 @@ files:
610
623
  - spec/elasticsearch/api/actions/msearch_spec.rb
611
624
  - spec/elasticsearch/api/actions/msearch_template_spec.rb
612
625
  - spec/elasticsearch/api/actions/mtermvectors_spec.rb
626
+ - spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb
627
+ - spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb
613
628
  - spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
614
629
  - spec/elasticsearch/api/actions/nodes/info_spec.rb
615
630
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
616
- - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
617
631
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
618
632
  - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
619
633
  - spec/elasticsearch/api/actions/ping_spec.rb
620
634
  - spec/elasticsearch/api/actions/put_script_spec.rb
621
635
  - spec/elasticsearch/api/actions/reindex_spec.rb
622
- - spec/elasticsearch/api/actions/remote/info_spec.rb
623
636
  - spec/elasticsearch/api/actions/render_search_template_spec.rb
624
637
  - spec/elasticsearch/api/actions/scroll_spec.rb
638
+ - spec/elasticsearch/api/actions/search_mvt_spec.rb
625
639
  - spec/elasticsearch/api/actions/search_shards_spec.rb
626
640
  - spec/elasticsearch/api/actions/search_spec.rb
627
641
  - spec/elasticsearch/api/actions/search_template_spec.rb
@@ -633,7 +647,6 @@ files:
633
647
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
634
648
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
635
649
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
636
- - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
637
650
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
638
651
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
639
652
  - spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb
@@ -668,13 +681,13 @@ files:
668
681
  - utils/thor/templates/method.erb
669
682
  - utils/thor/templates/test.erb
670
683
  - utils/thor/templates/test_helper.rb
671
- homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
684
+ homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16/index.html
672
685
  licenses:
673
686
  - Apache-2.0
674
687
  metadata:
675
- homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
676
- changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md
677
- source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-api
688
+ homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16/index.html
689
+ changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.16/CHANGELOG.md
690
+ source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.16/elasticsearch-api
678
691
  bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
679
692
  post_install_message:
680
693
  rdoc_options:
@@ -692,13 +705,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
692
705
  - !ruby/object:Gem::Version
693
706
  version: '0'
694
707
  requirements: []
695
- rubygems_version: 3.2.15
708
+ rubygems_version: 3.2.22
696
709
  signing_key:
697
710
  specification_version: 4
698
711
  summary: Ruby API for Elasticsearch.
699
712
  test_files:
700
- - spec/elasticsearch/api/actions/abort_benchmark_spec.rb
701
- - spec/elasticsearch/api/actions/benchmark_spec.rb
702
713
  - spec/elasticsearch/api/actions/bulk_spec.rb
703
714
  - spec/elasticsearch/api/actions/cat/aliases_spec.rb
704
715
  - spec/elasticsearch/api/actions/cat/allocation_spec.rb
@@ -758,10 +769,12 @@ test_files:
758
769
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
759
770
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
760
771
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
772
+ - spec/elasticsearch/api/actions/indices/disk_usage_spec.rb
761
773
  - spec/elasticsearch/api/actions/indices/exists_alias_spec.rb
762
774
  - spec/elasticsearch/api/actions/indices/exists_spec.rb
763
775
  - spec/elasticsearch/api/actions/indices/exists_template_spec.rb
764
776
  - spec/elasticsearch/api/actions/indices/exists_type_spec.rb
777
+ - spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb
765
778
  - spec/elasticsearch/api/actions/indices/flush_spec.rb
766
779
  - spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
767
780
  - spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
@@ -797,18 +810,19 @@ test_files:
797
810
  - spec/elasticsearch/api/actions/msearch_spec.rb
798
811
  - spec/elasticsearch/api/actions/msearch_template_spec.rb
799
812
  - spec/elasticsearch/api/actions/mtermvectors_spec.rb
813
+ - spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb
814
+ - spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb
800
815
  - spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
801
816
  - spec/elasticsearch/api/actions/nodes/info_spec.rb
802
817
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
803
- - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
804
818
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
805
819
  - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
806
820
  - spec/elasticsearch/api/actions/ping_spec.rb
807
821
  - spec/elasticsearch/api/actions/put_script_spec.rb
808
822
  - spec/elasticsearch/api/actions/reindex_spec.rb
809
- - spec/elasticsearch/api/actions/remote/info_spec.rb
810
823
  - spec/elasticsearch/api/actions/render_search_template_spec.rb
811
824
  - spec/elasticsearch/api/actions/scroll_spec.rb
825
+ - spec/elasticsearch/api/actions/search_mvt_spec.rb
812
826
  - spec/elasticsearch/api/actions/search_shards_spec.rb
813
827
  - spec/elasticsearch/api/actions/search_spec.rb
814
828
  - spec/elasticsearch/api/actions/search_template_spec.rb
@@ -820,7 +834,6 @@ test_files:
820
834
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
821
835
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
822
836
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
823
- - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
824
837
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
825
838
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
826
839
  - spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb
@@ -1,41 +0,0 @@
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
- module Elasticsearch
19
- module API
20
- module Actions
21
- # Abort a running benchmark
22
- #
23
- # @example
24
- #
25
- # client.abort_benchmark name: 'my_benchmark'
26
- #
27
- # @option arguments [String] :name A benchmark name
28
- #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
30
- #
31
- def abort_benchmark(arguments = {})
32
- method = HTTP_POST
33
- path = "_bench/abort/#{arguments[:name]}"
34
- params = {}
35
- body = nil
36
-
37
- perform_request(method, path, params, body).body
38
- end
39
- end
40
- end
41
- end
@@ -1,81 +0,0 @@
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
- module Elasticsearch
19
- module API
20
- module Actions
21
- # Run a single query, or a set of queries, and return statistics on their performance
22
- #
23
- # @example Return statistics for a single query
24
- #
25
- # client.benchmark body: {
26
- # name: 'my_benchmark',
27
- # competitors: [
28
- # {
29
- # name: 'query_1',
30
- # requests: [
31
- # { query: { match: { _all: 'a*' } } }
32
- # ]
33
- # }
34
- # ]
35
- # }
36
- #
37
- # @example Return statistics for a set of "competing" queries
38
- #
39
- # client.benchmark body: {
40
- # name: 'my_benchmark',
41
- # competitors: [
42
- # {
43
- # name: 'query_a',
44
- # requests: [
45
- # { query: { match: { _all: 'a*' } } }
46
- # ]
47
- # },
48
- # {
49
- # name: 'query_b',
50
- # requests: [
51
- # { query: { match: { _all: 'b*' } } }
52
- # ]
53
- # }
54
- # ]
55
- # }
56
- #
57
- # @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string
58
- # to perform the operation on all indices
59
- # @option arguments [String] :type The name of the document type
60
- # @option arguments [Hash] :body The search definition using the Query DSL
61
- # @option arguments [Boolean] :verbose Specify whether to return verbose statistics about each iteration
62
- # (default: false)
63
- #
64
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
65
- #
66
- def benchmark(arguments = {})
67
- method = HTTP_PUT
68
- path = "_bench"
69
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
70
- body = arguments[:body]
71
-
72
- perform_request(method, path, params, body).body
73
- end
74
-
75
- # Register this action with its valid params when the module is loaded.
76
- #
77
- # @since 6.1.1
78
- ParamsRegistry.register(:benchmark, [:verbose].freeze)
79
- end
80
- end
81
- end
@@ -1,47 +0,0 @@
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
- module Elasticsearch
19
- module API
20
- module Actions
21
- # The value of requests_per_second can be changed on a running delete by query using the _rethrottle API
22
- #
23
- # @option arguments [String] :task_id The task id to rethrottle (*Required*)
24
- # @option arguments [Number] :requests_per_second The throttle to set on this request in floating sub-requests per second. -1 means set no throttle.
25
- #
26
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
27
- #
28
- def delete_by_query_rethrottle(arguments = {})
29
- raise ArgumentError, "Required argument 'task_id' missing" unless arguments[:task_id]
30
-
31
- method = Elasticsearch::API::HTTP_POST
32
- path = "_delete_by_query/#{arguments[:task_id]}/_rethrottle"
33
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
34
- body = nil
35
-
36
- perform_request(method, path, params, body).body
37
- end
38
-
39
- # Register this action with its valid params when the module is loaded.
40
- #
41
- # @since 6.2.0
42
- ParamsRegistry.register(:delete_by_query_rethrottle, [
43
- :requests_per_second
44
- ].freeze)
45
- end
46
- end
47
- end
@@ -1,56 +0,0 @@
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
- module Elasticsearch
19
- module API
20
- module Nodes
21
- module Actions
22
- # Shutdown one or all nodes
23
- #
24
- # @example Shut down node named _Bloke_
25
- #
26
- # client.nodes.shutdown node_id: 'Bloke'
27
- #
28
- # @option arguments [List] :node_id A comma-separated list of node IDs or names to perform the operation on; use
29
- # `_local` to shutdown the node you're connected to, leave empty to
30
- # shutdown all nodes
31
- # @option arguments [Time] :delay Set the delay for the operation (default: 1s)
32
- # @option arguments [Boolean] :exit Exit the JVM as well (default: true)
33
- #
34
- # @see http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/
35
- #
36
- def shutdown(arguments = {})
37
- method = HTTP_POST
38
- path = Utils.__pathify '_cluster/nodes', Utils.__listify(arguments[:node_id]), '_shutdown'
39
-
40
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
41
- body = nil
42
-
43
- perform_request(method, path, params, body).body
44
- end
45
-
46
- # Register this action with its valid params when the module is loaded.
47
- #
48
- # @since 6.1.1
49
- ParamsRegistry.register(:shutdown, [
50
- :delay,
51
- :exit
52
- ].freeze)
53
- end
54
- end
55
- end
56
- end
@@ -1,37 +0,0 @@
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
- module Elasticsearch
19
- module API
20
- module Remote
21
- module Actions
22
- # Returns all of the configured remote cluster information
23
- #
24
- # @see http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html
25
- #
26
- def info(arguments = {})
27
- method = HTTP_GET
28
- path = "_remote/info"
29
- params = {}
30
- body = nil
31
-
32
- perform_request(method, path, params, body).body
33
- end
34
- end
35
- end
36
- end
37
- end