elasticsearch-xpack 6.8.3 → 7.0.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +17 -0
  3. data/LICENSE.txt +202 -21
  4. data/Rakefile +20 -1
  5. data/elasticsearch-xpack.gemspec +46 -31
  6. data/examples/watcher/error_500.rb +18 -7
  7. data/lib/elasticsearch/xpack.rb +40 -3
  8. data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +17 -4
  9. data/lib/elasticsearch/xpack/api/actions/info.rb +16 -3
  10. data/lib/elasticsearch/xpack/api/actions/license/delete.rb +16 -3
  11. data/lib/elasticsearch/xpack/api/actions/license/get.rb +16 -3
  12. data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +16 -3
  13. data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +16 -3
  14. data/lib/elasticsearch/xpack/api/actions/license/post.rb +16 -3
  15. data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +16 -3
  16. data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +16 -3
  17. data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +17 -4
  18. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +16 -3
  19. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +16 -3
  20. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +16 -3
  21. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +16 -3
  22. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +16 -3
  23. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +16 -3
  24. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb +1 -5
  25. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +16 -3
  26. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +16 -3
  27. data/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb +0 -4
  28. data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +16 -3
  29. data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +16 -3
  30. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +16 -3
  31. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +16 -3
  32. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +16 -3
  33. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +16 -3
  34. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +16 -3
  35. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +16 -3
  36. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +16 -3
  37. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +16 -3
  38. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +16 -3
  39. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +16 -3
  40. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +16 -3
  41. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +16 -3
  42. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +16 -3
  43. data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +16 -3
  44. data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +16 -3
  45. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +16 -3
  46. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +16 -3
  47. data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +16 -3
  48. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +16 -3
  49. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +16 -3
  50. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +16 -3
  51. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +16 -3
  52. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +16 -3
  53. data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +16 -3
  54. data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +5 -9
  55. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +16 -3
  56. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +16 -3
  57. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +16 -3
  58. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +0 -4
  59. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +16 -3
  60. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +0 -4
  61. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +0 -4
  62. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +0 -4
  63. data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +16 -3
  64. data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +16 -3
  65. data/lib/elasticsearch/xpack/api/actions/migration/upgrade.rb +16 -3
  66. data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +16 -3
  67. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +16 -3
  68. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +16 -3
  69. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +16 -3
  70. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +0 -4
  71. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +16 -3
  72. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +17 -4
  73. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +16 -3
  74. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +16 -3
  75. data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +16 -3
  76. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +16 -3
  77. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +16 -3
  78. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +16 -3
  79. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +0 -4
  80. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +0 -4
  81. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +16 -3
  82. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +16 -3
  83. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +16 -3
  84. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +16 -3
  85. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +16 -3
  86. data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +6 -10
  87. data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +0 -4
  88. data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +16 -3
  89. data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +16 -3
  90. data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +16 -3
  91. data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +16 -3
  92. data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +0 -4
  93. data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +0 -4
  94. data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +0 -4
  95. data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +16 -3
  96. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +0 -4
  97. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +16 -3
  98. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +16 -3
  99. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +16 -3
  100. data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +16 -3
  101. data/lib/elasticsearch/xpack/api/actions/sql/query.rb +16 -3
  102. data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +16 -3
  103. data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +16 -3
  104. data/lib/elasticsearch/xpack/api/actions/usage.rb +16 -3
  105. data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +16 -3
  106. data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +16 -3
  107. data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +16 -3
  108. data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +16 -3
  109. data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +16 -3
  110. data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +16 -3
  111. data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +16 -3
  112. data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +16 -3
  113. data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +16 -3
  114. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +16 -3
  115. data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +16 -3
  116. data/lib/elasticsearch/xpack/api/namespace/graph.rb +16 -3
  117. data/lib/elasticsearch/xpack/api/namespace/license.rb +16 -3
  118. data/lib/elasticsearch/xpack/api/namespace/machine_learning.rb +16 -3
  119. data/lib/elasticsearch/xpack/api/namespace/migration.rb +16 -3
  120. data/lib/elasticsearch/xpack/api/namespace/monitoring.rb +16 -3
  121. data/lib/elasticsearch/xpack/api/namespace/rollup.rb +16 -3
  122. data/lib/elasticsearch/xpack/api/namespace/security.rb +16 -3
  123. data/lib/elasticsearch/xpack/api/namespace/sql.rb +16 -3
  124. data/lib/elasticsearch/xpack/api/namespace/ssl.rb +16 -3
  125. data/lib/elasticsearch/xpack/api/namespace/watcher.rb +16 -3
  126. data/lib/elasticsearch/xpack/version.rb +17 -4
  127. metadata +45 -54
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,6 +1,19 @@
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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
@@ -1,9 +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
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.
4
17
 
5
18
  module Elasticsearch
6
19
  module XPack
7
- VERSION = '6.8.3'
20
+ VERSION = "7.0.0.pre"
8
21
  end
9
22
  end
metadata CHANGED
@@ -1,45 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-xpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.8.3
4
+ version: 7.0.0.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: elasticsearch-api
14
+ name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '6'
20
- type: :runtime
19
+ version: '0'
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '6'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: activesupport
28
+ name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '11.1'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '11.1'
41
41
  - !ruby/object:Gem::Dependency
42
- name: ansi
42
+ name: ruby-prof
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
@@ -53,63 +53,63 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: bundler
56
+ name: elasticsearch-api
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
61
+ version: '6'
62
+ type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '6'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: elasticsearch
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '6'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '6'
83
83
  - !ruby/object:Gem::Dependency
84
- name: elasticsearch-extensions
84
+ name: elasticsearch-transport
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: '6'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: '6'
97
97
  - !ruby/object:Gem::Dependency
98
- name: elasticsearch-transport
98
+ name: elasticsearch-extensions
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '6'
103
+ version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '6'
110
+ version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
- name: minitest
112
+ name: activesupport
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - ">="
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
- name: minitest-reporters
126
+ name: ansi
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
@@ -137,7 +137,7 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
- name: mocha
140
+ name: minitest
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - ">="
@@ -151,7 +151,7 @@ dependencies:
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
- name: pry
154
+ name: minitest-reporters
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ">="
@@ -165,21 +165,21 @@ dependencies:
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
- name: rake
168
+ name: shoulda-context
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - "~>"
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
- version: '13'
173
+ version: '0'
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - "~>"
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
- version: '13'
180
+ version: '0'
181
181
  - !ruby/object:Gem::Dependency
182
- name: ruby-prof
182
+ name: mocha
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ">="
@@ -193,7 +193,7 @@ dependencies:
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  - !ruby/object:Gem::Dependency
196
- name: shoulda-context
196
+ name: yard
197
197
  requirement: !ruby/object:Gem::Requirement
198
198
  requirements:
199
199
  - - ">="
@@ -207,7 +207,7 @@ dependencies:
207
207
  - !ruby/object:Gem::Version
208
208
  version: '0'
209
209
  - !ruby/object:Gem::Dependency
210
- name: yard
210
+ name: pry
211
211
  requirement: !ruby/object:Gem::Requirement
212
212
  requirements:
213
213
  - - ">="
@@ -354,19 +354,10 @@ files:
354
354
  - lib/elasticsearch/xpack/api/namespace/ssl.rb
355
355
  - lib/elasticsearch/xpack/api/namespace/watcher.rb
356
356
  - lib/elasticsearch/xpack/version.rb
357
- - pkg/elasticsearch-xpack-0.1.0.gem
358
- - pkg/elasticsearch-xpack-0.1.0.pre.gem
359
- - pkg/elasticsearch-xpack-5.0.0.gem
360
- - pkg/elasticsearch-xpack-5.5.0.gem
361
- - pkg/elasticsearch-xpack-6.0.0.gem
362
- homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html
357
+ homepage: https://github.com/elastic/elasticsearch-xpack-ruby
363
358
  licenses:
364
359
  - Apache-2.0
365
- metadata:
366
- homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html
367
- changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
368
- source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/6.x/elasticsearch-xpack
369
- bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
360
+ metadata: {}
370
361
  post_install_message:
371
362
  rdoc_options: []
372
363
  require_paths:
@@ -378,11 +369,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
378
369
  version: '0'
379
370
  required_rubygems_version: !ruby/object:Gem::Requirement
380
371
  requirements:
381
- - - ">="
372
+ - - ">"
382
373
  - !ruby/object:Gem::Version
383
- version: '0'
374
+ version: 1.3.1
384
375
  requirements: []
385
- rubygems_version: 3.1.4
376
+ rubygems_version: 3.0.3
386
377
  signing_key:
387
378
  specification_version: 4
388
379
  summary: Ruby integrations for the X-Pack extensions for Elasticsearch