elasticsearch-api 7.8.0 → 7.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -2
  3. data/lib/elasticsearch/api.rb +2 -1
  4. data/lib/elasticsearch/api/actions/bulk.rb +10 -10
  5. data/lib/elasticsearch/api/actions/cat/aliases.rb +4 -6
  6. data/lib/elasticsearch/api/actions/cat/allocation.rb +4 -6
  7. data/lib/elasticsearch/api/actions/cat/count.rb +3 -3
  8. data/lib/elasticsearch/api/actions/cat/fielddata.rb +4 -7
  9. data/lib/elasticsearch/api/actions/cat/health.rb +3 -5
  10. data/lib/elasticsearch/api/actions/cat/help.rb +2 -2
  11. data/lib/elasticsearch/api/actions/cat/indices.rb +7 -15
  12. data/lib/elasticsearch/api/actions/cat/master.rb +2 -2
  13. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +2 -2
  14. data/lib/elasticsearch/api/actions/cat/nodes.rb +5 -9
  15. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +3 -5
  16. data/lib/elasticsearch/api/actions/cat/plugins.rb +2 -2
  17. data/lib/elasticsearch/api/actions/cat/recovery.rb +5 -10
  18. data/lib/elasticsearch/api/actions/cat/repositories.rb +2 -2
  19. data/lib/elasticsearch/api/actions/cat/segments.rb +4 -6
  20. data/lib/elasticsearch/api/actions/cat/shards.rb +5 -9
  21. data/lib/elasticsearch/api/actions/cat/snapshots.rb +4 -6
  22. data/lib/elasticsearch/api/actions/cat/tasks.rb +3 -5
  23. data/lib/elasticsearch/api/actions/cat/templates.rb +3 -3
  24. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +4 -6
  25. data/lib/elasticsearch/api/actions/clear_scroll.rb +4 -4
  26. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +9 -4
  27. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +6 -2
  28. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +2 -2
  29. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +6 -2
  30. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +7 -3
  31. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +2 -2
  32. data/lib/elasticsearch/api/actions/cluster/health.rb +7 -15
  33. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +2 -2
  34. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +2 -2
  35. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +6 -2
  36. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +2 -2
  37. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +2 -2
  38. data/lib/elasticsearch/api/actions/cluster/reroute.rb +3 -5
  39. data/lib/elasticsearch/api/actions/cluster/state.rb +5 -9
  40. data/lib/elasticsearch/api/actions/cluster/stats.rb +3 -3
  41. data/lib/elasticsearch/api/actions/count.rb +11 -20
  42. data/lib/elasticsearch/api/actions/create.rb +5 -9
  43. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +60 -0
  44. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +60 -0
  45. data/lib/elasticsearch/api/actions/{indices/get_data_streams.rb → dangling_indices/list_dangling_indices.rb} +6 -13
  46. data/lib/elasticsearch/api/actions/dangling_indices/params_registry.rb +60 -0
  47. data/lib/elasticsearch/api/actions/delete.rb +6 -10
  48. data/lib/elasticsearch/api/actions/delete_by_query.rb +8 -16
  49. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +3 -3
  50. data/lib/elasticsearch/api/actions/delete_script.rb +2 -2
  51. data/lib/elasticsearch/api/actions/exists.rb +5 -7
  52. data/lib/elasticsearch/api/actions/exists_source.rb +5 -7
  53. data/lib/elasticsearch/api/actions/explain.rb +14 -11
  54. data/lib/elasticsearch/api/actions/field_caps.rb +15 -11
  55. data/lib/elasticsearch/api/actions/get.rb +5 -7
  56. data/lib/elasticsearch/api/actions/get_script.rb +2 -2
  57. data/lib/elasticsearch/api/actions/get_script_context.rb +6 -2
  58. data/lib/elasticsearch/api/actions/get_script_languages.rb +6 -2
  59. data/lib/elasticsearch/api/actions/get_source.rb +5 -7
  60. data/lib/elasticsearch/api/actions/index.rb +10 -14
  61. data/lib/elasticsearch/api/actions/indices/add_block.rb +68 -0
  62. data/lib/elasticsearch/api/actions/indices/analyze.rb +12 -8
  63. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +4 -7
  64. data/lib/elasticsearch/api/actions/indices/clone.rb +2 -2
  65. data/lib/elasticsearch/api/actions/indices/close.rb +3 -5
  66. data/lib/elasticsearch/api/actions/indices/create.rb +2 -2
  67. data/lib/elasticsearch/api/actions/indices/delete.rb +3 -5
  68. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +3 -3
  69. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +6 -2
  70. data/lib/elasticsearch/api/actions/indices/delete_template.rb +2 -2
  71. data/lib/elasticsearch/api/actions/indices/exists.rb +3 -5
  72. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +4 -6
  73. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +6 -2
  74. data/lib/elasticsearch/api/actions/indices/exists_template.rb +2 -2
  75. data/lib/elasticsearch/api/actions/indices/exists_type.rb +3 -5
  76. data/lib/elasticsearch/api/actions/indices/flush.rb +4 -6
  77. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +9 -6
  78. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +4 -6
  79. data/lib/elasticsearch/api/actions/indices/get.rb +3 -5
  80. data/lib/elasticsearch/api/actions/indices/get_alias.rb +4 -6
  81. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +5 -7
  82. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +7 -3
  83. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +6 -8
  84. data/lib/elasticsearch/api/actions/indices/get_settings.rb +4 -6
  85. data/lib/elasticsearch/api/actions/indices/get_template.rb +3 -3
  86. data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +4 -6
  87. data/lib/elasticsearch/api/actions/indices/open.rb +3 -5
  88. data/lib/elasticsearch/api/actions/indices/put_alias.rb +3 -3
  89. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +6 -2
  90. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +8 -8
  91. data/lib/elasticsearch/api/actions/indices/put_settings.rb +4 -6
  92. data/lib/elasticsearch/api/actions/indices/put_template.rb +2 -2
  93. data/lib/elasticsearch/api/actions/indices/recovery.rb +3 -3
  94. data/lib/elasticsearch/api/actions/indices/refresh.rb +4 -6
  95. data/lib/elasticsearch/api/actions/indices/{delete_data_stream.rb → resolve_index.rb} +20 -8
  96. data/lib/elasticsearch/api/actions/indices/rollover.rb +3 -3
  97. data/lib/elasticsearch/api/actions/indices/segments.rb +4 -6
  98. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +5 -9
  99. data/lib/elasticsearch/api/actions/indices/shrink.rb +2 -2
  100. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +6 -2
  101. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +67 -0
  102. data/lib/elasticsearch/api/actions/indices/split.rb +2 -2
  103. data/lib/elasticsearch/api/actions/indices/stats.rb +5 -11
  104. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +2 -2
  105. data/lib/elasticsearch/api/actions/indices/upgrade.rb +4 -6
  106. data/lib/elasticsearch/api/actions/indices/validate_query.rb +17 -16
  107. data/lib/elasticsearch/api/actions/info.rb +2 -2
  108. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +2 -2
  109. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +3 -3
  110. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +2 -2
  111. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +2 -2
  112. data/lib/elasticsearch/api/actions/ingest/simulate.rb +4 -4
  113. data/lib/elasticsearch/api/actions/mget.rb +5 -5
  114. data/lib/elasticsearch/api/actions/msearch.rb +8 -12
  115. data/lib/elasticsearch/api/actions/msearch_template.rb +6 -8
  116. data/lib/elasticsearch/api/actions/mtermvectors.rb +16 -13
  117. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -6
  118. data/lib/elasticsearch/api/actions/nodes/info.rb +4 -6
  119. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +3 -3
  120. data/lib/elasticsearch/api/actions/nodes/stats.rb +6 -12
  121. data/lib/elasticsearch/api/actions/nodes/usage.rb +4 -6
  122. data/lib/elasticsearch/api/actions/ping.rb +2 -2
  123. data/lib/elasticsearch/api/actions/put_script.rb +3 -4
  124. data/lib/elasticsearch/api/actions/rank_eval.rb +10 -10
  125. data/lib/elasticsearch/api/actions/reindex.rb +2 -2
  126. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +3 -3
  127. data/lib/elasticsearch/api/actions/render_search_template.rb +12 -7
  128. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +13 -4
  129. data/lib/elasticsearch/api/actions/scroll.rb +13 -9
  130. data/lib/elasticsearch/api/actions/search.rb +18 -21
  131. data/lib/elasticsearch/api/actions/search_shards.rb +4 -6
  132. data/lib/elasticsearch/api/actions/search_template.rb +6 -10
  133. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +2 -2
  134. data/lib/elasticsearch/api/actions/snapshot/clone.rb +66 -0
  135. data/lib/elasticsearch/api/actions/snapshot/create.rb +2 -2
  136. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +2 -2
  137. data/lib/elasticsearch/api/actions/snapshot/delete.rb +2 -2
  138. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +2 -2
  139. data/lib/elasticsearch/api/actions/snapshot/get.rb +2 -2
  140. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +3 -3
  141. data/lib/elasticsearch/api/actions/snapshot/restore.rb +2 -2
  142. data/lib/elasticsearch/api/actions/snapshot/status.rb +3 -3
  143. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +2 -2
  144. data/lib/elasticsearch/api/actions/tasks/cancel.rb +3 -3
  145. data/lib/elasticsearch/api/actions/tasks/get.rb +2 -2
  146. data/lib/elasticsearch/api/actions/tasks/list.rb +3 -5
  147. data/lib/elasticsearch/api/actions/termvectors.rb +10 -8
  148. data/lib/elasticsearch/api/actions/update.rb +8 -8
  149. data/lib/elasticsearch/api/actions/update_by_query.rb +8 -16
  150. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +3 -3
  151. data/lib/elasticsearch/api/namespace/cat.rb +0 -1
  152. data/lib/elasticsearch/api/namespace/dangling_indices.rb +35 -0
  153. data/lib/elasticsearch/api/version.rb +1 -1
  154. data/spec/elasticsearch/api/actions/count_spec.rb +2 -2
  155. data/spec/elasticsearch/api/actions/dangling_indices/delete_dangling_indices_spec.rb +48 -0
  156. data/spec/elasticsearch/api/actions/dangling_indices/import_dangling_indices_spec.rb +48 -0
  157. data/spec/elasticsearch/api/actions/dangling_indices/list_dangling_indices_spec.rb +36 -0
  158. data/spec/elasticsearch/api/actions/explain_document_spec.rb +8 -9
  159. data/spec/elasticsearch/api/actions/indices/add_block_spec.rb +63 -0
  160. data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +7 -8
  161. data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +7 -13
  162. data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +6 -7
  163. data/spec/elasticsearch/api/actions/json_builders_spec.rb +10 -13
  164. data/spec/elasticsearch/api/actions/mget_spec.rb +5 -6
  165. data/spec/elasticsearch/api/actions/msearch_spec.rb +21 -39
  166. data/spec/elasticsearch/api/actions/msearch_template_spec.rb +5 -6
  167. data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +7 -7
  168. data/spec/elasticsearch/api/actions/render_search_template_spec.rb +2 -2
  169. data/spec/elasticsearch/api/actions/scroll_spec.rb +1 -1
  170. data/spec/elasticsearch/api/actions/search_spec.rb +7 -7
  171. data/spec/elasticsearch/api/actions/search_template_spec.rb +5 -6
  172. data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +67 -0
  173. data/spec/elasticsearch/api/actions/termvectors_spec.rb +5 -7
  174. data/spec/elasticsearch/api/rest_api_yaml_spec.rb +11 -7
  175. data/utils/thor/.rubocop.yml +2 -0
  176. data/utils/thor/generate_source.rb +54 -19
  177. data/utils/thor/generator/endpoint_specifics.rb +10 -3
  178. data/utils/thor/templates/_documentation_top.erb +13 -2
  179. metadata +22 -11
  180. data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +0 -50
  181. data/spec/README.md +0 -61
  182. data/test/integration/yaml_test_runner.rb +0 -592
  183. data/test/test_helper.rb +0 -118
@@ -30,7 +30,7 @@ module Elasticsearch
30
30
  # @option arguments [Hash] :headers Custom HTTP headers
31
31
  # @option arguments [Hash] :body The configuration for the target index (`settings` and `aliases`)
32
32
  #
33
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-shrink-index.html
33
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-shrink-index.html
34
34
  #
35
35
  def shrink(arguments = {})
36
36
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
@@ -61,7 +61,7 @@ module Elasticsearch
61
61
  :master_timeout,
62
62
  :wait_for_active_shards
63
63
  ].freeze)
64
- end
65
64
  end
65
+ end
66
66
  end
67
67
  end
@@ -20,6 +20,10 @@ module Elasticsearch
20
20
  module Indices
21
21
  module Actions
22
22
  # Simulate matching the given index name against the index templates in the system
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.
23
27
  #
24
28
  # @option arguments [String] :name The name of the index (it must be a concrete index name)
25
29
  # @option arguments [Boolean] :create Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one
@@ -28,7 +32,7 @@ module Elasticsearch
28
32
  # @option arguments [Hash] :headers Custom HTTP headers
29
33
  # @option arguments [Hash] :body New index template definition, which will be included in the simulation, as if it already exists in the system
30
34
  #
31
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-templates.html
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-templates.html
32
36
  #
33
37
  def simulate_index_template(arguments = {})
34
38
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
@@ -55,7 +59,7 @@ module Elasticsearch
55
59
  :cause,
56
60
  :master_timeout
57
61
  ].freeze)
58
- end
59
62
  end
63
+ end
60
64
  end
61
65
  end
@@ -0,0 +1,67 @@
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 Indices
21
+ module Actions
22
+ # Simulate resolving the given template name or body
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.
27
+ #
28
+ # @option arguments [String] :name The name of the index template
29
+ # @option arguments [Boolean] :create Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one
30
+ # @option arguments [String] :cause User defined reason for dry-run creating the new template for simulation purposes
31
+ # @option arguments [Time] :master_timeout Specify timeout for connection to master
32
+ # @option arguments [Hash] :headers Custom HTTP headers
33
+ # @option arguments [Hash] :body New index template definition to be simulated, if no index template name is specified
34
+ #
35
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-templates.html
36
+ #
37
+ def simulate_template(arguments = {})
38
+ headers = arguments.delete(:headers) || {}
39
+
40
+ arguments = arguments.clone
41
+
42
+ _name = arguments.delete(:name)
43
+
44
+ method = Elasticsearch::API::HTTP_POST
45
+ path = if _name
46
+ "_index_template/_simulate/#{Utils.__listify(_name)}"
47
+ else
48
+ "_index_template/_simulate"
49
+ end
50
+ params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
51
+
52
+ body = arguments[:body]
53
+ perform_request(method, path, params, body, headers).body
54
+ end
55
+
56
+ # Register this action with its valid params when the module is loaded.
57
+ #
58
+ # @since 6.2.0
59
+ ParamsRegistry.register(:simulate_template, [
60
+ :create,
61
+ :cause,
62
+ :master_timeout
63
+ ].freeze)
64
+ end
65
+ end
66
+ end
67
+ end
@@ -30,7 +30,7 @@ module Elasticsearch
30
30
  # @option arguments [Hash] :headers Custom HTTP headers
31
31
  # @option arguments [Hash] :body The configuration for the target index (`settings` and `aliases`)
32
32
  #
33
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-split-index.html
33
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-split-index.html
34
34
  #
35
35
  def split(arguments = {})
36
36
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
@@ -61,7 +61,7 @@ module Elasticsearch
61
61
  :master_timeout,
62
62
  :wait_for_active_shards
63
63
  ].freeze)
64
- end
65
64
  end
65
+ end
66
66
  end
67
67
  end
@@ -21,27 +21,21 @@ module Elasticsearch
21
21
  module Actions
22
22
  # Provides statistics on operations happening in an index.
23
23
  #
24
- # @option arguments [List] :metric Limit the information returned the specific metrics.
25
- # (options: _all,completion,docs,fielddata,query_cache,flush,get,indexing,merge,request_cache,refresh,search,segments,store,warmer,suggest)
26
-
24
+ # @option arguments [List] :metric Limit the information returned the specific metrics. (options: _all, completion, docs, fielddata, query_cache, flush, get, indexing, merge, request_cache, refresh, search, segments, store, warmer, suggest)
27
25
  # @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
28
26
  # @option arguments [List] :completion_fields A comma-separated list of fields for `fielddata` and `suggest` index metric (supports wildcards)
29
27
  # @option arguments [List] :fielddata_fields A comma-separated list of fields for `fielddata` index metric (supports wildcards)
30
28
  # @option arguments [List] :fields A comma-separated list of fields for `fielddata` and `completion` index metric (supports wildcards)
31
29
  # @option arguments [List] :groups A comma-separated list of search groups for `search` index metric
32
- # @option arguments [String] :level Return stats aggregated at cluster, index or shard level
33
- # (options: cluster,indices,shards)
34
-
30
+ # @option arguments [String] :level Return stats aggregated at cluster, index or shard level (options: cluster, indices, shards)
35
31
  # @option arguments [List] :types A comma-separated list of document types for the `indexing` index metric
36
32
  # @option arguments [Boolean] :include_segment_file_sizes Whether to report the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested)
37
33
  # @option arguments [Boolean] :include_unloaded_segments If set to true segment stats will include stats for segments that are not currently loaded into memory
38
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
39
- # (options: open,closed,hidden,none,all)
40
-
34
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
41
35
  # @option arguments [Boolean] :forbid_closed_indices If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices
42
36
  # @option arguments [Hash] :headers Custom HTTP headers
43
37
  #
44
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-stats.html
38
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-stats.html
45
39
  #
46
40
  def stats(arguments = {})
47
41
  headers = arguments.delete(:headers) || {}
@@ -92,7 +86,7 @@ module Elasticsearch
92
86
  :suggest,
93
87
  :metric
94
88
  ].freeze)
95
- end
96
89
  end
90
+ end
97
91
  end
98
92
  end
@@ -26,7 +26,7 @@ module Elasticsearch
26
26
  # @option arguments [Hash] :headers Custom HTTP headers
27
27
  # @option arguments [Hash] :body The definition of `actions` to perform (*Required*)
28
28
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-aliases.html
29
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-aliases.html
30
30
  #
31
31
  def update_aliases(arguments = {})
32
32
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -50,7 +50,7 @@ module Elasticsearch
50
50
  :timeout,
51
51
  :master_timeout
52
52
  ].freeze)
53
- end
54
53
  end
54
+ end
55
55
  end
56
56
  end
@@ -23,15 +23,13 @@ module Elasticsearch
23
23
  #
24
24
  # @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
25
25
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
26
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
27
- # (options: open,closed,hidden,none,all)
28
-
26
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
29
27
  # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
30
28
  # @option arguments [Boolean] :wait_for_completion Specify whether the request should block until the all segments are upgraded (default: false)
31
29
  # @option arguments [Boolean] :only_ancient_segments If true, only ancient (an older Lucene major release) segments will be upgraded
32
30
  # @option arguments [Hash] :headers Custom HTTP headers
33
31
  #
34
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-upgrade.html
32
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-upgrade.html
35
33
  #
36
34
  def upgrade(arguments = {})
37
35
  headers = arguments.delete(:headers) || {}
@@ -45,7 +43,7 @@ module Elasticsearch
45
43
  "#{Utils.__listify(_index)}/_upgrade"
46
44
  else
47
45
  "_upgrade"
48
- end
46
+ end
49
47
  params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
50
48
 
51
49
  body = nil
@@ -62,7 +60,7 @@ module Elasticsearch
62
60
  :wait_for_completion,
63
61
  :only_ancient_segments
64
62
  ].freeze)
65
- end
66
63
  end
64
+ end
67
65
  end
68
66
  end
@@ -22,19 +22,15 @@ module Elasticsearch
22
22
  # Allows a user to validate a potentially expensive query without executing it.
23
23
  #
24
24
  # @option arguments [List] :index A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices
25
- # @option arguments [List] :type A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types *Deprecated*
25
+ # @option arguments [List] :type A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types *Deprecated*
26
26
  # @option arguments [Boolean] :explain Return detailed information about the error
27
27
  # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
28
28
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
29
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
30
- # (options: open,closed,hidden,none,all)
31
-
29
+ # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
32
30
  # @option arguments [String] :q Query in the Lucene query string syntax
33
31
  # @option arguments [String] :analyzer The analyzer to use for the query string
34
32
  # @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be analyzed (default: false)
35
- # @option arguments [String] :default_operator The default operator for query string query (AND or OR)
36
- # (options: AND,OR)
37
-
33
+ # @option arguments [String] :default_operator The default operator for query string query (AND or OR) (options: AND, OR)
38
34
  # @option arguments [String] :df The field to use as default where no field prefix is given in the query string
39
35
  # @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
40
36
  # @option arguments [Boolean] :rewrite Provide a more detailed explanation showing the actual Lucene query that will be executed.
@@ -47,7 +43,7 @@ module Elasticsearch
47
43
  # Deprecated since version 7.0.0
48
44
  #
49
45
  #
50
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-validate.html
46
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/search-validate.html
51
47
  #
52
48
  def validate_query(arguments = {})
53
49
  headers = arguments.delete(:headers) || {}
@@ -58,14 +54,19 @@ module Elasticsearch
58
54
 
59
55
  _type = arguments.delete(:type)
60
56
 
61
- method = Elasticsearch::API::HTTP_GET
62
- path = if _index && _type
63
- "#{Utils.__listify(_index)}/#{Utils.__listify(_type)}/_validate/query"
64
- elsif _index
65
- "#{Utils.__listify(_index)}/_validate/query"
57
+ method = if arguments[:body]
58
+ Elasticsearch::API::HTTP_POST
66
59
  else
67
- "_validate/query"
68
- end
60
+ Elasticsearch::API::HTTP_GET
61
+ end
62
+
63
+ path = if _index && _type
64
+ "#{Utils.__listify(_index)}/#{Utils.__listify(_type)}/_validate/query"
65
+ elsif _index
66
+ "#{Utils.__listify(_index)}/_validate/query"
67
+ else
68
+ "_validate/query"
69
+ end
69
70
  params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
70
71
 
71
72
  body = arguments[:body]
@@ -89,7 +90,7 @@ module Elasticsearch
89
90
  :rewrite,
90
91
  :all_shards
91
92
  ].freeze)
92
- end
93
93
  end
94
+ end
94
95
  end
95
96
  end
@@ -22,7 +22,7 @@ module Elasticsearch
22
22
  #
23
23
  # @option arguments [Hash] :headers Custom HTTP headers
24
24
  #
25
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/index.html
25
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/index.html
26
26
  #
27
27
  def info(arguments = {})
28
28
  headers = arguments.delete(:headers) || {}
@@ -37,5 +37,5 @@ module Elasticsearch
37
37
  perform_request(method, path, params, body, headers).body
38
38
  end
39
39
  end
40
- end
40
+ end
41
41
  end
@@ -26,7 +26,7 @@ module Elasticsearch
26
26
  # @option arguments [Time] :timeout Explicit operation timeout
27
27
  # @option arguments [Hash] :headers Custom HTTP headers
28
28
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/delete-pipeline-api.html
29
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/delete-pipeline-api.html
30
30
  #
31
31
  def delete_pipeline(arguments = {})
32
32
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
@@ -52,7 +52,7 @@ module Elasticsearch
52
52
  :master_timeout,
53
53
  :timeout
54
54
  ].freeze)
55
- end
56
55
  end
56
+ end
57
57
  end
58
58
  end
@@ -25,7 +25,7 @@ module Elasticsearch
25
25
  # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
26
26
  # @option arguments [Hash] :headers Custom HTTP headers
27
27
  #
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/get-pipeline-api.html
28
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/get-pipeline-api.html
29
29
  #
30
30
  def get_pipeline(arguments = {})
31
31
  headers = arguments.delete(:headers) || {}
@@ -39,7 +39,7 @@ module Elasticsearch
39
39
  "_ingest/pipeline/#{Utils.__listify(_id)}"
40
40
  else
41
41
  "_ingest/pipeline"
42
- end
42
+ end
43
43
  params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
44
44
 
45
45
  body = nil
@@ -52,7 +52,7 @@ module Elasticsearch
52
52
  ParamsRegistry.register(:get_pipeline, [
53
53
  :master_timeout
54
54
  ].freeze)
55
- end
56
55
  end
56
+ end
57
57
  end
58
58
  end
@@ -23,7 +23,7 @@ module Elasticsearch
23
23
  #
24
24
  # @option arguments [Hash] :headers Custom HTTP headers
25
25
  #
26
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/grok-processor.html#grok-processor-rest-get
26
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/grok-processor.html#grok-processor-rest-get
27
27
  #
28
28
  def processor_grok(arguments = {})
29
29
  headers = arguments.delete(:headers) || {}
@@ -37,7 +37,7 @@ module Elasticsearch
37
37
  body = nil
38
38
  perform_request(method, path, params, body, headers).body
39
39
  end
40
- end
41
40
  end
41
+ end
42
42
  end
43
43
  end
@@ -27,7 +27,7 @@ module Elasticsearch
27
27
  # @option arguments [Hash] :headers Custom HTTP headers
28
28
  # @option arguments [Hash] :body The ingest definition (*Required*)
29
29
  #
30
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/put-pipeline-api.html
30
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/put-pipeline-api.html
31
31
  #
32
32
  def put_pipeline(arguments = {})
33
33
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -54,7 +54,7 @@ module Elasticsearch
54
54
  :master_timeout,
55
55
  :timeout
56
56
  ].freeze)
57
- end
58
57
  end
58
+ end
59
59
  end
60
60
  end
@@ -26,7 +26,7 @@ module Elasticsearch
26
26
  # @option arguments [Hash] :headers Custom HTTP headers
27
27
  # @option arguments [Hash] :body The simulate definition (*Required*)
28
28
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/simulate-pipeline-api.html
29
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/simulate-pipeline-api.html
30
30
  #
31
31
  def simulate(arguments = {})
32
32
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -37,12 +37,12 @@ module Elasticsearch
37
37
 
38
38
  _id = arguments.delete(:id)
39
39
 
40
- method = Elasticsearch::API::HTTP_GET
40
+ method = Elasticsearch::API::HTTP_POST
41
41
  path = if _id
42
42
  "_ingest/pipeline/#{Utils.__listify(_id)}/_simulate"
43
43
  else
44
44
  "_ingest/pipeline/_simulate"
45
- end
45
+ end
46
46
  params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
47
47
 
48
48
  body = arguments[:body]
@@ -55,7 +55,7 @@ module Elasticsearch
55
55
  ParamsRegistry.register(:simulate, [
56
56
  :verbose
57
57
  ].freeze)
58
- end
59
58
  end
59
+ end
60
60
  end
61
61
  end
@@ -21,7 +21,7 @@ module Elasticsearch
21
21
  # Allows to get multiple documents in one request.
22
22
  #
23
23
  # @option arguments [String] :index The name of the index
24
- # @option arguments [String] :type The type of the document *Deprecated*
24
+ # @option arguments [String] :type The type of the document *Deprecated*
25
25
  # @option arguments [List] :stored_fields A comma-separated list of stored fields to return in the response
26
26
  # @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
27
27
  # @option arguments [Boolean] :realtime Specify whether to perform the operation in realtime or search mode
@@ -38,7 +38,7 @@ module Elasticsearch
38
38
  # Deprecated since version 7.0.0
39
39
  #
40
40
  #
41
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/docs-multi-get.html
41
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docs-multi-get.html
42
42
  #
43
43
  def mget(arguments = {})
44
44
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
@@ -51,14 +51,14 @@ module Elasticsearch
51
51
 
52
52
  _type = arguments.delete(:type)
53
53
 
54
- method = Elasticsearch::API::HTTP_GET
54
+ method = Elasticsearch::API::HTTP_POST
55
55
  path = if _index && _type
56
56
  "#{Utils.__listify(_index)}/#{Utils.__listify(_type)}/_mget"
57
57
  elsif _index
58
58
  "#{Utils.__listify(_index)}/_mget"
59
59
  else
60
60
  "_mget"
61
- end
61
+ end
62
62
  params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
63
63
 
64
64
  body = arguments[:body]
@@ -79,5 +79,5 @@ module Elasticsearch
79
79
  :_source_includes
80
80
  ].freeze)
81
81
  end
82
- end
82
+ end
83
83
  end