logstash-filter-elastic_integration 8.19.0-java → 9.0.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88ea05f9127e7e7a101ecb899e7b43f37cae1dcda788d4a5131ae9617ea24f76
4
- data.tar.gz: d1960e3776ed1018a98a7b91ca7f83ce0c4d78245ef4eb29c7a8edc03e90ecbf
3
+ metadata.gz: 7a410c388feac29b1b32217b0529a54793db799274ffe779cc0ca2493ea28ceb
4
+ data.tar.gz: 1aeac56b92ef8571318c48c87df03325147ad06ab313cd4b5c963ebeb21b27a0
5
5
  SHA512:
6
- metadata.gz: d1b186fdd5ebed594fd91a40ecd4c0626b62cd7363123f8ab84f9efac0b14afcec3c5e1f883e2dc2a72aa40c216a42f2ee9ad02363d743f52c601830813555ed
7
- data.tar.gz: c6aa04f5f36380cac62b90fe5bbb58debd46f4b73681e22258315944e57285277f465d4658e551829a3277ff54f89bdc964e88c3b29c7a5a82ee4ba978a1aef4
6
+ metadata.gz: 767613908edac98573e41a55e9ec6fd0dd4354c411517dd0ef79f1322686dbc0c9903f6ca3121a30f86cba3ffe9115fec98d1da37ab4138d3d105555bbc6df61
7
+ data.tar.gz: 67212ed36a78095784c9df2b30a1a88991f708021db4d5e4b96a359710d4d0cba20fc871c3ce09559ed622cef4782475bfc5fd0887bcae8faca001f168cdca80
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.19.0
1
+ 9.0.0
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.19.0')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '9.0.0')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.19.0'
10
+ LogStash::Filters::ElasticIntegration::VERSION='9.0.0'
@@ -40,9 +40,6 @@ class LogStash::Filters::ElasticIntegration < LogStash::Filters::Base
40
40
  # Any special characters present in the URLs here MUST be URL escaped! This means `#` should be put in as `%23` for instance.
41
41
  config :hosts, :validate => :uri, :list => true
42
42
 
43
- # An HTTP forward proxy to use for connecting to the Elasticsearch cluster.
44
- config :proxy, :validate => :uri
45
-
46
43
  # Cloud ID, from the Elastic Cloud web console. If set `hosts` should not be used.
47
44
  #
48
45
  # For more details, check out the https://www.elastic.co/guide/en/logstash/current/connecting-to-cloud.html#_cloud_id[cloud documentation]
@@ -108,7 +105,7 @@ class LogStash::Filters::ElasticIntegration < LogStash::Filters::Base
108
105
  # is not encumbered by those dependencies.
109
106
  def initialize(*a, &b)
110
107
  ensure_complete_logstash!
111
- ensure_java_major_version!(17)
108
+ ensure_java_major_version!(21)
112
109
 
113
110
  require_relative "elastic_integration/jar_dependencies"
114
111
  require_relative "elastic_integration/event_api_bridge"
@@ -315,7 +312,6 @@ class LogStash::Filters::ElasticIntegration < LogStash::Filters::Base
315
312
 
316
313
  builder.setHosts @hosts&.map(&:to_s)
317
314
  builder.setCloudId @cloud_id
318
- builder.setProxy @proxy&.to_s
319
315
 
320
316
  builder.setSslEnabled @ssl_enabled
321
317
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-elastic_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.19.0
4
+ version: 9.0.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-10 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ files:
75
75
  - lib/logstash/filters/elastic_integration/jar_dependencies.rb
76
76
  - lib/logstash/filters/elastic_integration/version.rb
77
77
  - logstash-filter-elastic_integration.gemspec
78
- - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.19.0/logstash-filter-elastic_integration-8.19.0.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/9.0.0/logstash-filter-elastic_integration-9.0.0.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2