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 [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.10/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
|
@@ -24,21 +24,16 @@ module Elasticsearch
|
|
24
24
|
# @option arguments [List] :index Comma-separated list or wildcard expression of index names to limit the returned information
|
25
25
|
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
|
26
26
|
# @option arguments [Boolean] :active_only If `true`, the response only includes ongoing shard recoveries
|
27
|
-
# @option arguments [String] :bytes The unit in which to display byte values
|
28
|
-
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
|
29
|
-
|
27
|
+
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)
|
30
28
|
# @option arguments [Boolean] :detailed If `true`, the response includes detailed information about shard recoveries
|
31
29
|
# @option arguments [List] :h Comma-separated list of column names to display
|
32
30
|
# @option arguments [Boolean] :help Return help information
|
33
|
-
# @option arguments [List] :index Comma-separated list or wildcard expression of index names to limit the returned information
|
34
31
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
35
|
-
# @option arguments [String] :time The unit in which to display time values
|
36
|
-
# (options: d,h,m,s,ms,micros,nanos)
|
37
|
-
|
32
|
+
# @option arguments [String] :time The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
|
38
33
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
39
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
40
35
|
#
|
41
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-recovery.html
|
42
37
|
#
|
43
38
|
def recovery(arguments = {})
|
44
39
|
headers = arguments.delete(:headers) || {}
|
@@ -52,7 +47,7 @@ module Elasticsearch
|
|
52
47
|
"_cat/recovery/#{Utils.__listify(_index)}"
|
53
48
|
else
|
54
49
|
"_cat/recovery"
|
55
|
-
|
50
|
+
end
|
56
51
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
57
52
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
58
53
|
|
@@ -75,7 +70,7 @@ module Elasticsearch
|
|
75
70
|
:time,
|
76
71
|
:v
|
77
72
|
].freeze)
|
78
|
-
end
|
79
73
|
end
|
74
|
+
end
|
80
75
|
end
|
81
76
|
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.10/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
|
@@ -23,16 +23,14 @@ module Elasticsearch
|
|
23
23
|
#
|
24
24
|
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
|
25
25
|
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
|
26
|
-
# @option arguments [String] :bytes The unit in which to display byte values
|
27
|
-
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
|
28
|
-
|
26
|
+
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)
|
29
27
|
# @option arguments [List] :h Comma-separated list of column names to display
|
30
28
|
# @option arguments [Boolean] :help Return help information
|
31
29
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
32
30
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
33
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
34
32
|
#
|
35
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-segments.html
|
36
34
|
#
|
37
35
|
def segments(arguments = {})
|
38
36
|
headers = arguments.delete(:headers) || {}
|
@@ -46,7 +44,7 @@ module Elasticsearch
|
|
46
44
|
"_cat/segments/#{Utils.__listify(_index)}"
|
47
45
|
else
|
48
46
|
"_cat/segments"
|
49
|
-
|
47
|
+
end
|
50
48
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
51
49
|
|
52
50
|
body = nil
|
@@ -64,7 +62,7 @@ module Elasticsearch
|
|
64
62
|
:s,
|
65
63
|
:v
|
66
64
|
].freeze)
|
67
|
-
end
|
68
65
|
end
|
66
|
+
end
|
69
67
|
end
|
70
68
|
end
|
@@ -23,21 +23,17 @@ module Elasticsearch
|
|
23
23
|
#
|
24
24
|
# @option arguments [List] :index A comma-separated list of index names to limit the returned information
|
25
25
|
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
|
26
|
-
# @option arguments [String] :bytes The unit in which to display byte values
|
27
|
-
# (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
|
28
|
-
|
26
|
+
# @option arguments [String] :bytes The unit in which to display byte values (options: b, k, kb, m, mb, g, gb, t, tb, p, pb)
|
29
27
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
30
28
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
31
29
|
# @option arguments [List] :h Comma-separated list of column names to display
|
32
30
|
# @option arguments [Boolean] :help Return help information
|
33
31
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
34
|
-
# @option arguments [String] :time The unit in which to display time values
|
35
|
-
# (options: d,h,m,s,ms,micros,nanos)
|
36
|
-
|
32
|
+
# @option arguments [String] :time The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
|
37
33
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
38
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
39
35
|
#
|
40
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-shards.html
|
41
37
|
#
|
42
38
|
def shards(arguments = {})
|
43
39
|
headers = arguments.delete(:headers) || {}
|
@@ -51,7 +47,7 @@ module Elasticsearch
|
|
51
47
|
"_cat/shards/#{Utils.__listify(_index)}"
|
52
48
|
else
|
53
49
|
"_cat/shards"
|
54
|
-
|
50
|
+
end
|
55
51
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
56
52
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
57
53
|
|
@@ -73,7 +69,7 @@ module Elasticsearch
|
|
73
69
|
:time,
|
74
70
|
:v
|
75
71
|
].freeze)
|
76
|
-
end
|
77
72
|
end
|
73
|
+
end
|
78
74
|
end
|
79
75
|
end
|
@@ -28,13 +28,11 @@ module Elasticsearch
|
|
28
28
|
# @option arguments [List] :h Comma-separated list of column names to display
|
29
29
|
# @option arguments [Boolean] :help Return help information
|
30
30
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
31
|
-
# @option arguments [String] :time The unit in which to display time values
|
32
|
-
# (options: d,h,m,s,ms,micros,nanos)
|
33
|
-
|
31
|
+
# @option arguments [String] :time The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
|
34
32
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
35
33
|
# @option arguments [Hash] :headers Custom HTTP headers
|
36
34
|
#
|
37
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
35
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-snapshots.html
|
38
36
|
#
|
39
37
|
def snapshots(arguments = {})
|
40
38
|
headers = arguments.delete(:headers) || {}
|
@@ -48,7 +46,7 @@ module Elasticsearch
|
|
48
46
|
"_cat/snapshots/#{Utils.__listify(_repository)}"
|
49
47
|
else
|
50
48
|
"_cat/snapshots"
|
51
|
-
|
49
|
+
end
|
52
50
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
53
51
|
|
54
52
|
body = nil
|
@@ -68,7 +66,7 @@ module Elasticsearch
|
|
68
66
|
:time,
|
69
67
|
:v
|
70
68
|
].freeze)
|
71
|
-
end
|
72
69
|
end
|
70
|
+
end
|
73
71
|
end
|
74
72
|
end
|
@@ -29,13 +29,11 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [List] :h Comma-separated list of column names to display
|
30
30
|
# @option arguments [Boolean] :help Return help information
|
31
31
|
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
|
32
|
-
# @option arguments [String] :time The unit in which to display time values
|
33
|
-
# (options: d,h,m,s,ms,micros,nanos)
|
34
|
-
|
32
|
+
# @option arguments [String] :time The unit in which to display time values (options: d, h, m, s, ms, micros, nanos)
|
35
33
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
36
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
37
35
|
#
|
38
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/tasks.html
|
39
37
|
#
|
40
38
|
def tasks(arguments = {})
|
41
39
|
headers = arguments.delete(:headers) || {}
|
@@ -65,7 +63,7 @@ module Elasticsearch
|
|
65
63
|
:time,
|
66
64
|
:v
|
67
65
|
].freeze)
|
68
|
-
end
|
69
66
|
end
|
67
|
+
end
|
70
68
|
end
|
71
69
|
end
|
@@ -31,7 +31,7 @@ module Elasticsearch
|
|
31
31
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
32
32
|
# @option arguments [Hash] :headers Custom HTTP headers
|
33
33
|
#
|
34
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-templates.html
|
35
35
|
#
|
36
36
|
def templates(arguments = {})
|
37
37
|
headers = arguments.delete(:headers) || {}
|
@@ -45,7 +45,7 @@ module Elasticsearch
|
|
45
45
|
"_cat/templates/#{Utils.__listify(_name)}"
|
46
46
|
else
|
47
47
|
"_cat/templates"
|
48
|
-
|
48
|
+
end
|
49
49
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
50
50
|
|
51
51
|
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
|
@@ -24,9 +24,7 @@ module Elasticsearch
|
|
24
24
|
#
|
25
25
|
# @option arguments [List] :thread_pool_patterns A comma-separated list of regular-expressions to filter the thread pools in the output
|
26
26
|
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
|
27
|
-
# @option arguments [String] :size The multiplier in which to display values
|
28
|
-
# (options: ,k,m,g,t,p)
|
29
|
-
|
27
|
+
# @option arguments [String] :size The multiplier in which to display values *Deprecated* (options: , k, m, g, t, p)
|
30
28
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
31
29
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
32
30
|
# @option arguments [List] :h Comma-separated list of column names to display
|
@@ -35,7 +33,7 @@ module Elasticsearch
|
|
35
33
|
# @option arguments [Boolean] :v Verbose mode. Display column headers
|
36
34
|
# @option arguments [Hash] :headers Custom HTTP headers
|
37
35
|
#
|
38
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cat-thread-pool.html
|
39
37
|
#
|
40
38
|
def thread_pool(arguments = {})
|
41
39
|
headers = arguments.delete(:headers) || {}
|
@@ -49,7 +47,7 @@ module Elasticsearch
|
|
49
47
|
"_cat/thread_pool/#{Utils.__listify(_thread_pool_patterns)}"
|
50
48
|
else
|
51
49
|
"_cat/thread_pool"
|
52
|
-
|
50
|
+
end
|
53
51
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
54
52
|
params[:h] = Utils.__listify(params[:h]) if params[:h]
|
55
53
|
|
@@ -70,7 +68,7 @@ module Elasticsearch
|
|
70
68
|
:s,
|
71
69
|
:v
|
72
70
|
].freeze)
|
73
|
-
end
|
74
71
|
end
|
72
|
+
end
|
75
73
|
end
|
76
74
|
end
|
@@ -20,7 +20,7 @@ module Elasticsearch
|
|
20
20
|
module Actions
|
21
21
|
# Explicitly clears the search context for a scroll.
|
22
22
|
#
|
23
|
-
# @option arguments [List] :scroll_id A comma-separated list of scroll IDs to clear
|
23
|
+
# @option arguments [List] :scroll_id A comma-separated list of scroll IDs to clear *Deprecated*
|
24
24
|
# @option arguments [Hash] :headers Custom HTTP headers
|
25
25
|
# @option arguments [Hash] :body A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
|
26
26
|
#
|
@@ -29,7 +29,7 @@ module Elasticsearch
|
|
29
29
|
# Deprecated since version 7.0.0
|
30
30
|
#
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/clear-scroll-api.html
|
33
33
|
#
|
34
34
|
def clear_scroll(arguments = {})
|
35
35
|
headers = arguments.delete(:headers) || {}
|
@@ -43,12 +43,12 @@ module Elasticsearch
|
|
43
43
|
"_search/scroll/#{Utils.__listify(_scroll_id)}"
|
44
44
|
else
|
45
45
|
"_search/scroll"
|
46
|
-
|
46
|
+
end
|
47
47
|
params = {}
|
48
48
|
|
49
49
|
body = arguments[:body]
|
50
50
|
perform_request(method, path, params, body, headers).body
|
51
51
|
end
|
52
52
|
end
|
53
|
-
|
53
|
+
end
|
54
54
|
end
|
@@ -26,15 +26,20 @@ module Elasticsearch
|
|
26
26
|
# @option arguments [Hash] :headers Custom HTTP headers
|
27
27
|
# @option arguments [Hash] :body The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
|
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/cluster-allocation-explain.html
|
30
30
|
#
|
31
31
|
def allocation_explain(arguments = {})
|
32
32
|
headers = arguments.delete(:headers) || {}
|
33
33
|
|
34
34
|
arguments = arguments.clone
|
35
35
|
|
36
|
-
method =
|
37
|
-
|
36
|
+
method = if arguments[:body]
|
37
|
+
Elasticsearch::API::HTTP_POST
|
38
|
+
else
|
39
|
+
Elasticsearch::API::HTTP_GET
|
40
|
+
end
|
41
|
+
|
42
|
+
path = "_cluster/allocation/explain"
|
38
43
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
39
44
|
|
40
45
|
body = arguments[:body]
|
@@ -48,7 +53,7 @@ module Elasticsearch
|
|
48
53
|
:include_yes_decisions,
|
49
54
|
:include_disk_info
|
50
55
|
].freeze)
|
51
|
-
end
|
52
56
|
end
|
57
|
+
end
|
53
58
|
end
|
54
59
|
end
|
@@ -20,13 +20,17 @@ module Elasticsearch
|
|
20
20
|
module Cluster
|
21
21
|
module Actions
|
22
22
|
# Deletes a component template
|
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 template
|
25
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
26
30
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
27
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
32
|
#
|
29
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-component-template.html
|
30
34
|
#
|
31
35
|
def delete_component_template(arguments = {})
|
32
36
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
@@ -52,7 +56,7 @@ module Elasticsearch
|
|
52
56
|
:timeout,
|
53
57
|
:master_timeout
|
54
58
|
].freeze)
|
55
|
-
end
|
56
59
|
end
|
60
|
+
end
|
57
61
|
end
|
58
62
|
end
|
@@ -24,7 +24,7 @@ module Elasticsearch
|
|
24
24
|
# @option arguments [Boolean] :wait_for_removal Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.
|
25
25
|
# @option arguments [Hash] :headers Custom HTTP headers
|
26
26
|
#
|
27
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
27
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/voting-config-exclusions.html
|
28
28
|
#
|
29
29
|
def delete_voting_config_exclusions(arguments = {})
|
30
30
|
headers = arguments.delete(:headers) || {}
|
@@ -45,7 +45,7 @@ module Elasticsearch
|
|
45
45
|
ParamsRegistry.register(:delete_voting_config_exclusions, [
|
46
46
|
:wait_for_removal
|
47
47
|
].freeze)
|
48
|
-
end
|
49
48
|
end
|
49
|
+
end
|
50
50
|
end
|
51
51
|
end
|
@@ -20,13 +20,17 @@ module Elasticsearch
|
|
20
20
|
module Cluster
|
21
21
|
module Actions
|
22
22
|
# Returns information about whether a particular component template exist
|
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 template
|
25
29
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
26
30
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
27
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
32
|
#
|
29
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-component-template.html
|
30
34
|
#
|
31
35
|
def exists_component_template(arguments = {})
|
32
36
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
@@ -53,7 +57,7 @@ module Elasticsearch
|
|
53
57
|
:master_timeout,
|
54
58
|
:local
|
55
59
|
].freeze)
|
56
|
-
end
|
57
60
|
end
|
61
|
+
end
|
58
62
|
end
|
59
63
|
end
|
@@ -20,13 +20,17 @@ module Elasticsearch
|
|
20
20
|
module Cluster
|
21
21
|
module Actions
|
22
22
|
# Returns one or more component templates
|
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 [List] :name The comma separated names of the component templates
|
25
29
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
26
30
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
27
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
32
|
#
|
29
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/indices-component-template.html
|
30
34
|
#
|
31
35
|
def get_component_template(arguments = {})
|
32
36
|
headers = arguments.delete(:headers) || {}
|
@@ -40,7 +44,7 @@ module Elasticsearch
|
|
40
44
|
"_component_template/#{Utils.__listify(_name)}"
|
41
45
|
else
|
42
46
|
"_component_template"
|
43
|
-
|
47
|
+
end
|
44
48
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
45
49
|
|
46
50
|
body = nil
|
@@ -54,7 +58,7 @@ module Elasticsearch
|
|
54
58
|
:master_timeout,
|
55
59
|
:local
|
56
60
|
].freeze)
|
57
|
-
end
|
58
61
|
end
|
62
|
+
end
|
59
63
|
end
|
60
64
|
end
|