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 +4 -4
- data/VERSION +1 -1
- data/lib/logstash/filters/elastic_integration/jar_dependencies.rb +1 -1
- data/lib/logstash/filters/elastic_integration/version.rb +1 -1
- data/lib/logstash/filters/elastic_integration.rb +4 -0
- data/vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/{8.18.0/logstash-filter-elastic_integration-8.18.0.jar → 8.18.1/logstash-filter-elastic_integration-8.18.1.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ed4b0bb9e303d3423cafabaaa3923f16613c04ae400a6a47d7c41c491c530ac
|
4
|
+
data.tar.gz: da8904bb70f501629e872963ad622a2bba45c40b075aed122f6f023d57c3aa42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04d24fb6ed5f253c680ea1a507692e6ef12631d5a9f5ea2d4a669183fc86999bfeb3b425acd7a95bd8c155cdfc629899d89bf9ba90247b4ef83d203563aaa34
|
7
|
+
data.tar.gz: 98a9fe953e50e47387f9a98a77980571248dbc131f38ecb768d298a4c2ed8dea5043b7aa66b7a2433aff5ba5b13ec1d665156b9bd74d08bf0d6add11eae3044a
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
8.18.
|
1
|
+
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.
|
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-
|
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.
|
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
|