sp-logstash-input-http 3.3.8-java → 3.3.9-java
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea3aabd023d0723c6c06e01d01e18dce16a3482e
|
4
|
+
data.tar.gz: be65ba83816f8fec5b04ca89daa7dd8b1072419a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fe65cc447777038bffdacb78892d3700851dec43591c7c61cbb681c4b444bbc000f0d2d0139a87f90d353da3d088e356636168e692befc3fc6466784f95185b
|
7
|
+
data.tar.gz: f6afc85a96ba271449c9ca20f4a113aa185d4b603874900ec7e6279ea1584a02a333ea8b977bbed51d060e954d829d9409248cd1f50fe9ce3219ad2669c38ba3
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.9
|
@@ -3,4 +3,4 @@
|
|
3
3
|
require 'jar_dependencies'
|
4
4
|
require_jar('io.netty', 'netty-all', '4.1.49.Final')
|
5
5
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
6
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.
|
6
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.9')
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sp-logstash-input-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.9
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
147
147
|
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.7/logstash-input-http-3.3.7.jar
|
148
148
|
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.8/logstash-input-http-3.3.8.jar
|
149
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.9/logstash-input-http-3.3.9.jar
|
149
150
|
- VERSION
|
150
151
|
- docs/index.asciidoc
|
151
152
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|