logstash-input-http 4.1.9-java → 4.1.10-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.134.Final/netty-buffer-4.1.134.Final.jar → 4.1.135.Final/netty-buffer-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.134.Final/netty-codec-4.1.134.Final.jar → 4.1.135.Final/netty-codec-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.134.Final/netty-codec-http-4.1.134.Final.jar → 4.1.135.Final/netty-codec-http-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.134.Final/netty-common-4.1.134.Final.jar → 4.1.135.Final/netty-common-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.134.Final/netty-handler-4.1.134.Final.jar → 4.1.135.Final/netty-handler-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/{4.1.134.Final/netty-resolver-4.1.134.Final.jar → 4.1.135.Final/netty-resolver-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.134.Final/netty-transport-4.1.134.Final.jar → 4.1.135.Final/netty-transport-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.134.Final/netty-transport-native-unix-common-4.1.134.Final.jar → 4.1.135.Final/netty-transport-native-unix-common-4.1.135.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{4.1.9/logstash-input-http-4.1.9.jar → 4.1.10/logstash-input-http-4.1.10.jar} +0 -0
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b4ae78b3f16d4cfccb0308ba8b13cc8350cccbe7e5e64aeda8f23d02a5f4381
|
|
4
|
+
data.tar.gz: 103a82e45e79fde21327de54a9e3e64c8523729f613b44164d1535d307498fac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de9e960de4e69bd581039a1138fd0edf3ef90c85cf7e6037deb4d38c621b53c30f5f6b56b0dc6e425d7da7a8222e2351320be5f9b3a0fd54cc908f72eb377eea
|
|
7
|
+
data.tar.gz: 67e14f699647deaf624d47f6ba409c9cc3abf621f935b84855d0e199b2c7600570df61c3076551d8055ff005df1da26c7591a6cf7c9f57c789e9e27663e52991
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.1.
|
|
1
|
+
4.1.10
|
|
@@ -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.1.
|
|
4
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.135.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-handler', '4.1.135.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec', '4.1.135.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.135.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.135.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-buffer', '4.1.135.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-resolver', '4.1.135.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.135.Final')
|
|
12
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.10')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.10
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-06-15 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -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.1.
|
|
171
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.135.Final/netty-buffer-4.1.135.Final.jar
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.135.Final/netty-codec-http-4.1.135.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.135.Final/netty-codec-4.1.135.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.135.Final/netty-common-4.1.135.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.135.Final/netty-handler-4.1.135.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.135.Final/netty-resolver-4.1.135.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.135.Final/netty-transport-native-unix-common-4.1.135.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.135.Final/netty-transport-4.1.135.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.10/logstash-input-http-4.1.10.jar
|
|
180
180
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
181
181
|
licenses:
|
|
182
182
|
- Apache License (2.0)
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
199
|
version: '0'
|
|
200
200
|
requirements: []
|
|
201
|
-
rubygems_version: 3.
|
|
201
|
+
rubygems_version: 3.6.3
|
|
202
202
|
specification_version: 4
|
|
203
203
|
summary: Receives events over HTTP or HTTPS
|
|
204
204
|
test_files:
|