elasticsearch-xpack 7.2.1 → 7.3.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.
Files changed (135) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -16
  3. data/{LICENSE.txt → LICENSE} +0 -0
  4. data/README.md +1 -18
  5. data/Rakefile +4 -21
  6. data/elasticsearch-xpack.gemspec +3 -16
  7. data/examples/watcher/error_500.rb +3 -16
  8. data/lib/elasticsearch/xpack.rb +3 -16
  9. data/lib/elasticsearch/xpack/api/actions/data_frame/delete_data_frame_transform.rb +3 -16
  10. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb +5 -17
  11. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb +3 -16
  12. data/lib/elasticsearch/xpack/api/actions/data_frame/preview_data_frame_transform.rb +3 -16
  13. data/lib/elasticsearch/xpack/api/actions/data_frame/put_data_frame_transform.rb +3 -16
  14. data/lib/elasticsearch/xpack/api/actions/data_frame/start_data_frame_transform.rb +3 -16
  15. data/lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb +5 -17
  16. data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +3 -16
  17. data/lib/elasticsearch/xpack/api/actions/info.rb +3 -16
  18. data/lib/elasticsearch/xpack/api/actions/license/delete.rb +3 -16
  19. data/lib/elasticsearch/xpack/api/actions/license/get.rb +3 -16
  20. data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +3 -16
  21. data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +3 -16
  22. data/lib/elasticsearch/xpack/api/actions/license/post.rb +3 -16
  23. data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +3 -16
  24. data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +3 -16
  25. data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +3 -16
  26. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +3 -16
  27. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +3 -16
  28. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +3 -16
  29. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +3 -16
  30. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +3 -16
  31. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +3 -16
  32. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +3 -16
  33. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +3 -16
  34. data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +3 -16
  35. data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +3 -16
  36. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +3 -16
  37. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +3 -16
  38. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +3 -16
  39. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +3 -16
  40. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +3 -16
  41. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +3 -16
  42. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +3 -16
  43. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +3 -16
  44. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +3 -16
  45. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +3 -16
  46. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +3 -16
  47. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +3 -16
  48. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +3 -16
  49. data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +3 -16
  50. data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +3 -16
  51. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +3 -16
  52. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +3 -16
  53. data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +3 -16
  54. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +3 -16
  55. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +3 -16
  56. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +3 -16
  57. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +3 -16
  58. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +3 -16
  59. data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +3 -16
  60. data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +3 -16
  61. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +3 -16
  62. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +3 -16
  63. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +3 -16
  64. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +4 -0
  65. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +3 -16
  66. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +4 -0
  67. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +4 -0
  68. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +4 -0
  69. data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +3 -16
  70. data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +3 -16
  71. data/lib/elasticsearch/xpack/api/actions/migration/upgrade.rb +3 -16
  72. data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +3 -16
  73. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +3 -16
  74. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +3 -16
  75. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +3 -16
  76. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +4 -0
  77. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +3 -16
  78. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +3 -16
  79. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +3 -16
  80. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +3 -16
  81. data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +3 -16
  82. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +3 -16
  83. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +3 -16
  84. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +3 -16
  85. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +3 -16
  86. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +4 -0
  87. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +3 -16
  88. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +3 -16
  89. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +3 -16
  90. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +3 -16
  91. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +3 -16
  92. data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +3 -16
  93. data/lib/elasticsearch/xpack/api/actions/security/get_builtin_privileges.rb +27 -0
  94. data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +4 -0
  95. data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +3 -16
  96. data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +3 -16
  97. data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +3 -16
  98. data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +3 -16
  99. data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +4 -0
  100. data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +4 -0
  101. data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +3 -16
  102. data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +3 -16
  103. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +4 -0
  104. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +3 -16
  105. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +3 -16
  106. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +3 -16
  107. data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +3 -16
  108. data/lib/elasticsearch/xpack/api/actions/sql/query.rb +3 -16
  109. data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +3 -16
  110. data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +3 -16
  111. data/lib/elasticsearch/xpack/api/actions/usage.rb +3 -16
  112. data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +3 -16
  113. data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +3 -16
  114. data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +3 -16
  115. data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +3 -16
  116. data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +3 -16
  117. data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +3 -16
  118. data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +3 -16
  119. data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +3 -16
  120. data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +3 -16
  121. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +3 -16
  122. data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +3 -16
  123. data/lib/elasticsearch/xpack/api/namespace/data_frame.rb +3 -16
  124. data/lib/elasticsearch/xpack/api/namespace/graph.rb +3 -16
  125. data/lib/elasticsearch/xpack/api/namespace/license.rb +3 -16
  126. data/lib/elasticsearch/xpack/api/namespace/machine_learning.rb +3 -16
  127. data/lib/elasticsearch/xpack/api/namespace/migration.rb +3 -16
  128. data/lib/elasticsearch/xpack/api/namespace/monitoring.rb +3 -16
  129. data/lib/elasticsearch/xpack/api/namespace/rollup.rb +3 -16
  130. data/lib/elasticsearch/xpack/api/namespace/security.rb +3 -16
  131. data/lib/elasticsearch/xpack/api/namespace/sql.rb +3 -16
  132. data/lib/elasticsearch/xpack/api/namespace/ssl.rb +3 -16
  133. data/lib/elasticsearch/xpack/api/namespace/watcher.rb +3 -16
  134. data/lib/elasticsearch/xpack/version.rb +4 -17
  135. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 778122463bf9b74d8aac4f7157cba5e7508f34ca8964f63f69150adec49ace56
4
- data.tar.gz: 2029e9a0d3753e75d828ec512f2fc0168defc83cc9368f946a28ae28296d7a09
3
+ metadata.gz: 0aa4a8d4dc0d5cb53f1f1c84fced0773310872d6130173d2ce935330d7b07090
4
+ data.tar.gz: 6af0a1fe2995ca424aec5914fae9b4a884895442aa5ad09c5cca74b0a5feeb13
5
5
  SHA512:
6
- metadata.gz: 8401cf18b9b1f7a7fe4eab674af37b9fe0ad6836e97ff9df64ebc9acb772163e0363a55699c154f827287efc2d2134cd27721ac9791f55c081576ec730a6068f
7
- data.tar.gz: 48d7082c05a89de170a0db111973883c45fd203fbe088211416959daabc82036e60f3ecf490ade86aea7f3a512efa4df38ee4ec43132b0ec8b243f464692f9fe
6
+ metadata.gz: 4ddbf54710f11af50108d6b2e8c68a7a51cf5300ecfa579b1e95111a6d0e7391f2fcaec6e66ace7f35887e821264b7de3fd74c88b14c44e72cbc339bf385256a
7
+ data.tar.gz: 677489d21d61e33d56683862c0417c096963624bf5bddbd5faec396dbbbbe52e2b8899f8b3c10a4351d1ecf56bae9fb9ea0caf3c3788f6e8cc3e5c477f0f305c
data/Gemfile CHANGED
@@ -1,19 +1,6 @@
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.
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
 
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, quoted below.
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. 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.
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 do
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
@@ -1,19 +1,6 @@
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.
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. 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.
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
  #
@@ -1,19 +1,6 @@
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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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