elasticsearch-api 7.8.0.pre → 7.10.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{LICENSE → LICENSE.txt} +0 -0
- data/README.md +18 -2
- data/elasticsearch-api.gemspec +2 -2
- data/lib/elasticsearch/api.rb +2 -1
- data/lib/elasticsearch/api/actions/bulk.rb +10 -10
- data/lib/elasticsearch/api/actions/cat/aliases.rb +4 -6
- data/lib/elasticsearch/api/actions/cat/allocation.rb +4 -6
- data/lib/elasticsearch/api/actions/cat/count.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +4 -7
- data/lib/elasticsearch/api/actions/cat/health.rb +3 -5
- data/lib/elasticsearch/api/actions/cat/help.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/indices.rb +7 -15
- data/lib/elasticsearch/api/actions/cat/master.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/nodes.rb +5 -9
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +3 -5
- data/lib/elasticsearch/api/actions/cat/plugins.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/recovery.rb +5 -10
- data/lib/elasticsearch/api/actions/cat/repositories.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/segments.rb +4 -6
- data/lib/elasticsearch/api/actions/cat/shards.rb +5 -9
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +4 -6
- data/lib/elasticsearch/api/actions/cat/tasks.rb +3 -5
- data/lib/elasticsearch/api/actions/cat/templates.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +4 -6
- data/lib/elasticsearch/api/actions/clear_scroll.rb +4 -4
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +9 -4
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +6 -2
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +6 -2
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +7 -3
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/health.rb +7 -15
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +6 -2
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +3 -5
- data/lib/elasticsearch/api/actions/cluster/state.rb +5 -9
- data/lib/elasticsearch/api/actions/cluster/stats.rb +3 -3
- data/lib/elasticsearch/api/actions/count.rb +11 -20
- data/lib/elasticsearch/api/actions/create.rb +5 -9
- data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +60 -0
- data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +60 -0
- data/lib/elasticsearch/api/actions/{indices/get_data_streams.rb → dangling_indices/list_dangling_indices.rb} +6 -13
- data/lib/elasticsearch/api/actions/dangling_indices/params_registry.rb +60 -0
- data/lib/elasticsearch/api/actions/delete.rb +6 -10
- data/lib/elasticsearch/api/actions/delete_by_query.rb +8 -16
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +3 -3
- data/lib/elasticsearch/api/actions/delete_script.rb +2 -2
- data/lib/elasticsearch/api/actions/exists.rb +5 -7
- data/lib/elasticsearch/api/actions/exists_source.rb +5 -7
- data/lib/elasticsearch/api/actions/explain.rb +14 -11
- data/lib/elasticsearch/api/actions/field_caps.rb +15 -11
- data/lib/elasticsearch/api/actions/get.rb +5 -7
- data/lib/elasticsearch/api/actions/get_script.rb +2 -2
- data/lib/elasticsearch/api/actions/get_script_context.rb +6 -2
- data/lib/elasticsearch/api/actions/get_script_languages.rb +6 -2
- data/lib/elasticsearch/api/actions/get_source.rb +5 -7
- data/lib/elasticsearch/api/actions/index.rb +10 -14
- data/lib/elasticsearch/api/actions/indices/add_block.rb +68 -0
- data/lib/elasticsearch/api/actions/indices/analyze.rb +12 -8
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +4 -7
- data/lib/elasticsearch/api/actions/indices/clone.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/close.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/create.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/delete.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +6 -2
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +6 -2
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/flush.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +9 -6
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/get.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +5 -7
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +7 -3
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +6 -8
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/get_template.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/open.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +6 -2
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +8 -8
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/put_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/recovery.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/refresh.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/{delete_data_stream.rb → resolve_index.rb} +20 -8
- data/lib/elasticsearch/api/actions/indices/rollover.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/segments.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +5 -9
- data/lib/elasticsearch/api/actions/indices/shrink.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +6 -2
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +67 -0
- data/lib/elasticsearch/api/actions/indices/split.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/stats.rb +5 -11
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +17 -16
- data/lib/elasticsearch/api/actions/info.rb +2 -2
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +2 -2
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +3 -3
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +2 -2
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +2 -2
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +4 -4
- data/lib/elasticsearch/api/actions/mget.rb +5 -5
- data/lib/elasticsearch/api/actions/msearch.rb +8 -12
- data/lib/elasticsearch/api/actions/msearch_template.rb +6 -8
- data/lib/elasticsearch/api/actions/mtermvectors.rb +16 -13
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -6
- data/lib/elasticsearch/api/actions/nodes/info.rb +4 -6
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +3 -3
- data/lib/elasticsearch/api/actions/nodes/stats.rb +6 -12
- data/lib/elasticsearch/api/actions/nodes/usage.rb +4 -6
- data/lib/elasticsearch/api/actions/ping.rb +2 -2
- data/lib/elasticsearch/api/actions/put_script.rb +3 -4
- data/lib/elasticsearch/api/actions/rank_eval.rb +10 -10
- data/lib/elasticsearch/api/actions/reindex.rb +2 -2
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +3 -3
- data/lib/elasticsearch/api/actions/render_search_template.rb +12 -7
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +13 -4
- data/lib/elasticsearch/api/actions/scroll.rb +13 -9
- data/lib/elasticsearch/api/actions/search.rb +18 -21
- data/lib/elasticsearch/api/actions/search_shards.rb +4 -6
- data/lib/elasticsearch/api/actions/search_template.rb +6 -10
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/clone.rb +66 -0
- data/lib/elasticsearch/api/actions/snapshot/create.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/get.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +3 -3
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +2 -2
- data/lib/elasticsearch/api/actions/snapshot/status.rb +3 -3
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +2 -2
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +3 -3
- data/lib/elasticsearch/api/actions/tasks/get.rb +2 -2
- data/lib/elasticsearch/api/actions/tasks/list.rb +3 -5
- data/lib/elasticsearch/api/actions/termvectors.rb +10 -8
- data/lib/elasticsearch/api/actions/update.rb +8 -8
- data/lib/elasticsearch/api/actions/update_by_query.rb +8 -16
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +3 -3
- data/lib/elasticsearch/api/namespace/cat.rb +0 -1
- data/lib/elasticsearch/api/namespace/dangling_indices.rb +35 -0
- data/lib/elasticsearch/api/version.rb +1 -1
- data/spec/elasticsearch/api/actions/count_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/dangling_indices/delete_dangling_indices_spec.rb +48 -0
- data/spec/elasticsearch/api/actions/dangling_indices/import_dangling_indices_spec.rb +48 -0
- data/spec/elasticsearch/api/actions/dangling_indices/list_dangling_indices_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/explain_document_spec.rb +8 -9
- data/spec/elasticsearch/api/actions/indices/add_block_spec.rb +63 -0
- data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +7 -8
- data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +7 -13
- data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +6 -7
- data/spec/elasticsearch/api/actions/json_builders_spec.rb +10 -13
- data/spec/elasticsearch/api/actions/mget_spec.rb +5 -6
- data/spec/elasticsearch/api/actions/msearch_spec.rb +21 -39
- data/spec/elasticsearch/api/actions/msearch_template_spec.rb +5 -6
- data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +7 -7
- data/spec/elasticsearch/api/actions/render_search_template_spec.rb +2 -2
- data/spec/elasticsearch/api/actions/scroll_spec.rb +1 -1
- data/spec/elasticsearch/api/actions/search_spec.rb +7 -7
- data/spec/elasticsearch/api/actions/search_template_spec.rb +5 -6
- data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +67 -0
- data/spec/elasticsearch/api/actions/termvectors_spec.rb +5 -7
- data/spec/elasticsearch/api/rest_api_yaml_spec.rb +0 -1
- data/utils/thor/.rubocop.yml +2 -0
- data/utils/thor/generate_source.rb +54 -19
- data/utils/thor/generator/endpoint_specifics.rb +10 -3
- data/utils/thor/templates/_documentation_top.erb +13 -2
- metadata +24 -13
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +0 -50
- data/spec/README.md +0 -61
- data/test/integration/yaml_test_runner.rb +0 -592
- 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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
-
|
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
|
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.
|
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 =
|
62
|
-
|
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
|
-
|
68
|
-
|
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.
|
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
|
-
|
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.
|
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.
|
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
|
-
|
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.
|
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.
|
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.
|
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::
|
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
|
-
|
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
|
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.
|
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::
|
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
|
-
|
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
|
-
|
82
|
+
end
|
83
83
|
end
|