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
@@ -27,7 +27,7 @@ module Elasticsearch
|
|
27
27
|
# @option arguments [Boolean] :include_defaults Whether to return all default clusters setting.
|
28
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
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/cluster-update-settings.html
|
31
31
|
#
|
32
32
|
def get_settings(arguments = {})
|
33
33
|
headers = arguments.delete(:headers) || {}
|
@@ -51,7 +51,7 @@ module Elasticsearch
|
|
51
51
|
:timeout,
|
52
52
|
:include_defaults
|
53
53
|
].freeze)
|
54
|
-
end
|
55
54
|
end
|
55
|
+
end
|
56
56
|
end
|
57
57
|
end
|
@@ -22,28 +22,20 @@ module Elasticsearch
|
|
22
22
|
# Returns basic information about the health of the cluster.
|
23
23
|
#
|
24
24
|
# @option arguments [List] :index Limit the information returned to a specific index
|
25
|
-
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
|
26
|
-
#
|
27
|
-
|
28
|
-
# @option arguments [String] :level Specify the level of detail for returned information
|
29
|
-
# (options: cluster,indices,shards)
|
30
|
-
|
25
|
+
# @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)
|
26
|
+
# @option arguments [String] :level Specify the level of detail for returned information (options: cluster, indices, shards)
|
31
27
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
32
28
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
33
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
34
30
|
# @option arguments [String] :wait_for_active_shards Wait until the specified number of shards is active
|
35
31
|
# @option arguments [String] :wait_for_nodes Wait until the specified number of nodes is available
|
36
|
-
# @option arguments [String] :wait_for_events Wait until all currently queued events with the given priority are processed
|
37
|
-
# (options: immediate,urgent,high,normal,low,languid)
|
38
|
-
|
32
|
+
# @option arguments [String] :wait_for_events Wait until all currently queued events with the given priority are processed (options: immediate, urgent, high, normal, low, languid)
|
39
33
|
# @option arguments [Boolean] :wait_for_no_relocating_shards Whether to wait until there are no relocating shards in the cluster
|
40
34
|
# @option arguments [Boolean] :wait_for_no_initializing_shards Whether to wait until there are no initializing shards in the cluster
|
41
|
-
# @option arguments [String] :wait_for_status Wait until cluster is in a specific state
|
42
|
-
# (options: green,yellow,red)
|
43
|
-
|
35
|
+
# @option arguments [String] :wait_for_status Wait until cluster is in a specific state (options: green, yellow, red)
|
44
36
|
# @option arguments [Hash] :headers Custom HTTP headers
|
45
37
|
#
|
46
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
38
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/cluster-health.html
|
47
39
|
#
|
48
40
|
def health(arguments = {})
|
49
41
|
headers = arguments.delete(:headers) || {}
|
@@ -57,7 +49,7 @@ module Elasticsearch
|
|
57
49
|
"_cluster/health/#{Utils.__listify(_index)}"
|
58
50
|
else
|
59
51
|
"_cluster/health"
|
60
|
-
|
52
|
+
end
|
61
53
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
62
54
|
|
63
55
|
body = nil
|
@@ -80,7 +72,7 @@ module Elasticsearch
|
|
80
72
|
:wait_for_no_initializing_shards,
|
81
73
|
:wait_for_status
|
82
74
|
].freeze)
|
83
|
-
end
|
84
75
|
end
|
76
|
+
end
|
85
77
|
end
|
86
78
|
end
|
@@ -26,7 +26,7 @@ module Elasticsearch
|
|
26
26
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
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/cluster-pending.html
|
30
30
|
#
|
31
31
|
def pending_tasks(arguments = {})
|
32
32
|
headers = arguments.delete(:headers) || {}
|
@@ -48,7 +48,7 @@ module Elasticsearch
|
|
48
48
|
:local,
|
49
49
|
:master_timeout
|
50
50
|
].freeze)
|
51
|
-
end
|
52
51
|
end
|
52
|
+
end
|
53
53
|
end
|
54
54
|
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/voting-config-exclusions.html
|
30
30
|
#
|
31
31
|
def post_voting_config_exclusions(arguments = {})
|
32
32
|
headers = arguments.delete(:headers) || {}
|
@@ -49,7 +49,7 @@ module Elasticsearch
|
|
49
49
|
:node_names,
|
50
50
|
:timeout
|
51
51
|
].freeze)
|
52
|
-
end
|
53
52
|
end
|
53
|
+
end
|
54
54
|
end
|
55
55
|
end
|
@@ -20,6 +20,10 @@ module Elasticsearch
|
|
20
20
|
module Cluster
|
21
21
|
module Actions
|
22
22
|
# Creates or updates 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 [Boolean] :create Whether the index template should only be 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 The template definition (*Required*)
|
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-component-template.html
|
32
36
|
#
|
33
37
|
def put_component_template(arguments = {})
|
34
38
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
@@ -56,7 +60,7 @@ module Elasticsearch
|
|
56
60
|
:timeout,
|
57
61
|
:master_timeout
|
58
62
|
].freeze)
|
59
|
-
end
|
60
63
|
end
|
64
|
+
end
|
61
65
|
end
|
62
66
|
end
|
@@ -27,7 +27,7 @@ module Elasticsearch
|
|
27
27
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
28
|
# @option arguments [Hash] :body The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (*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/cluster-update-settings.html
|
31
31
|
#
|
32
32
|
def put_settings(arguments = {})
|
33
33
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
@@ -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
|
@@ -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/cluster-remote-info.html
|
27
27
|
#
|
28
28
|
def remote_info(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
|
@@ -24,15 +24,13 @@ module Elasticsearch
|
|
24
24
|
# @option arguments [Boolean] :dry_run Simulate the operation only and return the resulting state
|
25
25
|
# @option arguments [Boolean] :explain Return an explanation of why the commands can or cannot be executed
|
26
26
|
# @option arguments [Boolean] :retry_failed Retries allocation of shards that are blocked due to too many subsequent allocation failures
|
27
|
-
# @option arguments [List] :metric Limit the information returned to the specified metrics. Defaults to all but metadata
|
28
|
-
# (options: _all,blocks,metadata,nodes,routing_table,master_node,version)
|
29
|
-
|
27
|
+
# @option arguments [List] :metric Limit the information returned to the specified metrics. Defaults to all but metadata (options: _all, blocks, metadata, nodes, routing_table, master_node, version)
|
30
28
|
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
|
31
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
32
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
33
31
|
# @option arguments [Hash] :body The definition of `commands` to perform (`move`, `cancel`, `allocate`)
|
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/cluster-reroute.html
|
36
34
|
#
|
37
35
|
def reroute(arguments = {})
|
38
36
|
headers = arguments.delete(:headers) || {}
|
@@ -58,7 +56,7 @@ module Elasticsearch
|
|
58
56
|
:master_timeout,
|
59
57
|
:timeout
|
60
58
|
].freeze)
|
61
|
-
end
|
62
59
|
end
|
60
|
+
end
|
63
61
|
end
|
64
62
|
end
|
@@ -21,9 +21,7 @@ module Elasticsearch
|
|
21
21
|
module Actions
|
22
22
|
# Returns a comprehensive information about the state of the cluster.
|
23
23
|
#
|
24
|
-
# @option arguments [List] :metric Limit the information returned to the specified metrics
|
25
|
-
# (options: _all,blocks,metadata,nodes,routing_table,routing_nodes,master_node,version)
|
26
|
-
|
24
|
+
# @option arguments [List] :metric Limit the information returned to the specified metrics (options: _all, blocks, metadata, nodes, routing_table, routing_nodes, master_node, version)
|
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 [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
29
27
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
@@ -32,12 +30,10 @@ module Elasticsearch
|
|
32
30
|
# @option arguments [Time] :wait_for_timeout The maximum time to wait for wait_for_metadata_version before timing out
|
33
31
|
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
34
32
|
# @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)
|
35
|
-
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
|
36
|
-
# (options: open,closed,hidden,none,all)
|
37
|
-
|
33
|
+
# @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)
|
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/cluster-state.html
|
41
37
|
#
|
42
38
|
def state(arguments = {})
|
43
39
|
headers = arguments.delete(:headers) || {}
|
@@ -55,7 +51,7 @@ module Elasticsearch
|
|
55
51
|
"_cluster/state/#{Utils.__listify(_metric)}"
|
56
52
|
else
|
57
53
|
"_cluster/state"
|
58
|
-
|
54
|
+
end
|
59
55
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
60
56
|
|
61
57
|
body = nil
|
@@ -75,7 +71,7 @@ module Elasticsearch
|
|
75
71
|
:allow_no_indices,
|
76
72
|
:expand_wildcards
|
77
73
|
].freeze)
|
78
|
-
end
|
79
74
|
end
|
75
|
+
end
|
80
76
|
end
|
81
77
|
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/cluster-stats.html
|
30
30
|
#
|
31
31
|
def stats(arguments = {})
|
32
32
|
headers = arguments.delete(:headers) || {}
|
@@ -40,7 +40,7 @@ module Elasticsearch
|
|
40
40
|
"_cluster/stats/nodes/#{Utils.__listify(_node_id)}"
|
41
41
|
else
|
42
42
|
"_cluster/stats"
|
43
|
-
|
43
|
+
end
|
44
44
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
45
45
|
|
46
46
|
body = nil
|
@@ -54,7 +54,7 @@ module Elasticsearch
|
|
54
54
|
:flat_settings,
|
55
55
|
:timeout
|
56
56
|
].freeze)
|
57
|
-
end
|
58
57
|
end
|
58
|
+
end
|
59
59
|
end
|
60
60
|
end
|
@@ -25,18 +25,14 @@ module Elasticsearch
|
|
25
25
|
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
26
26
|
# @option arguments [Boolean] :ignore_throttled Whether specified concrete, expanded or aliased indices should be ignored when throttled
|
27
27
|
# @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)
|
28
|
-
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
|
29
|
-
# (options: open,closed,hidden,none,all)
|
30
|
-
|
28
|
+
# @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)
|
31
29
|
# @option arguments [Number] :min_score Include only documents with a specific `_score` value in the result
|
32
30
|
# @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
|
33
31
|
# @option arguments [List] :routing A comma-separated list of specific routing values
|
34
32
|
# @option arguments [String] :q Query in the Lucene query string syntax
|
35
33
|
# @option arguments [String] :analyzer The analyzer to use for the query string
|
36
34
|
# @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be analyzed (default: false)
|
37
|
-
# @option arguments [String] :default_operator The default operator for query string query (AND or OR)
|
38
|
-
# (options: AND,OR)
|
39
|
-
|
35
|
+
# @option arguments [String] :default_operator The default operator for query string query (AND or OR) (options: AND, OR)
|
40
36
|
# @option arguments [String] :df The field to use as default where no field prefix is given in the query string
|
41
37
|
# @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
|
42
38
|
# @option arguments [Number] :terminate_after The maximum count for each shard, upon reaching which the query execution will terminate early
|
@@ -48,7 +44,7 @@ module Elasticsearch
|
|
48
44
|
# Deprecated since version 7.0.0
|
49
45
|
#
|
50
46
|
#
|
51
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
47
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/search-count.html
|
52
48
|
#
|
53
49
|
def count(arguments = {})
|
54
50
|
headers = arguments.delete(:headers) || {}
|
@@ -59,19 +55,14 @@ module Elasticsearch
|
|
59
55
|
|
60
56
|
_type = arguments.delete(:type)
|
61
57
|
|
62
|
-
method =
|
63
|
-
|
58
|
+
method = Elasticsearch::API::HTTP_POST
|
59
|
+
path = if _index && _type
|
60
|
+
"#{Utils.__listify(_index)}/#{Utils.__listify(_type)}/_count"
|
61
|
+
elsif _index
|
62
|
+
"#{Utils.__listify(_index)}/_count"
|
64
63
|
else
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
path = if _index && _type
|
69
|
-
"#{Utils.__listify(_index)}/#{Utils.__listify(_type)}/_count"
|
70
|
-
elsif _index
|
71
|
-
"#{Utils.__listify(_index)}/_count"
|
72
|
-
else
|
73
|
-
"_count"
|
74
|
-
end
|
64
|
+
"_count"
|
65
|
+
end
|
75
66
|
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
76
67
|
|
77
68
|
body = arguments[:body]
|
@@ -98,5 +89,5 @@ module Elasticsearch
|
|
98
89
|
:terminate_after
|
99
90
|
].freeze)
|
100
91
|
end
|
101
|
-
|
92
|
+
end
|
102
93
|
end
|
@@ -24,17 +24,13 @@ module Elasticsearch
|
|
24
24
|
#
|
25
25
|
# @option arguments [String] :id Document ID
|
26
26
|
# @option arguments [String] :index The name of the index
|
27
|
-
# @option arguments [String] :type The type of the document
|
27
|
+
# @option arguments [String] :type The type of the document *Deprecated*
|
28
28
|
# @option arguments [String] :wait_for_active_shards Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
|
29
|
-
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes.
|
30
|
-
# (options: true,false,wait_for)
|
31
|
-
|
29
|
+
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (options: true, false, wait_for)
|
32
30
|
# @option arguments [String] :routing Specific routing value
|
33
31
|
# @option arguments [Time] :timeout Explicit operation timeout
|
34
32
|
# @option arguments [Number] :version Explicit version number for concurrency control
|
35
|
-
# @option arguments [String] :version_type Specific version type
|
36
|
-
# (options: internal,external,external_gte)
|
37
|
-
|
33
|
+
# @option arguments [String] :version_type Specific version type (options: internal, external, external_gte)
|
38
34
|
# @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with
|
39
35
|
# @option arguments [Hash] :headers Custom HTTP headers
|
40
36
|
# @option arguments [Hash] :body The document (*Required*)
|
@@ -44,7 +40,7 @@ module Elasticsearch
|
|
44
40
|
# Deprecated since version 7.0.0
|
45
41
|
#
|
46
42
|
#
|
47
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.
|
43
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docs-index_.html
|
48
44
|
#
|
49
45
|
def create(arguments = {})
|
50
46
|
if arguments[:id]
|
@@ -54,5 +50,5 @@ module Elasticsearch
|
|
54
50
|
end
|
55
51
|
end
|
56
52
|
end
|
57
|
-
|
53
|
+
end
|
58
54
|
end
|
@@ -0,0 +1,60 @@
|
|
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 DanglingIndices
|
21
|
+
module Actions
|
22
|
+
# Deletes the specified dangling index
|
23
|
+
#
|
24
|
+
# @option arguments [String] :index_uuid The UUID of the dangling index
|
25
|
+
# @option arguments [Boolean] :accept_data_loss Must be set to true in order to delete the dangling index
|
26
|
+
# @option arguments [Time] :timeout Explicit operation timeout
|
27
|
+
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
28
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
29
|
+
#
|
30
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/modules-gateway-dangling-indices.html
|
31
|
+
#
|
32
|
+
def delete_dangling_index(arguments = {})
|
33
|
+
raise ArgumentError, "Required argument 'index_uuid' missing" unless arguments[:index_uuid]
|
34
|
+
|
35
|
+
headers = arguments.delete(:headers) || {}
|
36
|
+
|
37
|
+
arguments = arguments.clone
|
38
|
+
|
39
|
+
_index_uuid = arguments.delete(:index_uuid)
|
40
|
+
|
41
|
+
method = Elasticsearch::API::HTTP_DELETE
|
42
|
+
path = "_dangling/#{Utils.__listify(_index_uuid)}"
|
43
|
+
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
44
|
+
|
45
|
+
body = nil
|
46
|
+
perform_request(method, path, params, body, headers).body
|
47
|
+
end
|
48
|
+
|
49
|
+
# Register this action with its valid params when the module is loaded.
|
50
|
+
#
|
51
|
+
# @since 6.2.0
|
52
|
+
ParamsRegistry.register(:delete_dangling_index, [
|
53
|
+
:accept_data_loss,
|
54
|
+
:timeout,
|
55
|
+
:master_timeout
|
56
|
+
].freeze)
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
@@ -0,0 +1,60 @@
|
|
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 DanglingIndices
|
21
|
+
module Actions
|
22
|
+
# Imports the specified dangling index
|
23
|
+
#
|
24
|
+
# @option arguments [String] :index_uuid The UUID of the dangling index
|
25
|
+
# @option arguments [Boolean] :accept_data_loss Must be set to true in order to import the dangling index
|
26
|
+
# @option arguments [Time] :timeout Explicit operation timeout
|
27
|
+
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
28
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
29
|
+
#
|
30
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/modules-gateway-dangling-indices.html
|
31
|
+
#
|
32
|
+
def import_dangling_index(arguments = {})
|
33
|
+
raise ArgumentError, "Required argument 'index_uuid' missing" unless arguments[:index_uuid]
|
34
|
+
|
35
|
+
headers = arguments.delete(:headers) || {}
|
36
|
+
|
37
|
+
arguments = arguments.clone
|
38
|
+
|
39
|
+
_index_uuid = arguments.delete(:index_uuid)
|
40
|
+
|
41
|
+
method = Elasticsearch::API::HTTP_POST
|
42
|
+
path = "_dangling/#{Utils.__listify(_index_uuid)}"
|
43
|
+
params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
44
|
+
|
45
|
+
body = nil
|
46
|
+
perform_request(method, path, params, body, headers).body
|
47
|
+
end
|
48
|
+
|
49
|
+
# Register this action with its valid params when the module is loaded.
|
50
|
+
#
|
51
|
+
# @since 6.2.0
|
52
|
+
ParamsRegistry.register(:import_dangling_index, [
|
53
|
+
:accept_data_loss,
|
54
|
+
:timeout,
|
55
|
+
:master_timeout
|
56
|
+
].freeze)
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|