logstash-filter-elastic_integration 8.17.3-java → 8.18.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: 9bc617c09419c85f2c5462a28b2bf5423e0be5feaabcaf40ec64a62323a98c3e
4
- data.tar.gz: de56c0656593d997a79a43126732207ac19265f62bb8a2eea49f6dfdafaf05a5
3
+ metadata.gz: b09de5c49c285dc7dbc0bbe1f4d9c939255f2d107094cf3c8d4ded6fc7d7693b
4
+ data.tar.gz: 7d450e0d8fa51225c62dcf98b7df8cb7e1098508d236b6d626647c2bec5af76b
5
5
  SHA512:
6
- metadata.gz: 75a76a8a4c39e477da413f3a8f0bd4cfc1f44287a6de628be675e45e29fa370328eb2a8ab2340b35517c29fd3deffd231bdba8b38ffa2d596434d4e4fc3da31d
7
- data.tar.gz: 60c0741c07d83975f7a9c8d8ca5166b59c5449a96fba41e0e0eb81ca901a222103508ab66a0887dbb65af9846922343f3cc396b61270d6fc2043e8de64aa1961
6
+ metadata.gz: 607b8175084acec6427ad336532a0350c456b162363a3e1777657c75df996d9fe161272aea19f2be802cf2c4e3d6bf4f97ed338bd5af5a88a198cffaa6cb46ea
7
+ data.tar.gz: a4006268b54a8c8fa854ed6d1cd8721d020db504691864d01280a731f73a09e9d2c4db7549e8edf6407057be3db65e99d563790e2848c6c458b51a25ea54d434
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.17.3
1
+ 8.18.0
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.17.3')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.18.0')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.17.3'
10
+ LogStash::Filters::ElasticIntegration::VERSION='8.18.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]
@@ -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.17.3
4
+ version: 8.18.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-16 00:00:00.000000000 Z
11
+ date: 2025-04-17 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.17.3/logstash-filter-elastic_integration-8.17.3.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.18.0/logstash-filter-elastic_integration-8.18.0.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2