logstash-input-http 4.2.0-java → 4.2.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/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +9 -9
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.136.Final/netty-buffer-4.1.136.Final.jar → 4.1.137.Final/netty-buffer-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.136.Final/netty-codec-4.1.136.Final.jar → 4.1.137.Final/netty-codec-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.136.Final/netty-codec-http-4.1.136.Final.jar → 4.1.137.Final/netty-codec-http-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.136.Final/netty-common-4.1.136.Final.jar → 4.1.137.Final/netty-common-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.136.Final/netty-handler-4.1.136.Final.jar → 4.1.137.Final/netty-handler-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/{4.1.136.Final/netty-resolver-4.1.136.Final.jar → 4.1.137.Final/netty-resolver-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.136.Final/netty-transport-4.1.136.Final.jar → 4.1.137.Final/netty-transport-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.136.Final/netty-transport-native-unix-common-4.1.136.Final.jar → 4.1.137.Final/netty-transport-native-unix-common-4.1.137.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{4.2.0/logstash-input-http-4.2.0.jar → 4.2.1/logstash-input-http-4.2.1.jar} +0 -0
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b86c1f3cfebdb6b7055951a29cc6b987638925dcdc465f5d17b933a0426a5197
|
|
4
|
+
data.tar.gz: 76800151a2cf6d72dbd4ab7ba88b60a63ea19e79eb5d7ca043d9f9f43cb2ae38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e99bf10b3d9dfff7ce91d13afaf141ee98fbf68c0148cde19723c5a29405d47db6e5a7b44c65d465006242a5338e68b994af1669dd64d6aff2261ba08dfeca4a
|
|
7
|
+
data.tar.gz: de3b6be81b480ffc05bf16f4a0416bb9a19bebdcd4d026a71196079e413666085ae25e4c3cbbda03f2acc420b5a682e7a812e0a73e67c51b360c8a554a9d2ac1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 4.2.1
|
|
2
|
+
- Update Netty dependency to 4.1.137.Final [#239](https://github.com/logstash-plugins/logstash-input-http/pull/239)
|
|
3
|
+
|
|
1
4
|
## 4.2.0
|
|
2
5
|
- Implements a functionality to log HTTP traffic, disabled by default. To unable switch on debug logs. [#237](https://github.com/logstash-plugins/logstash-input-http/pull/237)
|
|
3
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.2.
|
|
1
|
+
4.2.1
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-codec-http', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-buffer', '4.1.
|
|
10
|
-
require_jar('io.netty', 'netty-resolver', '4.1.
|
|
11
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
12
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.2.
|
|
4
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.137.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-handler', '4.1.137.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec', '4.1.137.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.137.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.137.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-buffer', '4.1.137.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-resolver', '4.1.137.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.137.Final')
|
|
12
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.2.1')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
@@ -168,15 +168,15 @@ files:
|
|
|
168
168
|
- spec/fixtures/certs/openssl.cnf
|
|
169
169
|
- spec/inputs/helpers.rb
|
|
170
170
|
- spec/inputs/http_spec.rb
|
|
171
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
172
|
-
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.
|
|
173
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
174
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
175
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
176
|
-
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.
|
|
177
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
178
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
179
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.2.
|
|
171
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.137.Final/netty-buffer-4.1.137.Final.jar
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.137.Final/netty-codec-http-4.1.137.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.137.Final/netty-codec-4.1.137.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.137.Final/netty-common-4.1.137.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.137.Final/netty-handler-4.1.137.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.137.Final/netty-resolver-4.1.137.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.137.Final/netty-transport-native-unix-common-4.1.137.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.137.Final/netty-transport-4.1.137.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.2.1/logstash-input-http-4.2.1.jar
|
|
180
180
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
181
181
|
licenses:
|
|
182
182
|
- Apache License (2.0)
|