logstash-input-http 3.4.3-java → 3.4.4-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +2 -2
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/{2.15.0/log4j-api-2.15.0.jar → 2.17.0/log4j-api-2.17.0.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{3.4.3/logstash-input-http-3.4.3.jar → 3.4.4/logstash-input-http-3.4.4.jar} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfa4bb0d0ebbbd5d4f05b2d63da768d07a7f7f7636e2a6ed8e7b87255c282aba
|
4
|
+
data.tar.gz: 06ec3d067bd56c0de7c3e84e7b8b307438796b6e8c9974f70b6441d8e7746f78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee836aee486ab62bbc2b324eff4d5a45130fdf2981b5abe8be6a7d55f14ca5cb04fcbab557eeaf5d7e671536cab3e761acdc9fb5aa2a9c1def8432c1f2f15762
|
7
|
+
data.tar.gz: '059b53a4e881a27573af406b637b74ac4f6d92df4180dd1bc295edfdd80437897bcbf6db9508e66239c5a9ae6fb89cd8aa6f69d83bd20ca83d66a440376e1ba5'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.4.
|
1
|
+
3.4.4
|
@@ -2,5 +2,5 @@
|
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
4
|
require_jar('io.netty', 'netty-all', '4.1.65.Final')
|
5
|
-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.
|
6
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.
|
5
|
+
require_jar('org.apache.logging.log4j', 'log4j-api', '2.17.0')
|
6
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.4')
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.4
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -159,8 +159,8 @@ files:
|
|
159
159
|
- logstash-input-http.gemspec
|
160
160
|
- spec/inputs/http_spec.rb
|
161
161
|
- vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
|
162
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.
|
163
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.
|
162
|
+
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar
|
163
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.4/logstash-input-http-3.4.4.jar
|
164
164
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
165
165
|
licenses:
|
166
166
|
- Apache License (2.0)
|