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 +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 +1 -5
- data/vendor/jar-dependencies/co/elastic/logstash-filter-elastic_integration/{8.19.0/logstash-filter-elastic_integration-8.19.0.jar → 9.0.0/logstash-filter-elastic_integration-9.0.0.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: 7a410c388feac29b1b32217b0529a54793db799274ffe779cc0ca2493ea28ceb
|
4
|
+
data.tar.gz: 1aeac56b92ef8571318c48c87df03325147ad06ab313cd4b5c963ebeb21b27a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 767613908edac98573e41a55e9ec6fd0dd4354c411517dd0ef79f1322686dbc0c9903f6ca3121a30f86cba3ffe9115fec98d1da37ab4138d3d105555bbc6df61
|
7
|
+
data.tar.gz: 67212ed36a78095784c9df2b30a1a88991f708021db4d5e4b96a359710d4d0cba20fc871c3ce09559ed622cef4782475bfc5fd0887bcae8faca001f168cdca80
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
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!(
|
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:
|
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-
|
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/
|
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
|