logstash-input-tcp 6.3.2-java → 6.3.4-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 +6 -0
- data/lib/logstash-input-tcp_jars.rb +7 -7
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.87.Final/netty-buffer-4.1.87.Final.jar → 4.1.93.Final/netty-buffer-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.87.Final/netty-codec-4.1.87.Final.jar → 4.1.93.Final/netty-codec-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.87.Final/netty-common-4.1.87.Final.jar → 4.1.93.Final/netty-common-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.87.Final/netty-handler-4.1.87.Final.jar → 4.1.93.Final/netty-handler-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.87.Final/netty-transport-4.1.87.Final.jar → 4.1.93.Final/netty-transport-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar → 4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.4/logstash-input-tcp-6.3.4.jar +0 -0
- data/version +1 -1
- metadata +10 -10
- data/vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.2/logstash-input-tcp-6.3.2.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f97b059c6bc48a23105c209642e5f6ededac0470fa0110b25e9851b25b85a9f4
|
|
4
|
+
data.tar.gz: 63de33eb7f87e46de9b0328acdc815c75f91cc7a36ce995862af1144ab801a72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f67054c4b774f6fd8ee7256a4a1e9800fe4fc0ff65399b630547541174099dfdb8597303945a63d90c7cac637712979c57c747eb115fbfdd66bcb0f330a10c59
|
|
7
|
+
data.tar.gz: 64a4f02759aee0ac47f043943f33210cd5df95d20dc6eecb0ecb0bb047a3d3b8e42fda98b4e08aa6b8c4a4647eb665811a83f2a885e01c68bfbe72bf1bbb2bc2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 6.3.4
|
|
2
|
+
- Fix: reduce error logging (to info level) on connection resets [#214](https://github.com/logstash-plugins/logstash-input-tcp/pull/214)
|
|
3
|
+
|
|
4
|
+
## 6.3.3
|
|
5
|
+
- bump netty to 4.1.93 [#212](https://github.com/logstash-plugins/logstash-input-tcp/pull/212)
|
|
6
|
+
|
|
1
7
|
## 6.3.2
|
|
2
8
|
- Update Netty dependency to 4.1.87 [#209](https://github.com/logstash-plugins/logstash-input-tcp/pull/209)
|
|
3
9
|
|
|
@@ -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-buffer', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-buffer', '4.1.93.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.93.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-common', '4.1.93.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport', '4.1.93.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-handler', '4.1.93.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.93.Final')
|
|
10
10
|
require_jar('commons-io', 'commons-io', '2.8.0')
|
|
11
11
|
|
|
12
|
-
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.
|
|
12
|
+
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.4')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.3.
|
|
1
|
+
6.3.4
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-tcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.3.
|
|
4
|
+
version: 6.3.4
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -232,13 +232,13 @@ files:
|
|
|
232
232
|
- spec/inputs/tcp_spec.rb
|
|
233
233
|
- spec/spec_helper.rb
|
|
234
234
|
- vendor/jar-dependencies/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
|
|
235
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
236
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
237
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
238
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
239
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
240
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
241
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.
|
|
235
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
|
|
236
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
|
|
237
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
|
|
238
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
|
|
239
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
|
|
240
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
|
|
241
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.4/logstash-input-tcp-6.3.4.jar
|
|
242
242
|
- version
|
|
243
243
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
244
244
|
licenses:
|
|
@@ -262,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
263
|
version: '0'
|
|
264
264
|
requirements: []
|
|
265
|
-
rubygems_version: 3.
|
|
265
|
+
rubygems_version: 3.2.33
|
|
266
266
|
signing_key:
|
|
267
267
|
specification_version: 4
|
|
268
268
|
summary: Reads events from a TCP socket
|