elasticsearch-xpack 6.8.1 → 6.8.2

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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/elasticsearch-xpack.gemspec +29 -27
  3. data/examples/watcher/error_500.rb +4 -0
  4. data/lib/elasticsearch/xpack.rb +4 -0
  5. data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +4 -0
  6. data/lib/elasticsearch/xpack/api/actions/info.rb +4 -0
  7. data/lib/elasticsearch/xpack/api/actions/license/delete.rb +4 -0
  8. data/lib/elasticsearch/xpack/api/actions/license/get.rb +4 -0
  9. data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +4 -0
  10. data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +4 -0
  11. data/lib/elasticsearch/xpack/api/actions/license/post.rb +4 -0
  12. data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +4 -0
  13. data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +4 -0
  14. data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +4 -0
  15. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +4 -0
  16. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +4 -0
  17. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +4 -0
  18. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +4 -0
  19. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +4 -0
  20. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +4 -0
  21. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb +4 -0
  22. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +4 -0
  23. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +4 -0
  24. data/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb +4 -0
  25. data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +4 -0
  26. data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +4 -0
  27. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +4 -0
  28. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +4 -0
  29. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +4 -0
  30. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +4 -0
  31. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +4 -0
  32. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +4 -0
  33. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +4 -0
  34. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +4 -0
  35. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +4 -0
  36. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +4 -0
  37. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +4 -0
  38. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +4 -0
  39. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +4 -0
  40. data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +4 -0
  41. data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +4 -0
  42. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +4 -0
  43. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +4 -0
  44. data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +4 -0
  45. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +4 -0
  46. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +4 -0
  47. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +4 -0
  48. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +4 -0
  49. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +4 -0
  50. data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +4 -0
  51. data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +4 -0
  52. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +4 -0
  53. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +4 -0
  54. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +4 -0
  55. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +4 -0
  56. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +4 -0
  57. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +4 -0
  58. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +4 -0
  59. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +4 -0
  60. data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +4 -0
  61. data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +4 -0
  62. data/lib/elasticsearch/xpack/api/actions/migration/upgrade.rb +4 -0
  63. data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +4 -0
  64. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +4 -0
  65. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +4 -0
  66. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +4 -0
  67. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +4 -0
  68. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +4 -0
  69. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +4 -0
  70. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +4 -0
  71. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +4 -0
  72. data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +4 -0
  73. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +4 -0
  74. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +4 -0
  75. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +4 -0
  76. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +4 -0
  77. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +4 -0
  78. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +4 -0
  79. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +4 -0
  80. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +4 -0
  81. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +4 -0
  82. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +4 -0
  83. data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +4 -0
  84. data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +4 -0
  85. data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +4 -0
  86. data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +4 -0
  87. data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +4 -0
  88. data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +4 -0
  89. data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +4 -0
  90. data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +4 -0
  91. data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +4 -0
  92. data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +4 -0
  93. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +4 -0
  94. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +4 -0
  95. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +4 -0
  96. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +4 -0
  97. data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +4 -0
  98. data/lib/elasticsearch/xpack/api/actions/sql/query.rb +4 -0
  99. data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +4 -0
  100. data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +4 -0
  101. data/lib/elasticsearch/xpack/api/actions/usage.rb +4 -0
  102. data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +4 -0
  103. data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +4 -0
  104. data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +4 -0
  105. data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +4 -0
  106. data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +4 -0
  107. data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +4 -0
  108. data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +4 -0
  109. data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +4 -0
  110. data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +4 -0
  111. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +4 -0
  112. data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +4 -0
  113. data/lib/elasticsearch/xpack/api/namespace/graph.rb +4 -0
  114. data/lib/elasticsearch/xpack/api/namespace/license.rb +4 -0
  115. data/lib/elasticsearch/xpack/api/namespace/machine_learning.rb +4 -0
  116. data/lib/elasticsearch/xpack/api/namespace/migration.rb +4 -0
  117. data/lib/elasticsearch/xpack/api/namespace/monitoring.rb +4 -0
  118. data/lib/elasticsearch/xpack/api/namespace/rollup.rb +4 -0
  119. data/lib/elasticsearch/xpack/api/namespace/security.rb +4 -0
  120. data/lib/elasticsearch/xpack/api/namespace/sql.rb +4 -0
  121. data/lib/elasticsearch/xpack/api/namespace/ssl.rb +4 -0
  122. data/lib/elasticsearch/xpack/api/namespace/watcher.rb +4 -0
  123. data/lib/elasticsearch/xpack/version.rb +5 -1
  124. metadata +48 -44
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d684c2eee7f374a36b7eb60017271fbf3e70e2be770571e5249215dda2a88d17
4
- data.tar.gz: 2182845adb8d91933211f1fc17c83b5109b08bed919f7765cd128f71e9809597
3
+ metadata.gz: ec66dfd23af4ca8a7dc5272a3d73bc851b539e7d969ddcbcd4f83baf26daf1c5
4
+ data.tar.gz: 3bc5c94534dda33bbd5830d2640573643c3d3f2c3f022f39f764867ef8198f34
5
5
  SHA512:
6
- metadata.gz: 66b6faf5f7bb3a987eba4fd6a41b761a967940c62456c2058a8a4acbfdb172aa781c6cba97ed16b51ad6fc0f98a005b03572f8afcb337880f3482115e5b3ddaa
7
- data.tar.gz: 1aa57ba8ab3c3b68ccee6df21f0d0fb2f9e357c9da6cbcf3c067a1d7e1cc01085c642ab379a035d8c86d812235ef5ac83615338f8008c1cb348870dfae601e6f
6
+ metadata.gz: dcf07d7e46dc38de62023da560b5435aaad3388334434ab5151a69da18d13dde308c4118ee2b333eac000c2162ae59f856618704640a8339b9e308edadf7c6eb
7
+ data.tar.gz: 4060e774dcdc610d1ba935b86ed741a7ea234af5959cd141961f2522ce457dbe1c0aa4c556b52048a2d41ae346fca86f9709cd43b034ded0cdd2d652926f7053
@@ -4,36 +4,38 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'elasticsearch/xpack/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "elasticsearch-xpack"
7
+ spec.name = 'elasticsearch-xpack'
8
8
  spec.version = Elasticsearch::XPack::VERSION
9
- spec.authors = ["Karel Minarik"]
10
- spec.email = ["karel@elastic.co"]
11
-
12
- spec.summary = "Ruby integrations for the X-Pack extensions for Elasticsearch"
13
- spec.description = "Ruby integrations for the X-Pack extensions for Elasticsearch"
14
- spec.homepage = "https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-xpack"
15
- spec.license = "Apache-2.0"
16
-
9
+ spec.authors = ['Karel Minarik']
10
+ spec.email = ['karel@elastic.co']
11
+ spec.summary = 'Ruby integrations for the X-Pack extensions for Elasticsearch'
12
+ spec.description = 'Ruby integrations for the X-Pack extensions for Elasticsearch'
13
+ spec.homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html'
14
+ spec.license = 'Apache-2.0'
15
+ spec.metadata = {
16
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html',
17
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md',
18
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/6.x/elasticsearch-xpack',
19
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
20
+ }
17
21
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
22
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler"
22
- spec.add_development_dependency "rake", "~> 11.1"
23
- spec.add_development_dependency "ruby-prof" unless defined?(JRUBY_VERSION) || defined?(Rubinius)
24
-
25
- spec.add_dependency "elasticsearch-api", '~> 6'
23
+ spec.require_paths = ['lib']
26
24
 
27
- spec.add_development_dependency "elasticsearch", '~> 6'
28
- spec.add_development_dependency "elasticsearch-transport", '~> 6'
29
- spec.add_development_dependency "elasticsearch-extensions"
25
+ spec.add_dependency 'elasticsearch-api', '~> 6'
30
26
 
31
- spec.add_development_dependency "activesupport"
32
- spec.add_development_dependency "ansi"
33
- spec.add_development_dependency "minitest"
34
- spec.add_development_dependency "minitest-reporters"
35
- spec.add_development_dependency "shoulda-context"
36
- spec.add_development_dependency "mocha"
37
- spec.add_development_dependency "yard"
38
- spec.add_development_dependency "pry"
27
+ spec.add_development_dependency 'activesupport'
28
+ spec.add_development_dependency 'ansi'
29
+ spec.add_development_dependency 'bundler'
30
+ spec.add_development_dependency 'elasticsearch', '~> 6'
31
+ spec.add_development_dependency 'elasticsearch-extensions'
32
+ spec.add_development_dependency 'elasticsearch-transport', '~> 6'
33
+ spec.add_development_dependency 'minitest'
34
+ spec.add_development_dependency 'minitest-reporters'
35
+ spec.add_development_dependency 'mocha'
36
+ spec.add_development_dependency 'pry'
37
+ spec.add_development_dependency 'rake', '~> 13'
38
+ spec.add_development_dependency 'ruby-prof' unless defined?(JRUBY_VERSION) || defined?(Rubinius)
39
+ spec.add_development_dependency 'shoulda-context'
40
+ spec.add_development_dependency 'yard'
39
41
  end
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  # An example of a complex configuration for Elasticsearch Watcher alerting and notification system.
2
6
  #
3
7
  # Execute this file from the root of the repository:
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  require "elasticsearch/api"
2
6
  require "elasticsearch/xpack/version"
3
7
 
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API
@@ -1,3 +1,7 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
1
5
  module Elasticsearch
2
6
  module XPack
3
7
  module API