elasticsearch-api 7.8.0 → 7.9.0.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elasticsearch/api.rb +2 -1
- data/lib/elasticsearch/api/actions/bulk.rb +6 -5
- data/lib/elasticsearch/api/actions/cat/aliases.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/allocation.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/count.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/health.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/help.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/indices.rb +3 -3
- 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 +2 -2
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/plugins.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/recovery.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/repositories.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/segments.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/shards.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/tasks.rb +2 -2
- data/lib/elasticsearch/api/actions/cat/templates.rb +3 -3
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +3 -3
- data/lib/elasticsearch/api/actions/clear_scroll.rb +3 -3
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +9 -4
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +3 -3
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/health.rb +3 -3
- 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 +2 -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 +2 -2
- data/lib/elasticsearch/api/actions/cluster/state.rb +3 -3
- data/lib/elasticsearch/api/actions/cluster/stats.rb +3 -3
- data/lib/elasticsearch/api/actions/count.rb +9 -14
- data/lib/elasticsearch/api/actions/create.rb +2 -2
- 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/dangling_indices/list_dangling_indices.rb +43 -0
- data/lib/elasticsearch/api/actions/dangling_indices/params_registry.rb +60 -0
- data/lib/elasticsearch/api/actions/delete.rb +3 -3
- data/lib/elasticsearch/api/actions/delete_by_query.rb +3 -3
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +2 -2
- data/lib/elasticsearch/api/actions/delete_script.rb +2 -2
- data/lib/elasticsearch/api/actions/exists.rb +3 -3
- data/lib/elasticsearch/api/actions/exists_source.rb +3 -3
- data/lib/elasticsearch/api/actions/explain.rb +12 -7
- data/lib/elasticsearch/api/actions/field_caps.rb +14 -8
- data/lib/elasticsearch/api/actions/get.rb +3 -3
- data/lib/elasticsearch/api/actions/get_script.rb +2 -2
- data/lib/elasticsearch/api/actions/get_script_context.rb +2 -2
- data/lib/elasticsearch/api/actions/get_script_languages.rb +2 -2
- data/lib/elasticsearch/api/actions/get_source.rb +3 -3
- data/lib/elasticsearch/api/actions/index.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/add_block.rb +70 -0
- data/lib/elasticsearch/api/actions/indices/analyze.rb +12 -7
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/clone.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/close.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/create.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +3 -4
- data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +62 -0
- data/lib/elasticsearch/api/actions/indices/delete.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/flush.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/{get_data_streams.rb → get_data_stream.rb} +7 -7
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +4 -4
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get_template.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/open.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +3 -3
- 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 +3 -3
- data/lib/elasticsearch/api/actions/indices/resolve_index.rb +58 -0
- data/lib/elasticsearch/api/actions/indices/rollover.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/segments.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/shrink.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +63 -0
- data/lib/elasticsearch/api/actions/indices/split.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/stats.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +3 -3
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +14 -9
- 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 +4 -4
- data/lib/elasticsearch/api/actions/msearch.rb +5 -5
- data/lib/elasticsearch/api/actions/msearch_template.rb +5 -5
- data/lib/elasticsearch/api/actions/mtermvectors.rb +15 -10
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +3 -3
- data/lib/elasticsearch/api/actions/nodes/info.rb +3 -3
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +3 -3
- data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -4
- data/lib/elasticsearch/api/actions/nodes/usage.rb +3 -3
- data/lib/elasticsearch/api/actions/ping.rb +2 -2
- data/lib/elasticsearch/api/actions/put_script.rb +3 -3
- data/lib/elasticsearch/api/actions/rank_eval.rb +4 -4
- data/lib/elasticsearch/api/actions/reindex.rb +2 -2
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +2 -2
- data/lib/elasticsearch/api/actions/render_search_template.rb +12 -7
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +9 -4
- data/lib/elasticsearch/api/actions/scroll.rb +12 -7
- data/lib/elasticsearch/api/actions/search.rb +14 -9
- data/lib/elasticsearch/api/actions/search_shards.rb +3 -3
- data/lib/elasticsearch/api/actions/search_template.rb +4 -4
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +2 -2
- 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 +2 -2
- data/lib/elasticsearch/api/actions/termvectors.rb +8 -4
- data/lib/elasticsearch/api/actions/update.rb +3 -3
- data/lib/elasticsearch/api/actions/update_by_query.rb +3 -3
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +2 -2
- 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/data_streams_stats_spec.rb +72 -0
- 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 +5 -6
- 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/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 +22 -15
- data/utils/thor/generator/endpoint_specifics.rb +8 -1
- data/utils/thor/templates/_documentation_top.erb +11 -1
- metadata +26 -12
- data/spec/README.md +0 -61
- data/test/integration/yaml_test_runner.rb +0 -592
- data/test/test_helper.rb +0 -118
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98f0e5f1eb4c215d5737c3f399c889106edd43c3706e32475ca2bce1f9175cc4
|
4
|
+
data.tar.gz: d4b05f1c0c9cc446924101c66e32b4e9af79e58dfa482f3b638a76c3cacb9461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bebaaa45f3a81b07fef48eb3b04c2ca87214ede4cd19208d2e8f3a3dc817ead73bbfaacad3d576903ff374d6b0ae3e1670fecca0d4492ea55506361ffb86880
|
7
|
+
data.tar.gz: ea53b48d7671779d23c7ca597a7f31470d990cdbedba83bf29aa315e1f16ad453971097bcbf89573638b3e3f3ef1454f648ccc6c845c7fd8d58d127603093049
|
data/lib/elasticsearch/api.rb
CHANGED
@@ -34,9 +34,10 @@ module Elasticsearch
|
|
34
34
|
# @option arguments [List] :_source_includes Default list of fields to extract and return from the _source field, can be overridden on each sub-request
|
35
35
|
# @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with
|
36
36
|
# @option arguments [Hash] :headers Custom HTTP headers
|
37
|
-
# @option arguments [
|
37
|
+
# @option arguments [String|Array] :body The operation definition and data (action-data pairs), separated by newlines. Array of Strings, Header/Data pairs,
|
38
|
+
# or the conveniency "combined" format can be passed, refer to Elasticsearch::API::Utils.__bulkify documentation.
|
38
39
|
#
|
39
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
40
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/docs-bulk.html
|
40
41
|
#
|
41
42
|
def bulk(arguments = {})
|
42
43
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
@@ -56,7 +57,7 @@ module Elasticsearch
|
|
56
57
|
"#{Utils.__listify(_index)}/_bulk"
|
57
58
|
else
|
58
59
|
"_bulk"
|
59
|
-
|
60
|
+
end
|
60
61
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
61
62
|
|
62
63
|
body = arguments[:body]
|
@@ -64,7 +65,7 @@ module Elasticsearch
|
|
64
65
|
payload = Elasticsearch::API::Utils.__bulkify(body)
|
65
66
|
else
|
66
67
|
payload = body
|
67
|
-
|
68
|
+
end
|
68
69
|
|
69
70
|
headers.merge!("Content-Type" => "application/x-ndjson")
|
70
71
|
perform_request(method, path, params, payload, headers).body
|
@@ -85,5 +86,5 @@ module Elasticsearch
|
|
85
86
|
:pipeline
|
86
87
|
].freeze)
|
87
88
|
end
|
88
|
-
|
89
|
+
end
|
89
90
|
end
|
@@ -33,7 +33,7 @@ module Elasticsearch
|
|
33
33
|
|
34
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
35
35
|
#
|
36
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-alias.html
|
37
37
|
#
|
38
38
|
def aliases(arguments = {})
|
39
39
|
headers = arguments.delete(:headers) || {}
|
@@ -47,7 +47,7 @@ module Elasticsearch
|
|
47
47
|
"_cat/aliases/#{Utils.__listify(_name)}"
|
48
48
|
else
|
49
49
|
"_cat/aliases"
|
50
|
-
|
50
|
+
end
|
51
51
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
52
52
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
53
53
|
|
@@ -67,7 +67,7 @@ module Elasticsearch
|
|
67
67
|
:v,
|
68
68
|
:expand_wildcards
|
69
69
|
].freeze)
|
70
|
-
end
|
71
70
|
end
|
71
|
+
end
|
72
72
|
end
|
73
73
|
end
|
@@ -34,7 +34,7 @@ module Elasticsearch
|
|
34
34
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
35
35
|
# @option arguments [Hash] :headers Custom HTTP headers
|
36
36
|
#
|
37
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
37
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-allocation.html
|
38
38
|
#
|
39
39
|
def allocation(arguments = {})
|
40
40
|
headers = arguments.delete(:headers) || {}
|
@@ -48,7 +48,7 @@ module Elasticsearch
|
|
48
48
|
"_cat/allocation/#{Utils.__listify(_node_id)}"
|
49
49
|
else
|
50
50
|
"_cat/allocation"
|
51
|
-
|
51
|
+
end
|
52
52
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
53
53
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
54
54
|
|
@@ -69,7 +69,7 @@ module Elasticsearch
|
|
69
69
|
:s,
|
70
70
|
:v
|
71
71
|
].freeze)
|
72
|
-
end
|
73
72
|
end
|
73
|
+
end
|
74
74
|
end
|
75
75
|
end
|
@@ -29,7 +29,7 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-count.html
|
33
33
|
#
|
34
34
|
def count(arguments = {})
|
35
35
|
headers = arguments.delete(:headers) || {}
|
@@ -43,7 +43,7 @@ module Elasticsearch
|
|
43
43
|
"_cat/count/#{Utils.__listify(_index)}"
|
44
44
|
else
|
45
45
|
"_cat/count"
|
46
|
-
|
46
|
+
end
|
47
47
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
48
48
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
49
49
|
|
@@ -61,7 +61,7 @@ module Elasticsearch
|
|
61
61
|
:s,
|
62
62
|
:v
|
63
63
|
].freeze)
|
64
|
-
end
|
65
64
|
end
|
65
|
+
end
|
66
66
|
end
|
67
67
|
end
|
@@ -33,7 +33,7 @@ module Elasticsearch
|
|
33
33
|
# @option arguments [List] :fields A comma-separated list of fields to return in the output
|
34
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
35
35
|
#
|
36
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-fielddata.html
|
37
37
|
#
|
38
38
|
def fielddata(arguments = {})
|
39
39
|
headers = arguments.delete(:headers) || {}
|
@@ -47,7 +47,7 @@ module Elasticsearch
|
|
47
47
|
"_cat/fielddata/#{Utils.__listify(_fields)}"
|
48
48
|
else
|
49
49
|
"_cat/fielddata"
|
50
|
-
|
50
|
+
end
|
51
51
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
52
52
|
|
53
53
|
body = nil
|
@@ -66,7 +66,7 @@ module Elasticsearch
|
|
66
66
|
:v,
|
67
67
|
:fields
|
68
68
|
].freeze)
|
69
|
-
end
|
70
69
|
end
|
70
|
+
end
|
71
71
|
end
|
72
72
|
end
|
@@ -32,7 +32,7 @@ module Elasticsearch
|
|
32
32
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
33
33
|
# @option arguments [Hash] :headers Custom HTTP headers
|
34
34
|
#
|
35
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
35
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-health.html
|
36
36
|
#
|
37
37
|
def health(arguments = {})
|
38
38
|
headers = arguments.delete(:headers) || {}
|
@@ -60,7 +60,7 @@ module Elasticsearch
|
|
60
60
|
:ts,
|
61
61
|
:v
|
62
62
|
].freeze)
|
63
|
-
end
|
64
63
|
end
|
64
|
+
end
|
65
65
|
end
|
66
66
|
end
|
@@ -25,7 +25,7 @@ module Elasticsearch
|
|
25
25
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
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.x/cat.html
|
29
29
|
#
|
30
30
|
def help(arguments = {})
|
31
31
|
headers = arguments.delete(:headers) || {}
|
@@ -47,7 +47,7 @@ module Elasticsearch
|
|
47
47
|
:help,
|
48
48
|
:s
|
49
49
|
].freeze)
|
50
|
-
end
|
51
50
|
end
|
51
|
+
end
|
52
52
|
end
|
53
53
|
end
|
@@ -45,7 +45,7 @@ module Elasticsearch
|
|
45
45
|
|
46
46
|
# @option arguments [Hash] :headers Custom HTTP headers
|
47
47
|
#
|
48
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
48
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-indices.html
|
49
49
|
#
|
50
50
|
def indices(arguments = {})
|
51
51
|
headers = arguments.delete(:headers) || {}
|
@@ -59,7 +59,7 @@ module Elasticsearch
|
|
59
59
|
"_cat/indices/#{Utils.__listify(_index)}"
|
60
60
|
else
|
61
61
|
"_cat/indices"
|
62
|
-
|
62
|
+
end
|
63
63
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
64
64
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
65
65
|
|
@@ -85,7 +85,7 @@ module Elasticsearch
|
|
85
85
|
:include_unloaded_segments,
|
86
86
|
:expand_wildcards
|
87
87
|
].freeze)
|
88
|
-
end
|
89
88
|
end
|
89
|
+
end
|
90
90
|
end
|
91
91
|
end
|
@@ -30,7 +30,7 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-master.html
|
34
34
|
#
|
35
35
|
def master(arguments = {})
|
36
36
|
headers = arguments.delete(:headers) || {}
|
@@ -57,7 +57,7 @@ module Elasticsearch
|
|
57
57
|
:s,
|
58
58
|
:v
|
59
59
|
].freeze)
|
60
|
-
end
|
61
60
|
end
|
61
|
+
end
|
62
62
|
end
|
63
63
|
end
|
@@ -30,7 +30,7 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-nodeattrs.html
|
34
34
|
#
|
35
35
|
def nodeattrs(arguments = {})
|
36
36
|
headers = arguments.delete(:headers) || {}
|
@@ -57,7 +57,7 @@ module Elasticsearch
|
|
57
57
|
:s,
|
58
58
|
:v
|
59
59
|
].freeze)
|
60
|
-
end
|
61
60
|
end
|
61
|
+
end
|
62
62
|
end
|
63
63
|
end
|
@@ -37,7 +37,7 @@ module Elasticsearch
|
|
37
37
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
38
38
|
# @option arguments [Hash] :headers Custom HTTP headers
|
39
39
|
#
|
40
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
40
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-nodes.html
|
41
41
|
#
|
42
42
|
def nodes(arguments = {})
|
43
43
|
headers = arguments.delete(:headers) || {}
|
@@ -68,7 +68,7 @@ module Elasticsearch
|
|
68
68
|
:time,
|
69
69
|
:v
|
70
70
|
].freeze)
|
71
|
-
end
|
72
71
|
end
|
72
|
+
end
|
73
73
|
end
|
74
74
|
end
|
@@ -33,7 +33,7 @@ module Elasticsearch
|
|
33
33
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
34
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
35
35
|
#
|
36
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-pending-tasks.html
|
37
37
|
#
|
38
38
|
def pending_tasks(arguments = {})
|
39
39
|
headers = arguments.delete(:headers) || {}
|
@@ -62,7 +62,7 @@ module Elasticsearch
|
|
62
62
|
:time,
|
63
63
|
:v
|
64
64
|
].freeze)
|
65
|
-
end
|
66
65
|
end
|
66
|
+
end
|
67
67
|
end
|
68
68
|
end
|
@@ -30,7 +30,7 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-plugins.html
|
34
34
|
#
|
35
35
|
def plugins(arguments = {})
|
36
36
|
headers = arguments.delete(:headers) || {}
|
@@ -57,7 +57,7 @@ module Elasticsearch
|
|
57
57
|
:s,
|
58
58
|
:v
|
59
59
|
].freeze)
|
60
|
-
end
|
61
60
|
end
|
61
|
+
end
|
62
62
|
end
|
63
63
|
end
|
@@ -38,7 +38,7 @@ module Elasticsearch
|
|
38
38
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
39
39
|
# @option arguments [Hash] :headers Custom HTTP headers
|
40
40
|
#
|
41
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
41
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-recovery.html
|
42
42
|
#
|
43
43
|
def recovery(arguments = {})
|
44
44
|
headers = arguments.delete(:headers) || {}
|
@@ -52,7 +52,7 @@ module Elasticsearch
|
|
52
52
|
"_cat/recovery/#{Utils.__listify(_index)}"
|
53
53
|
else
|
54
54
|
"_cat/recovery"
|
55
|
-
|
55
|
+
end
|
56
56
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
57
57
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
58
58
|
|
@@ -75,7 +75,7 @@ module Elasticsearch
|
|
75
75
|
:time,
|
76
76
|
:v
|
77
77
|
].freeze)
|
78
|
-
end
|
79
78
|
end
|
79
|
+
end
|
80
80
|
end
|
81
81
|
end
|
@@ -30,7 +30,7 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-repositories.html
|
34
34
|
#
|
35
35
|
def repositories(arguments = {})
|
36
36
|
headers = arguments.delete(:headers) || {}
|
@@ -57,7 +57,7 @@ module Elasticsearch
|
|
57
57
|
:s,
|
58
58
|
:v
|
59
59
|
].freeze)
|
60
|
-
end
|
61
60
|
end
|
61
|
+
end
|
62
62
|
end
|
63
63
|
end
|
@@ -32,7 +32,7 @@ module Elasticsearch
|
|
32
32
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
33
33
|
# @option arguments [Hash] :headers Custom HTTP headers
|
34
34
|
#
|
35
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
35
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-segments.html
|
36
36
|
#
|
37
37
|
def segments(arguments = {})
|
38
38
|
headers = arguments.delete(:headers) || {}
|
@@ -46,7 +46,7 @@ module Elasticsearch
|
|
46
46
|
"_cat/segments/#{Utils.__listify(_index)}"
|
47
47
|
else
|
48
48
|
"_cat/segments"
|
49
|
-
|
49
|
+
end
|
50
50
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
51
51
|
|
52
52
|
body = nil
|
@@ -64,7 +64,7 @@ module Elasticsearch
|
|
64
64
|
:s,
|
65
65
|
:v
|
66
66
|
].freeze)
|
67
|
-
end
|
68
67
|
end
|
68
|
+
end
|
69
69
|
end
|
70
70
|
end
|
@@ -37,7 +37,7 @@ module Elasticsearch
|
|
37
37
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
38
38
|
# @option arguments [Hash] :headers Custom HTTP headers
|
39
39
|
#
|
40
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
40
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-shards.html
|
41
41
|
#
|
42
42
|
def shards(arguments = {})
|
43
43
|
headers = arguments.delete(:headers) || {}
|
@@ -51,7 +51,7 @@ module Elasticsearch
|
|
51
51
|
"_cat/shards/#{Utils.__listify(_index)}"
|
52
52
|
else
|
53
53
|
"_cat/shards"
|
54
|
-
|
54
|
+
end
|
55
55
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
56
56
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
57
57
|
|
@@ -73,7 +73,7 @@ module Elasticsearch
|
|
73
73
|
:time,
|
74
74
|
:v
|
75
75
|
].freeze)
|
76
|
-
end
|
77
76
|
end
|
77
|
+
end
|
78
78
|
end
|
79
79
|
end
|
@@ -34,7 +34,7 @@ module Elasticsearch
|
|
34
34
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
35
35
|
# @option arguments [Hash] :headers Custom HTTP headers
|
36
36
|
#
|
37
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
37
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat-snapshots.html
|
38
38
|
#
|
39
39
|
def snapshots(arguments = {})
|
40
40
|
headers = arguments.delete(:headers) || {}
|
@@ -48,7 +48,7 @@ module Elasticsearch
|
|
48
48
|
"_cat/snapshots/#{Utils.__listify(_repository)}"
|
49
49
|
else
|
50
50
|
"_cat/snapshots"
|
51
|
-
|
51
|
+
end
|
52
52
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
53
53
|
|
54
54
|
body = nil
|
@@ -68,7 +68,7 @@ module Elasticsearch
|
|
68
68
|
:time,
|
69
69
|
:v
|
70
70
|
].freeze)
|
71
|
-
end
|
72
71
|
end
|
72
|
+
end
|
73
73
|
end
|
74
74
|
end
|