logstash-input-beats 5.1.5-java → 5.1.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: f9bbb72d68aa6f874d4034ed7144d04342bf68188abbe2d6378704c3aca02c4a
4
- data.tar.gz: ba2a71fe20806805a81751f64a815bdf4418a5ae71c54cc7137474e589de0a44
3
+ metadata.gz: 3cd6116bdeb5d1b890904ee1ef3a89940ef1b0741397cb79a9638484ab22b79b
4
+ data.tar.gz: bfde784a21b4e403803a504e0178ae8dcc357b44ed2b7d01d399be11e246fa95
5
5
  SHA512:
6
- metadata.gz: 58db619720f90012951a4c4f37e4ab21a0ad250561859a72c23b5a50d72b38e63b8367fc24b64f5fe69366047d6d6042e66dde2cc31005824d89f41f29612c68
7
- data.tar.gz: 20bbb106d7293e4125d5c612c5ba2d67e41358ac739ee431d8d6f5b830b3f719a6641f4656db241a51b1a89c003b2627e6415b7b86e0743ca1a0ae8d7315100a
6
+ metadata.gz: 3013e0448f9dbfbaf9bb763d59e0155e10edf42da073efb5209878eecef2632e5a1166726d482d31f9de8188447bb5c3a0159b0548e79ad0cb2a5c1790bda57a
7
+ data.tar.gz: 508ab6beb3cb7e236334596e5699c8026ae6e92c71db6530ad81431a79a98a5f3dcc70c92f0b1d14de889d0c2cf6a6d1e89a5dd4955ecaf48eda2d8dff89509c
@@ -1,6 +1,9 @@
1
+ ## 5.1.6
2
+ - Docs: Fixed broken link by removing extra space. [#347](https://github.com/logstash-plugins/logstash-input-beats/pull/347)
3
+
1
4
  ## 5.1.5
2
5
  - Docs: Fixed section ID that was causing doc build errors in the versioned
3
- plugin docs.
6
+ plugin docs. [#346](https://github.com/logstash-plugins/logstash-input-beats/pull/346)
4
7
 
5
8
  ## 5.1.4
6
9
  - Added `add_hostname` flag to enable/disable the population of the `host` field from the beats.hostname field [#340](https://github.com/logstash-plugins/logstash-input-beats/pull/340)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.1.5
1
+ 5.1.6
@@ -90,7 +90,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
90
90
  [cols="<,<,<",options="header",]
91
91
  |=======================================================================
92
92
  |Setting |Input type|Required
93
- | <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean, boolean>>|No
93
+ | <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
94
94
  | <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
95
95
  | <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
96
96
  | <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
@@ -9,4 +9,4 @@ require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.9.5')
9
9
  require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.9.5')
10
10
  require_jar('com.fasterxml.jackson.module', 'jackson-module-afterburner', '2.9.5')
11
11
  require_jar('org.apache.logging.log4j', 'log4j-api', '2.6.2')
12
- require_jar('org.logstash.beats', 'logstash-input-beats', '5.1.5')
12
+ require_jar('org.logstash.beats', 'logstash-input-beats', '5.1.6')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-beats
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.5
4
+ version: 5.1.6
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-25 00:00:00.000000000 Z
11
+ date: 2018-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -266,7 +266,7 @@ files:
266
266
  - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar
267
267
  - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.6.2/log4j-api-2.6.2.jar
268
268
  - vendor/jar-dependencies/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar
269
- - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/5.1.5/logstash-input-beats-5.1.5.jar
269
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/5.1.6/logstash-input-beats-5.1.6.jar
270
270
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
271
271
  licenses:
272
272
  - Apache License (2.0)