logstash-input-tcp 6.0.9-java → 6.0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 877ef458e968d48f3cd99ecd7f6846ac2f371e8c3897a6ed831b86e1f584d245
|
4
|
+
data.tar.gz: fab3cedbc3b4fab8c5915e219e03cfa6da6ba3aa9bb61d3245e0339535067894
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6196c01efc835b13d84528bbc780d6915d40adc7e86b7427d5b0e445fef3f9b3df6049301dbeb6f7321510b908dc16910920b50d602a30e6f049461f9fc8509c
|
7
|
+
data.tar.gz: 41102085f47d341e9db45d8ded793ced779f703102c22929c1382b1047d41269849d8d116e2a73531498b2b9b4430cde135c38a50e29b43aab2e8dc015784231
|
data/CHANGELOG.md
CHANGED
Binary file
|
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
6.0.
|
1
|
+
6.0.10
|
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.0.
|
4
|
+
version: 6.0.10
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -171,7 +171,6 @@ files:
|
|
171
171
|
- NOTICE.TXT
|
172
172
|
- README.md
|
173
173
|
- docs/index.asciidoc
|
174
|
-
- docs/testfile.asciidoc
|
175
174
|
- lib/logstash-input-tcp_jars.rb
|
176
175
|
- lib/logstash/inputs/tcp.rb
|
177
176
|
- lib/logstash/inputs/tcp/compat_ssl_options.rb
|
@@ -179,7 +178,7 @@ files:
|
|
179
178
|
- logstash-input-tcp.gemspec
|
180
179
|
- spec/inputs/tcp_spec.rb
|
181
180
|
- spec/spec_helper.rb
|
182
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.
|
181
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.10/logstash-input-tcp-6.0.10.jar
|
183
182
|
- version
|
184
183
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
185
184
|
licenses:
|
data/docs/testfile.asciidoc
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
:plugin: tcp-test
|
2
|
-
:type: input
|
3
|
-
:default_codec: line
|
4
|
-
|
5
|
-
///////////////////////////////////////////
|
6
|
-
START - GENERATED VARIABLES, DO NOT EDIT!
|
7
|
-
///////////////////////////////////////////
|
8
|
-
:version: %VERSION%
|
9
|
-
:release_date: %RELEASE_DATE%
|
10
|
-
:changelog_url: %CHANGELOG_URL%
|
11
|
-
:include_path: ../../../../logstash/docs/include
|
12
|
-
///////////////////////////////////////////
|
13
|
-
END - GENERATED VARIABLES, DO NOT EDIT!
|
14
|
-
///////////////////////////////////////////
|
15
|
-
|
16
|
-
[id="plugins-{type}s-{plugin}"]
|
17
|
-
|
18
|
-
=== Tcp-test input plugin
|
19
|
-
|
20
|
-
include::{include_path}/plugin_header.asciidoc[]
|
21
|
-
|
22
|
-
==== Description
|
23
|
-
|
24
|
-
This is only a test.
|
25
|
-
|
26
|
-
|
27
|
-
[id="plugins-{type}s-{plugin}-common-options"]
|
28
|
-
include::{include_path}/{type}.asciidoc[]
|
29
|
-
|
30
|
-
:default_codec!:
|