logstash-input-tcp 5.0.3-java → 5.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e583a67a7f5b0fe1ea4b0e800a43102f82431cfd1b57f54213d7306a6d35366e
4
- data.tar.gz: b9818207449346d5f863b0edf5fdc5cd29ab1660bec6c0ba056a7b70a803901a
3
+ metadata.gz: df3e4929e62c379a3b9f904417a7cef6e0178284c292fc4d16630bee3b787703
4
+ data.tar.gz: d3575b78db9c0d8bbdc8fa7f777402831795680d7a76b1aa015f8d372cc94ea8
5
5
  SHA512:
6
- metadata.gz: fc0c0e58436f8d2c1049abb53a8f31cbb1cb3db84587c3a6c93b0f5929f3912dffd54420472b8ded67997ba9a81a72dd5db3cd3c61f970e266e79afd2258fb19
7
- data.tar.gz: 2e0433042a7af1d19c1c87e07686b32b733f13622034c20ae10470d994b3b5dd1a4c4ed81575813e3c5acbb58854a1a12142a4c419744e29e92e5fe4893bea18
6
+ metadata.gz: 2649a80caeecea3f22603115e843d5e23dc44fe18c57c3cea09f82c497613476ffa322ce82c70b3ea122cfe63c805ab4e73985f85fd0ea5026c0eb79a9779c2e
7
+ data.tar.gz: 94d67190988a00efa762d6e76c09e730baa002adb009a93929322225904c06bd379af1372b1e5cae0ef653537da0d93a6c50f50b5487207dc4a9baf544fd92c8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.4
2
+ - Update Netty/tc-native versions to match those in beats input #113
3
+
1
4
  ## 5.0.3
2
5
  - Fix bug where codec was not flushed when client disconnected
3
6
  - Restore INFO logging statement on startup
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/docs/index.asciidoc CHANGED
@@ -27,7 +27,7 @@ Like stdin and file inputs, each event is assumed to be one line of text.
27
27
  Can either accept connections from clients or connect to a server,
28
28
  depending on `mode`.
29
29
 
30
- #### Accepting log4j2 logs
30
+ ===== Accepting log4j2 logs
31
31
 
32
32
  Log4j2 can send JSON over a socket, and we can use that combined with our tcp
33
33
  input to accept the logs.
@@ -184,4 +184,4 @@ For input, sets the field `sslsubject` to that of the client certificate.
184
184
 
185
185
 
186
186
  [id="plugins-{type}s-{plugin}-common-options"]
187
- include::{include_path}/{type}.asciidoc[]
187
+ include::{include_path}/{type}.asciidoc[]
data/version CHANGED
@@ -1 +1 @@
1
- 5.0.3
1
+ 5.0.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: 5.0.3
4
+ version: 5.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-27 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -163,7 +163,7 @@ files:
163
163
  - logstash-input-tcp.gemspec
164
164
  - spec/inputs/tcp_spec.rb
165
165
  - spec/spec_helper.rb
166
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/5.0.3/logstash-input-tcp-5.0.3.jar
166
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/5.0.4/logstash-input-tcp-5.0.4.jar
167
167
  - version
168
168
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
169
169
  licenses: