elasticsearch-xpack 7.2.1 → 7.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -16
- data/{LICENSE.txt → LICENSE} +0 -0
- data/README.md +1 -18
- data/Rakefile +4 -21
- data/elasticsearch-xpack.gemspec +3 -16
- data/examples/watcher/error_500.rb +3 -16
- data/lib/elasticsearch/xpack.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/delete_data_frame_transform.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb +5 -17
- data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/preview_data_frame_transform.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/put_data_frame_transform.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/start_data_frame_transform.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb +5 -17
- data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/info.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/delete.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/get.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/post.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/migration/upgrade.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_builtin_privileges.rb +27 -0
- data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +4 -0
- data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/sql/query.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/usage.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +3 -16
- data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/data_frame.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/graph.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/license.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/machine_learning.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/migration.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/monitoring.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/rollup.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/security.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/sql.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/ssl.rb +3 -16
- data/lib/elasticsearch/xpack/api/namespace/watcher.rb +3 -16
- data/lib/elasticsearch/xpack/version.rb +4 -17
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aa4a8d4dc0d5cb53f1f1c84fced0773310872d6130173d2ce935330d7b07090
|
4
|
+
data.tar.gz: 6af0a1fe2995ca424aec5914fae9b4a884895442aa5ad09c5cca74b0a5feeb13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ddbf54710f11af50108d6b2e8c68a7a51cf5300ecfa579b1e95111a6d0e7391f2fcaec6e66ace7f35887e821264b7de3fd74c88b14c44e72cbc339bf385256a
|
7
|
+
data.tar.gz: 677489d21d61e33d56683862c0417c096963624bf5bddbd5faec396dbbbbe52e2b8899f8b3c10a4351d1ecf56bae9fb9ea0caf3c3788f6e8cc3e5c477f0f305c
|
data/Gemfile
CHANGED
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
source 'https://rubygems.org'
|
19
6
|
|
data/{LICENSE.txt → LICENSE}
RENAMED
File without changes
|
data/README.md
CHANGED
@@ -43,21 +43,4 @@ Elasticsearch node with the full X-Pack license preinstalled.
|
|
43
43
|
|
44
44
|
## License
|
45
45
|
|
46
|
-
This software is licensed under the Apache 2 license
|
47
|
-
|
48
|
-
Licensed to Elasticsearch B.V. under one or more contributor
|
49
|
-
license agreements. See the NOTICE file distributed with
|
50
|
-
this work for additional information regarding copyright
|
51
|
-
ownership. Elasticsearch B.V. licenses this file to you under
|
52
|
-
the Apache License, Version 2.0 (the "License"); you may
|
53
|
-
not use this file except in compliance with the License.
|
54
|
-
You may obtain a copy of the License at
|
55
|
-
|
56
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
57
|
-
|
58
|
-
Unless required by applicable law or agreed to in writing,
|
59
|
-
software distributed under the License is distributed on an
|
60
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
61
|
-
KIND, either express or implied. See the License for the
|
62
|
-
specific language governing permissions and limitations
|
63
|
-
under the License.
|
46
|
+
This software is licensed under the [Apache 2 license](./LICENSE).
|
data/Rakefile
CHANGED
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
require 'bundler/gem_tasks'
|
19
6
|
|
@@ -43,11 +30,7 @@ namespace :test do
|
|
43
30
|
end
|
44
31
|
|
45
32
|
desc "Run integration tests"
|
46
|
-
task :integration
|
47
|
-
sh <<-COMMAND
|
48
|
-
bundle exec ruby -I ../elasticsearch/lib:../elasticsearch-transport/lib:../elasticsearch-api/lib:./lib:./test test/integration/yaml_test_runner.rb
|
49
|
-
COMMAND
|
50
|
-
end
|
33
|
+
task :integration
|
51
34
|
|
52
35
|
desc "Run Elasticsearch with X-Pack installed (Docker)"
|
53
36
|
task :elasticsearch do
|
data/elasticsearch-xpack.gemspec
CHANGED
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
# coding: utf-8
|
19
6
|
lib = File.expand_path('../lib', __FILE__)
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
# An example of a complex configuration for Elasticsearch Watcher alerting and notification system.
|
19
6
|
#
|
data/lib/elasticsearch/xpack.rb
CHANGED
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
require "elasticsearch/api"
|
19
6
|
require "elasticsearch/xpack/version"
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -37,7 +24,8 @@ module Elasticsearch
|
|
37
24
|
|
38
25
|
valid_params = [
|
39
26
|
:from,
|
40
|
-
:size
|
27
|
+
:size,
|
28
|
+
:allow_no_match]
|
41
29
|
|
42
30
|
method = Elasticsearch::API::HTTP_GET
|
43
31
|
path = Elasticsearch::API::Utils.__pathify('_data_frame/transforms', Elasticsearch::API::Utils.__listify(transform_id))
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -39,7 +26,8 @@ module Elasticsearch
|
|
39
26
|
|
40
27
|
valid_params = [
|
41
28
|
:timeout,
|
42
|
-
:wait_for_completion
|
29
|
+
:wait_for_completion,
|
30
|
+
:allow_no_match ]
|
43
31
|
|
44
32
|
method = Elasticsearch::API::HTTP_POST
|
45
33
|
path = "_data_frame/transforms/#{Elasticsearch::API::Utils.__listify(transform_id)}/_stop"
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|
@@ -1,19 +1,6 @@
|
|
1
|
-
# Licensed to Elasticsearch B.V
|
2
|
-
#
|
3
|
-
#
|
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.
|
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
|
17
4
|
|
18
5
|
module Elasticsearch
|
19
6
|
module XPack
|