elasticsearch-api 7.9.0.pre → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/elasticsearch/api/actions/bulk.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/aliases.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/allocation.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/health.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/indices.rb +5 -13
- data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -8
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/plugins.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/recovery.rb +3 -7
- data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/segments.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/shards.rb +3 -7
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/tasks.rb +2 -4
- data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +2 -4
- data/lib/elasticsearch/api/actions/clear_scroll.rb +2 -2
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +5 -1
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +5 -1
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +5 -1
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/health.rb +5 -13
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +5 -1
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +2 -4
- data/lib/elasticsearch/api/actions/cluster/state.rb +3 -7
- data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/count.rb +3 -7
- data/lib/elasticsearch/api/actions/create.rb +4 -8
- data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
- data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
- data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
- data/lib/elasticsearch/api/actions/delete.rb +4 -8
- data/lib/elasticsearch/api/actions/delete_by_query.rb +6 -14
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +2 -2
- data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
- data/lib/elasticsearch/api/actions/exists.rb +3 -5
- data/lib/elasticsearch/api/actions/exists_source.rb +3 -5
- data/lib/elasticsearch/api/actions/explain.rb +3 -5
- data/lib/elasticsearch/api/actions/field_caps.rb +2 -4
- data/lib/elasticsearch/api/actions/get.rb +3 -5
- data/lib/elasticsearch/api/actions/get_script.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script_context.rb +5 -1
- data/lib/elasticsearch/api/actions/get_script_languages.rb +5 -1
- data/lib/elasticsearch/api/actions/get_source.rb +3 -5
- data/lib/elasticsearch/api/actions/index.rb +5 -11
- data/lib/elasticsearch/api/actions/indices/add_block.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/close.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/flush.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/get.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +4 -6
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/open.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +3 -5
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/refresh.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/resolve_index.rb +6 -4
- data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/segments.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +3 -7
- data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +5 -1
- data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/stats.rb +4 -10
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +2 -4
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +4 -8
- data/lib/elasticsearch/api/actions/info.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
- data/lib/elasticsearch/api/actions/mget.rb +2 -2
- data/lib/elasticsearch/api/actions/msearch.rb +2 -4
- data/lib/elasticsearch/api/actions/msearch_template.rb +2 -4
- data/lib/elasticsearch/api/actions/mtermvectors.rb +2 -4
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +2 -4
- data/lib/elasticsearch/api/actions/nodes/info.rb +2 -4
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -10
- data/lib/elasticsearch/api/actions/nodes/usage.rb +2 -4
- data/lib/elasticsearch/api/actions/ping.rb +1 -1
- data/lib/elasticsearch/api/actions/put_script.rb +1 -1
- data/lib/elasticsearch/api/actions/rank_eval.rb +7 -7
- data/lib/elasticsearch/api/actions/reindex.rb +1 -1
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +2 -2
- data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +5 -1
- data/lib/elasticsearch/api/actions/scroll.rb +2 -2
- data/lib/elasticsearch/api/actions/search.rb +5 -13
- data/lib/elasticsearch/api/actions/search_shards.rb +2 -4
- data/lib/elasticsearch/api/actions/search_template.rb +3 -7
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/list.rb +2 -4
- data/lib/elasticsearch/api/actions/termvectors.rb +3 -5
- data/lib/elasticsearch/api/actions/update.rb +3 -5
- data/lib/elasticsearch/api/actions/update_by_query.rb +6 -14
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +2 -2
- data/lib/elasticsearch/api/version.rb +1 -1
- data/utils/thor/generate_source.rb +32 -4
- data/utils/thor/templates/_documentation_top.erb +1 -0
- metadata +5 -11
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +0 -49
- data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +0 -62
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +0 -48
- data/lib/elasticsearch/api/actions/indices/get_data_stream.rb +0 -50
- data/spec/elasticsearch/api/actions/indices/data_streams_stats_spec.rb +0 -72
@@ -1,48 +0,0 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
-
# license agreements. See the NOTICE file distributed with
|
3
|
-
# this work for additional information regarding copyright
|
4
|
-
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
-
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
-
# not use this file except in compliance with the License.
|
7
|
-
# You may obtain a copy of the License at
|
8
|
-
#
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
-
#
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
12
|
-
# software distributed under the License is distributed on an
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
-
# KIND, either express or implied. See the License for the
|
15
|
-
# specific language governing permissions and limitations
|
16
|
-
# under the License.
|
17
|
-
|
18
|
-
module Elasticsearch
|
19
|
-
module API
|
20
|
-
module Indices
|
21
|
-
module Actions
|
22
|
-
# Deletes a data stream.
|
23
|
-
#
|
24
|
-
# @option arguments [List] :name A comma-separated list of data streams to delete; use `*` to delete all data streams
|
25
|
-
# @option arguments [Hash] :headers Custom HTTP headers
|
26
|
-
#
|
27
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/data-streams.html
|
28
|
-
#
|
29
|
-
def delete_data_stream(arguments = {})
|
30
|
-
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
31
|
-
|
32
|
-
headers = arguments.delete(:headers) || {}
|
33
|
-
|
34
|
-
arguments = arguments.clone
|
35
|
-
|
36
|
-
_name = arguments.delete(:name)
|
37
|
-
|
38
|
-
method = Elasticsearch::API::HTTP_DELETE
|
39
|
-
path = "_data_stream/#{Utils.__listify(_name)}"
|
40
|
-
params = {}
|
41
|
-
|
42
|
-
body = nil
|
43
|
-
perform_request(method, path, params, body, headers).body
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
@@ -1,50 +0,0 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
-
# license agreements. See the NOTICE file distributed with
|
3
|
-
# this work for additional information regarding copyright
|
4
|
-
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
-
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
-
# not use this file except in compliance with the License.
|
7
|
-
# You may obtain a copy of the License at
|
8
|
-
#
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
-
#
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
12
|
-
# software distributed under the License is distributed on an
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
-
# KIND, either express or implied. See the License for the
|
15
|
-
# specific language governing permissions and limitations
|
16
|
-
# under the License.
|
17
|
-
|
18
|
-
module Elasticsearch
|
19
|
-
module API
|
20
|
-
module Indices
|
21
|
-
module Actions
|
22
|
-
# Returns data streams.
|
23
|
-
#
|
24
|
-
# @option arguments [List] :name A comma-separated list of data streams to get; use `*` to get all data streams
|
25
|
-
# @option arguments [Hash] :headers Custom HTTP headers
|
26
|
-
#
|
27
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/data-streams.html
|
28
|
-
#
|
29
|
-
def get_data_stream(arguments = {})
|
30
|
-
headers = arguments.delete(:headers) || {}
|
31
|
-
|
32
|
-
arguments = arguments.clone
|
33
|
-
|
34
|
-
_name = arguments.delete(:name)
|
35
|
-
|
36
|
-
method = Elasticsearch::API::HTTP_GET
|
37
|
-
path = if _name
|
38
|
-
"_data_stream/#{Utils.__listify(_name)}"
|
39
|
-
else
|
40
|
-
"_data_stream"
|
41
|
-
end
|
42
|
-
params = {}
|
43
|
-
|
44
|
-
body = nil
|
45
|
-
perform_request(method, path, params, body, headers).body
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
@@ -1,72 +0,0 @@
|
|
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
|
-
require 'spec_helper'
|
19
|
-
|
20
|
-
describe 'client.indices#data_streams_stats' do
|
21
|
-
let(:expected_args) do
|
22
|
-
[
|
23
|
-
'GET',
|
24
|
-
url,
|
25
|
-
params,
|
26
|
-
nil,
|
27
|
-
{}
|
28
|
-
]
|
29
|
-
end
|
30
|
-
|
31
|
-
let(:params) do
|
32
|
-
{}
|
33
|
-
end
|
34
|
-
|
35
|
-
context 'when there is no name specified' do
|
36
|
-
let(:url) do
|
37
|
-
'_data_stream/_stats'
|
38
|
-
end
|
39
|
-
|
40
|
-
let(:client) do
|
41
|
-
Class.new { include Elasticsearch::API }.new
|
42
|
-
end
|
43
|
-
|
44
|
-
it 'performs the request' do
|
45
|
-
expect(client_double.indices.data_streams_stats).to eq({})
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
context 'when name is specified' do
|
50
|
-
let(:url) do
|
51
|
-
'_data_stream/foo/_stats'
|
52
|
-
end
|
53
|
-
|
54
|
-
it 'performs the request' do
|
55
|
-
expect(client_double.indices.data_streams_stats(name: 'foo')).to eq({})
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
context 'when params are specified' do
|
60
|
-
let(:params) do
|
61
|
-
{ expand_wildcards: '*' }
|
62
|
-
end
|
63
|
-
|
64
|
-
let(:url) do
|
65
|
-
'_data_stream/foo/_stats'
|
66
|
-
end
|
67
|
-
|
68
|
-
it 'performs the request' do
|
69
|
-
expect(client_double.indices.data_streams_stats(name: 'foo', expand_wildcards: '*')).to eq({})
|
70
|
-
end
|
71
|
-
end
|
72
|
-
end
|