elasticsearch-api 7.6.0 → 7.7.0.pre
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.
- checksums.yaml +4 -4
- data/lib/elasticsearch/api/actions/bulk.rb +6 -3
- data/lib/elasticsearch/api/actions/cat/aliases.rb +10 -4
- data/lib/elasticsearch/api/actions/cat/allocation.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/count.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/health.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/help.rb +5 -3
- data/lib/elasticsearch/api/actions/cat/indices.rb +11 -5
- data/lib/elasticsearch/api/actions/cat/master.rb +5 -3
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +5 -3
- data/lib/elasticsearch/api/actions/cat/nodes.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/plugins.rb +5 -3
- data/lib/elasticsearch/api/actions/cat/recovery.rb +7 -5
- data/lib/elasticsearch/api/actions/cat/repositories.rb +5 -3
- data/lib/elasticsearch/api/actions/cat/segments.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/shards.rb +7 -5
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +7 -5
- data/lib/elasticsearch/api/actions/cat/tasks.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/templates.rb +6 -4
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +6 -4
- data/lib/elasticsearch/api/actions/clear_scroll.rb +6 -4
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +45 -0
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +47 -0
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/health.rb +7 -4
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +49 -0
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +5 -3
- data/lib/elasticsearch/api/actions/cluster/state.rb +7 -4
- data/lib/elasticsearch/api/actions/cluster/stats.rb +6 -4
- data/lib/elasticsearch/api/actions/count.rb +8 -6
- data/lib/elasticsearch/api/actions/create.rb +2 -2
- data/lib/elasticsearch/api/actions/delete.rb +6 -3
- data/lib/elasticsearch/api/actions/delete_by_query.rb +7 -5
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +5 -3
- data/lib/elasticsearch/api/actions/delete_script.rb +5 -3
- data/lib/elasticsearch/api/actions/exists.rb +5 -2
- data/lib/elasticsearch/api/actions/exists_source.rb +5 -2
- data/lib/elasticsearch/api/actions/explain.rb +5 -3
- data/lib/elasticsearch/api/actions/field_caps.rb +7 -5
- data/lib/elasticsearch/api/actions/get.rb +6 -3
- data/lib/elasticsearch/api/actions/get_script.rb +5 -3
- data/lib/elasticsearch/api/actions/get_script_context.rb +5 -3
- data/lib/elasticsearch/api/actions/get_script_languages.rb +5 -3
- data/lib/elasticsearch/api/actions/get_source.rb +5 -2
- data/lib/elasticsearch/api/actions/index.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/analyze.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/clone.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/close.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/create.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +37 -0
- data/lib/elasticsearch/api/actions/indices/delete.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +35 -0
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/exists.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/flush.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/get.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/get_data_streams.rb +37 -0
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/get_template.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/open.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +6 -3
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/put_template.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/recovery.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/refresh.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/rollover.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/segments.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +7 -4
- data/lib/elasticsearch/api/actions/indices/shrink.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/split.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/stats.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +5 -3
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +7 -5
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +7 -5
- data/lib/elasticsearch/api/actions/info.rb +5 -3
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +5 -3
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +6 -4
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +5 -3
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +5 -3
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +5 -3
- data/lib/elasticsearch/api/actions/mget.rb +5 -3
- data/lib/elasticsearch/api/actions/msearch.rb +7 -4
- data/lib/elasticsearch/api/actions/msearch_template.rb +6 -3
- data/lib/elasticsearch/api/actions/mtermvectors.rb +6 -3
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +6 -4
- data/lib/elasticsearch/api/actions/nodes/info.rb +6 -4
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +6 -4
- data/lib/elasticsearch/api/actions/nodes/stats.rb +6 -4
- data/lib/elasticsearch/api/actions/nodes/usage.rb +6 -4
- data/lib/elasticsearch/api/actions/ping.rb +5 -3
- data/lib/elasticsearch/api/actions/put_script.rb +5 -3
- data/lib/elasticsearch/api/actions/rank_eval.rb +6 -3
- data/lib/elasticsearch/api/actions/reindex.rb +6 -4
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +5 -3
- data/lib/elasticsearch/api/actions/render_search_template.rb +6 -4
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +5 -3
- data/lib/elasticsearch/api/actions/scroll.rb +6 -4
- data/lib/elasticsearch/api/actions/search.rb +8 -6
- data/lib/elasticsearch/api/actions/search_shards.rb +7 -4
- data/lib/elasticsearch/api/actions/search_template.rb +6 -4
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +6 -5
- data/lib/elasticsearch/api/actions/snapshot/create.rb +5 -3
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +5 -3
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +6 -4
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +6 -4
- data/lib/elasticsearch/api/actions/snapshot/get.rb +6 -4
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +7 -5
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +5 -3
- data/lib/elasticsearch/api/actions/snapshot/status.rb +7 -5
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +5 -3
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +6 -4
- data/lib/elasticsearch/api/actions/tasks/get.rb +5 -3
- data/lib/elasticsearch/api/actions/tasks/list.rb +5 -3
- data/lib/elasticsearch/api/actions/termvectors.rb +5 -2
- data/lib/elasticsearch/api/actions/update.rb +6 -4
- data/lib/elasticsearch/api/actions/update_by_query.rb +7 -5
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +5 -3
- data/lib/elasticsearch/api/version.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/count_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cat/health_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/help_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/indices_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/master_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/segments_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/shards_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/templates_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/health_spec.rb +3 -3
- data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cluster/state_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/count_spec.rb +6 -3
- data/spec/elasticsearch/api/actions/create_document_spec.rb +8 -4
- data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +6 -3
- data/spec/elasticsearch/api/actions/delete_document_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/delete_script_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/exists_document_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/explain_document_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/field_caps_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/get_document_source_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/get_document_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/get_script_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/index_document_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/clone_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/close_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/create_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/delete_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/exists_alias_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/exists_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/exists_template_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/exists_type_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/flush_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/flush_synced_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/get_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/open_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/segments_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/split_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/stats_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/upgrade_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/info_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/json_builders_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/mget_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +3 -2
- data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/nodes/info_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/ping_spec.rb +3 -2
- data/spec/elasticsearch/api/actions/put_script_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/reindex_spec.rb +3 -2
- data/spec/elasticsearch/api/actions/render_search_template_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/scroll_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/search_shards_spec.rb +3 -2
- data/spec/elasticsearch/api/actions/search_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_template_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/tasks/get_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/tasks/list_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/termvectors_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/update_by_query_spec.rb +3 -2
- data/spec/elasticsearch/api/actions/update_document_spec.rb +2 -1
- data/utils/thor/generator/endpoint_specifics.rb +1 -1
- data/utils/thor/templates/_documentation_top.erb +3 -2
- data/utils/thor/templates/_perform_request.erb +6 -5
- data/utils/thor/templates/method.erb +2 -1
- metadata +10 -17
- data/lib/elasticsearch/api/actions/abort_benchmark.rb +0 -28
- data/lib/elasticsearch/api/actions/benchmark.rb +0 -68
- data/lib/elasticsearch/api/actions/delete_by_rethrottle.rb +0 -34
- data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -43
- data/lib/elasticsearch/api/actions/remote/info.rb +0 -24
- data/spec/elasticsearch/api/actions/abort_benchmark_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/benchmark_spec.rb +0 -21
- data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +0 -63
- data/spec/elasticsearch/api/actions/remote/info_spec.rb +0 -22
|
@@ -87,7 +87,7 @@ module Elasticsearch
|
|
|
87
87
|
def ping_perform_request
|
|
88
88
|
<<~SRC
|
|
89
89
|
begin
|
|
90
|
-
perform_request(method, path, params, body).status == 200 ? true : false
|
|
90
|
+
perform_request(method, path, params, body, headers).status == 200 ? true : false
|
|
91
91
|
rescue Exception => e
|
|
92
92
|
if e.class.to_s =~ /NotFound|ConnectionFailed/ || e.message =~ /Not\s*Found|404|ConnectionFailed/i
|
|
93
93
|
false
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
<%# URL parameters -%>
|
|
13
13
|
<%- @params.each do |name, info| -%>
|
|
14
14
|
<%= docs_helper(name, info) -%>
|
|
15
|
-
<%- end
|
|
15
|
+
<%- end -%>
|
|
16
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
|
16
17
|
<%= ' '*(@namespace_depth+3) + '# @option arguments [Hash] :body ' + (@spec['body']['description'] ? @spec['body']['description'].strip : 'TODO: Description') + (@spec['body']['required'] ? ' (*Required*)' : '') + "\n" if @spec['body'] -%>
|
|
17
18
|
<% if @deprecation_note -%>
|
|
18
19
|
#
|
|
@@ -23,5 +24,5 @@
|
|
|
23
24
|
<% end -%>
|
|
24
25
|
<%= ' '*(@namespace_depth+3) -%>#
|
|
25
26
|
<%# Documentation link -%>
|
|
26
|
-
<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url']
|
|
27
|
+
<%= ' '*(@namespace_depth+3) %># @see <%= @spec['documentation']['url'] ? @spec['documentation']['url'] : "[TODO]" %>
|
|
27
28
|
<%= ' '*(@namespace_depth+3) %>#
|
|
@@ -16,22 +16,23 @@ when 'mtermvectors'
|
|
|
16
16
|
<%- end -%>
|
|
17
17
|
<%- if ['bulk', 'msearch', 'msearch_template'].include? @method_name -%>
|
|
18
18
|
<%= self.send("#{@method_name}_body_helper".to_s) %>
|
|
19
|
-
|
|
19
|
+
headers.merge!("Content-Type" => "application/x-ndjson")
|
|
20
|
+
<%= ' '*(@namespace_depth+4) %>perform_request(method, path, params, payload, headers).body
|
|
20
21
|
<%- elsif @method_name == 'ping' -%>
|
|
21
22
|
<%= ping_perform_request %>
|
|
22
23
|
<%- else -%>
|
|
23
24
|
<%- if needs_ignore_404?(@endpoint_name) %>
|
|
24
25
|
<%= __utils %>.__rescue_from_not_found do
|
|
25
|
-
perform_request(method, path, params, body).status == 200 ? true : false
|
|
26
|
+
perform_request(method, path, params, body, headers).status == 200 ? true : false
|
|
26
27
|
end
|
|
27
28
|
<%- elsif needs_complex_ignore_404?(@endpoint_name) -%>
|
|
28
29
|
if Array(arguments[:ignore]).include?(404)
|
|
29
|
-
<%= __utils %>.__rescue_from_not_found { perform_request(method, path, params, body).body }
|
|
30
|
+
<%= __utils %>.__rescue_from_not_found { perform_request(method, path, params, body, headers).body }
|
|
30
31
|
else
|
|
31
|
-
perform_request(method, path, params, body).body
|
|
32
|
+
perform_request(method, path, params, body, headers).body
|
|
32
33
|
end
|
|
33
34
|
<%- else -%>
|
|
34
|
-
perform_request(method, path, params, body).body
|
|
35
|
+
perform_request(method, path, params, body, headers).body
|
|
35
36
|
<%- end -%>
|
|
36
37
|
<%- end -%>
|
|
37
38
|
<%= ' '*(@namespace_depth+3) %>end
|
|
@@ -13,7 +13,7 @@ module Elasticsearch
|
|
|
13
13
|
<%= ' '*(@namespace_depth+2) %>module Actions
|
|
14
14
|
<%= ERB.new(File.new("./thor/templates/_documentation_top.erb").read, trim_mode: '-').result(binding) -%>
|
|
15
15
|
<%# Method definition -%>
|
|
16
|
-
<%= ' '*(@namespace_depth+3) -%>def <%= @method_name %>(arguments={})
|
|
16
|
+
<%= ' '*(@namespace_depth+3) -%>def <%= @method_name %>(arguments = {})
|
|
17
17
|
<%- if @endpoint_name == 'create' -%>
|
|
18
18
|
<%= ' '*(@namespace_depth+3) %>if arguments[:id]
|
|
19
19
|
<%= ' '*(@namespace_depth+3) %> index arguments.update op_type: 'create'
|
|
@@ -30,6 +30,7 @@ module Elasticsearch
|
|
|
30
30
|
<%= ' '*(@namespace_depth+3) + "raise ArgumentError, \"Required argument '#{required}' missing\" unless arguments[:#{required}]" + "\n" -%>
|
|
31
31
|
<%- end -%>
|
|
32
32
|
<%- end -%>
|
|
33
|
+
headers = arguments.delete(:headers) || {}
|
|
33
34
|
<%- # Method setup -%>
|
|
34
35
|
<%= ERB.new(File.new("./thor/templates/_method_setup.erb").read, trim_mode: '-').result(binding) %>
|
|
35
36
|
<%- # Perform request -%>
|
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.
|
|
4
|
+
version: 7.7.0.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karel Minarik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
@@ -357,8 +357,6 @@ files:
|
|
|
357
357
|
- elasticsearch-api.gemspec
|
|
358
358
|
- lib/elasticsearch-api.rb
|
|
359
359
|
- lib/elasticsearch/api.rb
|
|
360
|
-
- lib/elasticsearch/api/actions/abort_benchmark.rb
|
|
361
|
-
- lib/elasticsearch/api/actions/benchmark.rb
|
|
362
360
|
- lib/elasticsearch/api/actions/bulk.rb
|
|
363
361
|
- lib/elasticsearch/api/actions/cat/aliases.rb
|
|
364
362
|
- lib/elasticsearch/api/actions/cat/allocation.rb
|
|
@@ -383,10 +381,13 @@ files:
|
|
|
383
381
|
- lib/elasticsearch/api/actions/cat/thread_pool.rb
|
|
384
382
|
- lib/elasticsearch/api/actions/clear_scroll.rb
|
|
385
383
|
- lib/elasticsearch/api/actions/cluster/allocation_explain.rb
|
|
384
|
+
- lib/elasticsearch/api/actions/cluster/delete_component_template.rb
|
|
385
|
+
- lib/elasticsearch/api/actions/cluster/get_component_template.rb
|
|
386
386
|
- lib/elasticsearch/api/actions/cluster/get_settings.rb
|
|
387
387
|
- lib/elasticsearch/api/actions/cluster/health.rb
|
|
388
388
|
- lib/elasticsearch/api/actions/cluster/params_registry.rb
|
|
389
389
|
- lib/elasticsearch/api/actions/cluster/pending_tasks.rb
|
|
390
|
+
- lib/elasticsearch/api/actions/cluster/put_component_template.rb
|
|
390
391
|
- lib/elasticsearch/api/actions/cluster/put_settings.rb
|
|
391
392
|
- lib/elasticsearch/api/actions/cluster/remote_info.rb
|
|
392
393
|
- lib/elasticsearch/api/actions/cluster/reroute.rb
|
|
@@ -397,7 +398,6 @@ files:
|
|
|
397
398
|
- lib/elasticsearch/api/actions/delete.rb
|
|
398
399
|
- lib/elasticsearch/api/actions/delete_by_query.rb
|
|
399
400
|
- lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb
|
|
400
|
-
- lib/elasticsearch/api/actions/delete_by_rethrottle.rb
|
|
401
401
|
- lib/elasticsearch/api/actions/delete_script.rb
|
|
402
402
|
- lib/elasticsearch/api/actions/exists.rb
|
|
403
403
|
- lib/elasticsearch/api/actions/exists_source.rb
|
|
@@ -414,8 +414,10 @@ files:
|
|
|
414
414
|
- lib/elasticsearch/api/actions/indices/clone.rb
|
|
415
415
|
- lib/elasticsearch/api/actions/indices/close.rb
|
|
416
416
|
- lib/elasticsearch/api/actions/indices/create.rb
|
|
417
|
+
- lib/elasticsearch/api/actions/indices/create_data_stream.rb
|
|
417
418
|
- lib/elasticsearch/api/actions/indices/delete.rb
|
|
418
419
|
- lib/elasticsearch/api/actions/indices/delete_alias.rb
|
|
420
|
+
- lib/elasticsearch/api/actions/indices/delete_data_stream.rb
|
|
419
421
|
- lib/elasticsearch/api/actions/indices/delete_template.rb
|
|
420
422
|
- lib/elasticsearch/api/actions/indices/exists.rb
|
|
421
423
|
- lib/elasticsearch/api/actions/indices/exists_alias.rb
|
|
@@ -427,6 +429,7 @@ files:
|
|
|
427
429
|
- lib/elasticsearch/api/actions/indices/freeze.rb
|
|
428
430
|
- lib/elasticsearch/api/actions/indices/get.rb
|
|
429
431
|
- lib/elasticsearch/api/actions/indices/get_alias.rb
|
|
432
|
+
- lib/elasticsearch/api/actions/indices/get_data_streams.rb
|
|
430
433
|
- lib/elasticsearch/api/actions/indices/get_field_mapping.rb
|
|
431
434
|
- lib/elasticsearch/api/actions/indices/get_mapping.rb
|
|
432
435
|
- lib/elasticsearch/api/actions/indices/get_settings.rb
|
|
@@ -465,7 +468,6 @@ files:
|
|
|
465
468
|
- lib/elasticsearch/api/actions/nodes/info.rb
|
|
466
469
|
- lib/elasticsearch/api/actions/nodes/params_registry.rb
|
|
467
470
|
- lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb
|
|
468
|
-
- lib/elasticsearch/api/actions/nodes/shutdown.rb
|
|
469
471
|
- lib/elasticsearch/api/actions/nodes/stats.rb
|
|
470
472
|
- lib/elasticsearch/api/actions/nodes/usage.rb
|
|
471
473
|
- lib/elasticsearch/api/actions/params_registry.rb
|
|
@@ -474,7 +476,6 @@ files:
|
|
|
474
476
|
- lib/elasticsearch/api/actions/rank_eval.rb
|
|
475
477
|
- lib/elasticsearch/api/actions/reindex.rb
|
|
476
478
|
- lib/elasticsearch/api/actions/reindex_rethrottle.rb
|
|
477
|
-
- lib/elasticsearch/api/actions/remote/info.rb
|
|
478
479
|
- lib/elasticsearch/api/actions/render_search_template.rb
|
|
479
480
|
- lib/elasticsearch/api/actions/scripts_painless_execute.rb
|
|
480
481
|
- lib/elasticsearch/api/actions/scroll.rb
|
|
@@ -512,8 +513,6 @@ files:
|
|
|
512
513
|
- lib/elasticsearch/api/utils.rb
|
|
513
514
|
- lib/elasticsearch/api/version.rb
|
|
514
515
|
- spec/README.md
|
|
515
|
-
- spec/elasticsearch/api/actions/abort_benchmark_spec.rb
|
|
516
|
-
- spec/elasticsearch/api/actions/benchmark_spec.rb
|
|
517
516
|
- spec/elasticsearch/api/actions/bulk_spec.rb
|
|
518
517
|
- spec/elasticsearch/api/actions/cat/aliases_spec.rb
|
|
519
518
|
- spec/elasticsearch/api/actions/cat/allocation_spec.rb
|
|
@@ -609,12 +608,10 @@ files:
|
|
|
609
608
|
- spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
|
|
610
609
|
- spec/elasticsearch/api/actions/nodes/info_spec.rb
|
|
611
610
|
- spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
|
|
612
|
-
- spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
|
|
613
611
|
- spec/elasticsearch/api/actions/nodes/stats_spec.rb
|
|
614
612
|
- spec/elasticsearch/api/actions/ping_spec.rb
|
|
615
613
|
- spec/elasticsearch/api/actions/put_script_spec.rb
|
|
616
614
|
- spec/elasticsearch/api/actions/reindex_spec.rb
|
|
617
|
-
- spec/elasticsearch/api/actions/remote/info_spec.rb
|
|
618
615
|
- spec/elasticsearch/api/actions/render_search_template_spec.rb
|
|
619
616
|
- spec/elasticsearch/api/actions/scroll_spec.rb
|
|
620
617
|
- spec/elasticsearch/api/actions/search_shards_spec.rb
|
|
@@ -673,9 +670,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
673
670
|
version: '2.4'
|
|
674
671
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
675
672
|
requirements:
|
|
676
|
-
- - "
|
|
673
|
+
- - ">"
|
|
677
674
|
- !ruby/object:Gem::Version
|
|
678
|
-
version:
|
|
675
|
+
version: 1.3.1
|
|
679
676
|
requirements: []
|
|
680
677
|
rubygems_version: 3.1.2
|
|
681
678
|
signing_key:
|
|
@@ -683,8 +680,6 @@ specification_version: 4
|
|
|
683
680
|
summary: Ruby API for Elasticsearch.
|
|
684
681
|
test_files:
|
|
685
682
|
- spec/README.md
|
|
686
|
-
- spec/elasticsearch/api/actions/abort_benchmark_spec.rb
|
|
687
|
-
- spec/elasticsearch/api/actions/benchmark_spec.rb
|
|
688
683
|
- spec/elasticsearch/api/actions/bulk_spec.rb
|
|
689
684
|
- spec/elasticsearch/api/actions/cat/aliases_spec.rb
|
|
690
685
|
- spec/elasticsearch/api/actions/cat/allocation_spec.rb
|
|
@@ -780,12 +775,10 @@ test_files:
|
|
|
780
775
|
- spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
|
|
781
776
|
- spec/elasticsearch/api/actions/nodes/info_spec.rb
|
|
782
777
|
- spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
|
|
783
|
-
- spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
|
|
784
778
|
- spec/elasticsearch/api/actions/nodes/stats_spec.rb
|
|
785
779
|
- spec/elasticsearch/api/actions/ping_spec.rb
|
|
786
780
|
- spec/elasticsearch/api/actions/put_script_spec.rb
|
|
787
781
|
- spec/elasticsearch/api/actions/reindex_spec.rb
|
|
788
|
-
- spec/elasticsearch/api/actions/remote/info_spec.rb
|
|
789
782
|
- spec/elasticsearch/api/actions/render_search_template_spec.rb
|
|
790
783
|
- spec/elasticsearch/api/actions/scroll_spec.rb
|
|
791
784
|
- spec/elasticsearch/api/actions/search_shards_spec.rb
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
-
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
-
# See the LICENSE file in the project root for more information
|
|
4
|
-
|
|
5
|
-
module Elasticsearch
|
|
6
|
-
module API
|
|
7
|
-
module Actions
|
|
8
|
-
# Abort a running benchmark
|
|
9
|
-
#
|
|
10
|
-
# @example
|
|
11
|
-
#
|
|
12
|
-
# client.abort_benchmark name: 'my_benchmark'
|
|
13
|
-
#
|
|
14
|
-
# @option arguments [String] :name A benchmark name
|
|
15
|
-
#
|
|
16
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
|
|
17
|
-
#
|
|
18
|
-
def abort_benchmark(arguments = {})
|
|
19
|
-
method = HTTP_POST
|
|
20
|
-
path = "_bench/abort/#{arguments[:name]}"
|
|
21
|
-
params = {}
|
|
22
|
-
body = nil
|
|
23
|
-
|
|
24
|
-
perform_request(method, path, params, body).body
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
-
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
-
# See the LICENSE file in the project root for more information
|
|
4
|
-
|
|
5
|
-
module Elasticsearch
|
|
6
|
-
module API
|
|
7
|
-
module Actions
|
|
8
|
-
# Run a single query, or a set of queries, and return statistics on their performance
|
|
9
|
-
#
|
|
10
|
-
# @example Return statistics for a single query
|
|
11
|
-
#
|
|
12
|
-
# client.benchmark body: {
|
|
13
|
-
# name: 'my_benchmark',
|
|
14
|
-
# competitors: [
|
|
15
|
-
# {
|
|
16
|
-
# name: 'query_1',
|
|
17
|
-
# requests: [
|
|
18
|
-
# { query: { match: { _all: 'a*' } } }
|
|
19
|
-
# ]
|
|
20
|
-
# }
|
|
21
|
-
# ]
|
|
22
|
-
# }
|
|
23
|
-
#
|
|
24
|
-
# @example Return statistics for a set of "competing" queries
|
|
25
|
-
#
|
|
26
|
-
# client.benchmark body: {
|
|
27
|
-
# name: 'my_benchmark',
|
|
28
|
-
# competitors: [
|
|
29
|
-
# {
|
|
30
|
-
# name: 'query_a',
|
|
31
|
-
# requests: [
|
|
32
|
-
# { query: { match: { _all: 'a*' } } }
|
|
33
|
-
# ]
|
|
34
|
-
# },
|
|
35
|
-
# {
|
|
36
|
-
# name: 'query_b',
|
|
37
|
-
# requests: [
|
|
38
|
-
# { query: { match: { _all: 'b*' } } }
|
|
39
|
-
# ]
|
|
40
|
-
# }
|
|
41
|
-
# ]
|
|
42
|
-
# }
|
|
43
|
-
#
|
|
44
|
-
# @option arguments [List] :index A comma-separated list of index names; use `_all` or empty string
|
|
45
|
-
# to perform the operation on all indices
|
|
46
|
-
# @option arguments [String] :type The name of the document type
|
|
47
|
-
# @option arguments [Hash] :body The search definition using the Query DSL
|
|
48
|
-
# @option arguments [Boolean] :verbose Specify whether to return verbose statistics about each iteration
|
|
49
|
-
# (default: false)
|
|
50
|
-
#
|
|
51
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
|
|
52
|
-
#
|
|
53
|
-
def benchmark(arguments = {})
|
|
54
|
-
method = HTTP_PUT
|
|
55
|
-
path = "_bench"
|
|
56
|
-
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
57
|
-
body = arguments[:body]
|
|
58
|
-
|
|
59
|
-
perform_request(method, path, params, body).body
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
# Register this action with its valid params when the module is loaded.
|
|
63
|
-
#
|
|
64
|
-
# @since 6.1.1
|
|
65
|
-
ParamsRegistry.register(:benchmark, [:verbose].freeze)
|
|
66
|
-
end
|
|
67
|
-
end
|
|
68
|
-
end
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
-
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
-
# See the LICENSE file in the project root for more information
|
|
4
|
-
|
|
5
|
-
module Elasticsearch
|
|
6
|
-
module API
|
|
7
|
-
module Actions
|
|
8
|
-
# The value of requests_per_second can be changed on a running delete by query using the _rethrottle API
|
|
9
|
-
#
|
|
10
|
-
# @option arguments [String] :task_id The task id to rethrottle (*Required*)
|
|
11
|
-
# @option arguments [Number] :requests_per_second The throttle to set on this request in floating sub-requests per second. -1 means set no throttle.
|
|
12
|
-
#
|
|
13
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
|
|
14
|
-
#
|
|
15
|
-
def delete_by_query_rethrottle(arguments = {})
|
|
16
|
-
raise ArgumentError, "Required argument 'task_id' missing" unless arguments[:task_id]
|
|
17
|
-
|
|
18
|
-
method = Elasticsearch::API::HTTP_POST
|
|
19
|
-
path = "_delete_by_query/#{arguments[:task_id]}/_rethrottle"
|
|
20
|
-
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
21
|
-
body = nil
|
|
22
|
-
|
|
23
|
-
perform_request(method, path, params, body).body
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
# Register this action with its valid params when the module is loaded.
|
|
27
|
-
#
|
|
28
|
-
# @since 6.2.0
|
|
29
|
-
ParamsRegistry.register(:delete_by_query_rethrottle, [
|
|
30
|
-
:requests_per_second
|
|
31
|
-
].freeze)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
end
|