logstash-filter-elastic_integration 8.18.0-java → 8.18.1-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: b09de5c49c285dc7dbc0bbe1f4d9c939255f2d107094cf3c8d4ded6fc7d7693b
4
- data.tar.gz: 7d450e0d8fa51225c62dcf98b7df8cb7e1098508d236b6d626647c2bec5af76b
3
+ metadata.gz: 5ed4b0bb9e303d3423cafabaaa3923f16613c04ae400a6a47d7c41c491c530ac
4
+ data.tar.gz: da8904bb70f501629e872963ad622a2bba45c40b075aed122f6f023d57c3aa42
5
5
  SHA512:
6
- metadata.gz: 607b8175084acec6427ad336532a0350c456b162363a3e1777657c75df996d9fe161272aea19f2be802cf2c4e3d6bf4f97ed338bd5af5a88a198cffaa6cb46ea
7
- data.tar.gz: a4006268b54a8c8fa854ed6d1cd8721d020db504691864d01280a731f73a09e9d2c4db7549e8edf6407057be3db65e99d563790e2848c6c458b51a25ea54d434
6
+ metadata.gz: f04d24fb6ed5f253c680ea1a507692e6ef12631d5a9f5ea2d4a669183fc86999bfeb3b425acd7a95bd8c155cdfc629899d89bf9ba90247b4ef83d203563aaa34
7
+ data.tar.gz: 98a9fe953e50e47387f9a98a77980571248dbc131f38ecb768d298a4c2ed8dea5043b7aa66b7a2433aff5ba5b13ec1d665156b9bd74d08bf0d6add11eae3044a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.18.0
1
+ 8.18.1
@@ -8,4 +8,4 @@
8
8
  ########################################################################
9
9
 
10
10
  require 'jar_dependencies'
11
- require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.18.0')
11
+ require_jar('co/elastic', 'logstash-filter-elastic_integration', '8.18.1')
@@ -7,4 +7,4 @@
7
7
  # with the Elastic License 2.0.
8
8
  ########################################################################
9
9
 
10
- LogStash::Filters::ElasticIntegration::VERSION='8.18.0'
10
+ LogStash::Filters::ElasticIntegration::VERSION='8.18.1'
@@ -40,6 +40,9 @@ 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
+
43
46
  # Cloud ID, from the Elastic Cloud web console. If set `hosts` should not be used.
44
47
  #
45
48
  # For more details, check out the https://www.elastic.co/guide/en/logstash/current/connecting-to-cloud.html#_cloud_id[cloud documentation]
@@ -312,6 +315,7 @@ class LogStash::Filters::ElasticIntegration < LogStash::Filters::Base
312
315
 
313
316
  builder.setHosts @hosts&.map(&:to_s)
314
317
  builder.setCloudId @cloud_id
318
+ builder.setProxy @proxy&.to_s
315
319
 
316
320
  builder.setSslEnabled @ssl_enabled
317
321
 
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.18.0
4
+ version: 8.18.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-17 00:00:00.000000000 Z
11
+ date: 2025-06-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.18.0/logstash-filter-elastic_integration-8.18.0.jar
78
+ - vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/8.18.1/logstash-filter-elastic_integration-8.18.1.jar
79
79
  homepage: https://www.elastic.co/logstash
80
80
  licenses:
81
81
  - ELv2