logstash-input-tcp 6.2.5-java → 6.2.6-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: d9bd4d32a2eaa99c5436094b1e6f68b2c6549eabb2cc9a24c26451419faed234
4
- data.tar.gz: e4b0ff561bd31fada5813ca29130aa020253c03ebfe47137554d18a154c7725d
3
+ metadata.gz: d9cc8e2490bcfcd2d0c7a8ead07366d102942e6f6bce42783ea0442fae060c86
4
+ data.tar.gz: 252b0fd168d0a94288e5513482e5cc5291e04c04a560004ee04d907df754efdf
5
5
  SHA512:
6
- metadata.gz: 6a131471cf02efdd3744fd39b44f9002cf4c242a14804d5e6f4c7572102ef5d2ebc34f82b70da4933935f9eaaf3e330bb44d19e71e5ba69c2110362bfe8fb370
7
- data.tar.gz: 572f8315ff750c035f3c04e318760fe1549c97c96a24bd5b443b8a790a44de92a4bfa4e9a2470b4e54146df3cadb6dee88fe28f4fd1073ddc86ed2be48c71d78
6
+ metadata.gz: 626b9d618cf560085ea0ac9db565cdb5feea6b85c0c8a38fd4ed94be2e8380593bbe54342d236cb56e3906c4fc059cc2f75af47b9273ddd37eec0dd341edda76
7
+ data.tar.gz: 4d167be77e672ff4fbf92d351fe6dab1508197abdae5e647f00cd1f062f7980c92c45450d14d58fbcd04c6a95907e592e366fe61bc2f89ed754bcbe425a0ab2c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 6.2.6
2
+ - [DOC] Fix incorrect pipeline code snippet [#194](https://github.com/logstash-plugins/logstash-input-tcp/pull/194)
3
+ - Update log4j dependency to 2.17.1 [#196](https://github.com/logstash-plugins/logstash-input-tcp/pull/196)
4
+
1
5
  ## 6.2.5
2
6
  - Update log4j dependency to 2.17.0
3
7
 
data/docs/index.asciidoc CHANGED
@@ -105,9 +105,9 @@ If an event is missing this metadata, it can be copied into place from the sourc
105
105
  [source,txt]
106
106
  -----
107
107
  filter {
108
- if [@metadata][input][tcp][source] and not [host] {
108
+ if [@metadata][input][tcp][source] and ![host] {
109
109
  mutate {
110
- copy {
110
+ copy => {
111
111
  "[@metadata][input][tcp][source][name]" => "[host][name]"
112
112
  "[@metadata][input][tcp][source][ip]" => "[host][ip]"
113
113
  }
data/version CHANGED
@@ -1 +1 @@
1
- 6.2.5
1
+ 6.2.6
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.2.5
4
+ version: 6.2.6
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-18 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -231,7 +231,7 @@ files:
231
231
  - spec/fixtures/small.key
232
232
  - spec/inputs/tcp_spec.rb
233
233
  - spec/spec_helper.rb
234
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.2.5/logstash-input-tcp-6.2.5.jar
234
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.2.6/logstash-input-tcp-6.2.6.jar
235
235
  - version
236
236
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
237
237
  licenses: