elasticsearch-xpack 7.3.0 → 7.4.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/xpack.rb +7 -1
- data/lib/elasticsearch/xpack/api/actions/data_frame/delete_data_frame_transform.rb +10 -2
- data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb +8 -6
- data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb +7 -5
- data/lib/elasticsearch/xpack/api/actions/data_frame/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/data_frame/put_data_frame_transform.rb +10 -2
- data/lib/elasticsearch/xpack/api/actions/data_frame/start_data_frame_transform.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb +9 -6
- data/lib/elasticsearch/xpack/api/actions/data_frame/update_data_frame_transform.rb +45 -0
- data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +7 -5
- data/lib/elasticsearch/xpack/api/actions/graph/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_policy.rb +39 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/explain.rb +40 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_policy.rb +38 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_status.rb +36 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/move_to_step.rb +41 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_policy.rb +40 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/remove_policy.rb +38 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry_policy.rb +38 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/start.rb +36 -0
- data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/stop.rb +36 -0
- data/lib/elasticsearch/xpack/api/actions/info.rb +7 -5
- data/lib/elasticsearch/xpack/api/actions/license/get.rb +6 -2
- data/lib/elasticsearch/xpack/api/actions/license/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/license/post.rb +6 -2
- data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +8 -5
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb +8 -6
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/machine_learning/estimate_memory_usage.rb +30 -0
- data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +10 -7
- data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +15 -13
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +11 -9
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +8 -6
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +13 -10
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +11 -8
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +12 -11
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +13 -12
- data/lib/elasticsearch/xpack/api/actions/machine_learning/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +6 -5
- data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +8 -6
- data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +8 -7
- data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +8 -5
- data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +8 -6
- data/lib/elasticsearch/xpack/api/actions/migration/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/migration/upgrade.rb +6 -5
- data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +9 -8
- data/lib/elasticsearch/xpack/api/actions/monitoring/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/params_registry.rb +48 -0
- data/lib/elasticsearch/xpack/api/actions/rollup/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +7 -3
- data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +0 -1
- data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +7 -5
- data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +7 -5
- data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +10 -6
- data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +10 -6
- data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +9 -7
- data/lib/elasticsearch/xpack/api/actions/security/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +10 -6
- data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +6 -4
- data/lib/elasticsearch/xpack/api/actions/sql/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/sql/query.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/ssl/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/usage.rb +7 -2
- data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +6 -5
- data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +6 -3
- data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +7 -4
- data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +6 -2
- data/lib/elasticsearch/xpack/api/actions/watcher/params_registry.rb +50 -0
- data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +10 -9
- data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +7 -2
- data/lib/elasticsearch/xpack/api/namespace/index_lifecycle_management.rb +22 -0
- data/lib/elasticsearch/xpack/version.rb +1 -1
- metadata +29 -3
|
@@ -18,12 +18,9 @@ module Elasticsearch
|
|
|
18
18
|
#
|
|
19
19
|
def delete_watch(arguments={})
|
|
20
20
|
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
|
|
21
|
-
valid_params = [
|
|
22
|
-
:master_timeout,
|
|
23
|
-
:force ]
|
|
24
21
|
method = Elasticsearch::API::HTTP_DELETE
|
|
25
22
|
path = "_xpack/watcher/watch/#{arguments[:id]}"
|
|
26
|
-
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments,
|
|
23
|
+
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
27
24
|
body = nil
|
|
28
25
|
|
|
29
26
|
if Array(arguments[:ignore]).include?(404)
|
|
@@ -32,6 +29,12 @@ module Elasticsearch
|
|
|
32
29
|
perform_request(method, path, params, body).body
|
|
33
30
|
end
|
|
34
31
|
end
|
|
32
|
+
|
|
33
|
+
# Register this action with its valid params when the module is loaded.
|
|
34
|
+
#
|
|
35
|
+
# @since 7.4.0
|
|
36
|
+
ParamsRegistry.register(:delete_watch, [ :master_timeout,
|
|
37
|
+
:force ].freeze)
|
|
35
38
|
end
|
|
36
39
|
end
|
|
37
40
|
end
|
|
@@ -17,16 +17,20 @@ module Elasticsearch
|
|
|
17
17
|
# @see http://www.elastic.co/guide/en/x-pack/current/watcher-api-execute-watch.html
|
|
18
18
|
#
|
|
19
19
|
def execute_watch(arguments={})
|
|
20
|
-
valid_params = [ :debug ]
|
|
21
20
|
method = Elasticsearch::API::HTTP_PUT
|
|
22
21
|
|
|
23
22
|
path = Elasticsearch::API::Utils.__pathify "_xpack/watcher/watch", arguments.delete(:id), "_execute"
|
|
24
23
|
|
|
25
|
-
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments,
|
|
24
|
+
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
26
25
|
body = arguments[:body]
|
|
27
26
|
|
|
28
27
|
perform_request(method, path, params, body).body
|
|
29
28
|
end
|
|
29
|
+
|
|
30
|
+
# Register this action with its valid params when the module is loaded.
|
|
31
|
+
#
|
|
32
|
+
# @since 7.4.0
|
|
33
|
+
ParamsRegistry.register(:execute_watch, [ :debug ].freeze)
|
|
30
34
|
end
|
|
31
35
|
end
|
|
32
36
|
end
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
+
# See the LICENSE file in the project root for more information
|
|
4
|
+
|
|
5
|
+
module Elasticsearch
|
|
6
|
+
module XPack
|
|
7
|
+
module API
|
|
8
|
+
module Watcher
|
|
9
|
+
module Actions
|
|
10
|
+
module ParamsRegistry
|
|
11
|
+
|
|
12
|
+
extend self
|
|
13
|
+
|
|
14
|
+
# A Mapping of all the actions to their list of valid params.
|
|
15
|
+
#
|
|
16
|
+
# @since 7.4.0
|
|
17
|
+
PARAMS = {}
|
|
18
|
+
|
|
19
|
+
# Register an action with its list of valid params.
|
|
20
|
+
#
|
|
21
|
+
# @example Register the action.
|
|
22
|
+
# ParamsRegistry.register(:benchmark, [ :verbose ])
|
|
23
|
+
#
|
|
24
|
+
# @param [ Symbol ] action The action to register.
|
|
25
|
+
# @param [ Array[Symbol] ] valid_params The list of valid params.
|
|
26
|
+
#
|
|
27
|
+
# @since 7.4.0
|
|
28
|
+
def register(action, valid_params)
|
|
29
|
+
PARAMS[action.to_sym] = valid_params
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Get the list of valid params for a given action.
|
|
33
|
+
#
|
|
34
|
+
# @example Get the list of valid params.
|
|
35
|
+
# ParamsRegistry.get(:benchmark)
|
|
36
|
+
#
|
|
37
|
+
# @param [ Symbol ] action The action.
|
|
38
|
+
#
|
|
39
|
+
# @return [ Array<Symbol> ] The list of valid params for the action.
|
|
40
|
+
#
|
|
41
|
+
# @since 7.4.0
|
|
42
|
+
def get(action)
|
|
43
|
+
PARAMS.fetch(action, [])
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
@@ -20,21 +20,22 @@ module Elasticsearch
|
|
|
20
20
|
def put_watch(arguments={})
|
|
21
21
|
raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
|
|
22
22
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
|
23
|
-
|
|
24
|
-
valid_params = [
|
|
25
|
-
:master_timeout,
|
|
26
|
-
:active,
|
|
27
|
-
:version,
|
|
28
|
-
:if_seq_no,
|
|
29
|
-
:if_primary_term ]
|
|
30
|
-
|
|
31
23
|
method = Elasticsearch::API::HTTP_PUT
|
|
32
24
|
path = "_xpack/watcher/watch/#{arguments[:id]}"
|
|
33
|
-
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments,
|
|
25
|
+
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
34
26
|
body = arguments[:body]
|
|
35
27
|
|
|
36
28
|
perform_request(method, path, params, body).body
|
|
37
29
|
end
|
|
30
|
+
|
|
31
|
+
# Register this action with its valid params when the module is loaded.
|
|
32
|
+
#
|
|
33
|
+
# @since 7.4.0
|
|
34
|
+
ParamsRegistry.register(:put_watch, [ :master_timeout,
|
|
35
|
+
:active,
|
|
36
|
+
:version,
|
|
37
|
+
:if_seq_no,
|
|
38
|
+
:if_primary_term ].freeze)
|
|
38
39
|
end
|
|
39
40
|
end
|
|
40
41
|
end
|
|
@@ -16,14 +16,19 @@ module Elasticsearch
|
|
|
16
16
|
# @see https://www.elastic.co/guide/en/x-pack/current/watcher-api-stats.html
|
|
17
17
|
#
|
|
18
18
|
def stats(arguments={})
|
|
19
|
-
valid_params = [ :metric, :emit_stacktraces ]
|
|
20
19
|
method = Elasticsearch::API::HTTP_GET
|
|
21
20
|
path = "_xpack/watcher/stats"
|
|
22
|
-
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments,
|
|
21
|
+
params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
|
|
23
22
|
body = nil
|
|
24
23
|
|
|
25
24
|
perform_request(method, path, params, body).body
|
|
26
25
|
end
|
|
26
|
+
|
|
27
|
+
# Register this action with its valid params when the module is loaded.
|
|
28
|
+
#
|
|
29
|
+
# @since 7.4.0
|
|
30
|
+
ParamsRegistry.register(:stats, [ :metric,
|
|
31
|
+
:emit_stacktraces ].freeze)
|
|
27
32
|
end
|
|
28
33
|
end
|
|
29
34
|
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Licensed to Elasticsearch B.V under one or more agreements.
|
|
2
|
+
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
|
|
3
|
+
# See the LICENSE file in the project root for more information
|
|
4
|
+
|
|
5
|
+
module Elasticsearch
|
|
6
|
+
module XPack
|
|
7
|
+
module API
|
|
8
|
+
module IndexLifecycleManagement
|
|
9
|
+
module Actions; end
|
|
10
|
+
|
|
11
|
+
class IndexLifecycleManagementClient
|
|
12
|
+
include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, IndexLifecycleManagement::Actions
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
def ilm
|
|
16
|
+
@ilm ||= IndexLifecycleManagementClient.new(self)
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elasticsearch-xpack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.
|
|
4
|
+
version: 7.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karel Minarik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -238,16 +238,31 @@ files:
|
|
|
238
238
|
- lib/elasticsearch/xpack/api/actions/data_frame/delete_data_frame_transform.rb
|
|
239
239
|
- lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb
|
|
240
240
|
- lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb
|
|
241
|
+
- lib/elasticsearch/xpack/api/actions/data_frame/params_registry.rb
|
|
241
242
|
- lib/elasticsearch/xpack/api/actions/data_frame/preview_data_frame_transform.rb
|
|
242
243
|
- lib/elasticsearch/xpack/api/actions/data_frame/put_data_frame_transform.rb
|
|
243
244
|
- lib/elasticsearch/xpack/api/actions/data_frame/start_data_frame_transform.rb
|
|
244
245
|
- lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb
|
|
246
|
+
- lib/elasticsearch/xpack/api/actions/data_frame/update_data_frame_transform.rb
|
|
245
247
|
- lib/elasticsearch/xpack/api/actions/graph/explore.rb
|
|
248
|
+
- lib/elasticsearch/xpack/api/actions/graph/params_registry.rb
|
|
249
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_policy.rb
|
|
250
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/explain.rb
|
|
251
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_policy.rb
|
|
252
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_status.rb
|
|
253
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/move_to_step.rb
|
|
254
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/params_registry.rb
|
|
255
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_policy.rb
|
|
256
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/remove_policy.rb
|
|
257
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry_policy.rb
|
|
258
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/start.rb
|
|
259
|
+
- lib/elasticsearch/xpack/api/actions/index_lifecycle_management/stop.rb
|
|
246
260
|
- lib/elasticsearch/xpack/api/actions/info.rb
|
|
247
261
|
- lib/elasticsearch/xpack/api/actions/license/delete.rb
|
|
248
262
|
- lib/elasticsearch/xpack/api/actions/license/get.rb
|
|
249
263
|
- lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb
|
|
250
264
|
- lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb
|
|
265
|
+
- lib/elasticsearch/xpack/api/actions/license/params_registry.rb
|
|
251
266
|
- lib/elasticsearch/xpack/api/actions/license/post.rb
|
|
252
267
|
- lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb
|
|
253
268
|
- lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb
|
|
@@ -261,6 +276,7 @@ files:
|
|
|
261
276
|
- lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb
|
|
262
277
|
- lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb
|
|
263
278
|
- lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb
|
|
279
|
+
- lib/elasticsearch/xpack/api/actions/machine_learning/estimate_memory_usage.rb
|
|
264
280
|
- lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb
|
|
265
281
|
- lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb
|
|
266
282
|
- lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb
|
|
@@ -279,6 +295,7 @@ files:
|
|
|
279
295
|
- lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb
|
|
280
296
|
- lib/elasticsearch/xpack/api/actions/machine_learning/info.rb
|
|
281
297
|
- lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb
|
|
298
|
+
- lib/elasticsearch/xpack/api/actions/machine_learning/params_registry.rb
|
|
282
299
|
- lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb
|
|
283
300
|
- lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb
|
|
284
301
|
- lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb
|
|
@@ -299,12 +316,16 @@ files:
|
|
|
299
316
|
- lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb
|
|
300
317
|
- lib/elasticsearch/xpack/api/actions/migration/deprecations.rb
|
|
301
318
|
- lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb
|
|
319
|
+
- lib/elasticsearch/xpack/api/actions/migration/params_registry.rb
|
|
302
320
|
- lib/elasticsearch/xpack/api/actions/migration/upgrade.rb
|
|
303
321
|
- lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb
|
|
322
|
+
- lib/elasticsearch/xpack/api/actions/monitoring/params_registry.rb
|
|
323
|
+
- lib/elasticsearch/xpack/api/actions/params_registry.rb
|
|
304
324
|
- lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb
|
|
305
325
|
- lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb
|
|
306
326
|
- lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb
|
|
307
327
|
- lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb
|
|
328
|
+
- lib/elasticsearch/xpack/api/actions/rollup/params_registry.rb
|
|
308
329
|
- lib/elasticsearch/xpack/api/actions/rollup/put_job.rb
|
|
309
330
|
- lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb
|
|
310
331
|
- lib/elasticsearch/xpack/api/actions/rollup/start_job.rb
|
|
@@ -331,14 +352,17 @@ files:
|
|
|
331
352
|
- lib/elasticsearch/xpack/api/actions/security/has_privileges.rb
|
|
332
353
|
- lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb
|
|
333
354
|
- lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb
|
|
355
|
+
- lib/elasticsearch/xpack/api/actions/security/params_registry.rb
|
|
334
356
|
- lib/elasticsearch/xpack/api/actions/security/put_privileges.rb
|
|
335
357
|
- lib/elasticsearch/xpack/api/actions/security/put_role.rb
|
|
336
358
|
- lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb
|
|
337
359
|
- lib/elasticsearch/xpack/api/actions/security/put_user.rb
|
|
338
360
|
- lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb
|
|
361
|
+
- lib/elasticsearch/xpack/api/actions/sql/params_registry.rb
|
|
339
362
|
- lib/elasticsearch/xpack/api/actions/sql/query.rb
|
|
340
363
|
- lib/elasticsearch/xpack/api/actions/sql/translate.rb
|
|
341
364
|
- lib/elasticsearch/xpack/api/actions/ssl/certificates.rb
|
|
365
|
+
- lib/elasticsearch/xpack/api/actions/ssl/params_registry.rb
|
|
342
366
|
- lib/elasticsearch/xpack/api/actions/usage.rb
|
|
343
367
|
- lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb
|
|
344
368
|
- lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb
|
|
@@ -346,6 +370,7 @@ files:
|
|
|
346
370
|
- lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb
|
|
347
371
|
- lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb
|
|
348
372
|
- lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb
|
|
373
|
+
- lib/elasticsearch/xpack/api/actions/watcher/params_registry.rb
|
|
349
374
|
- lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb
|
|
350
375
|
- lib/elasticsearch/xpack/api/actions/watcher/restart.rb
|
|
351
376
|
- lib/elasticsearch/xpack/api/actions/watcher/start.rb
|
|
@@ -353,6 +378,7 @@ files:
|
|
|
353
378
|
- lib/elasticsearch/xpack/api/actions/watcher/stop.rb
|
|
354
379
|
- lib/elasticsearch/xpack/api/namespace/data_frame.rb
|
|
355
380
|
- lib/elasticsearch/xpack/api/namespace/graph.rb
|
|
381
|
+
- lib/elasticsearch/xpack/api/namespace/index_lifecycle_management.rb
|
|
356
382
|
- lib/elasticsearch/xpack/api/namespace/license.rb
|
|
357
383
|
- lib/elasticsearch/xpack/api/namespace/machine_learning.rb
|
|
358
384
|
- lib/elasticsearch/xpack/api/namespace/migration.rb
|
|
@@ -382,7 +408,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
382
408
|
- !ruby/object:Gem::Version
|
|
383
409
|
version: '0'
|
|
384
410
|
requirements: []
|
|
385
|
-
rubygems_version: 3.0.
|
|
411
|
+
rubygems_version: 3.0.6
|
|
386
412
|
signing_key:
|
|
387
413
|
specification_version: 4
|
|
388
414
|
summary: Ruby integrations for the X-Pack extensions for Elasticsearch
|