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 +4 -4
- data/CHANGELOG.md +4 -1
- data/VERSION +1 -1
- data/docs/index.asciidoc +1 -1
- data/lib/logstash-input-beats_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/{5.1.5/logstash-input-beats-5.1.5.jar → 5.1.6/logstash-input-beats-5.1.6.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cd6116bdeb5d1b890904ee1ef3a89940ef1b0741397cb79a9638484ab22b79b
|
|
4
|
+
data.tar.gz: bfde784a21b4e403803a504e0178ae8dcc357b44ed2b7d01d399be11e246fa95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3013e0448f9dbfbaf9bb763d59e0155e10edf42da073efb5209878eecef2632e5a1166726d482d31f9de8188447bb5c3a0159b0548e79ad0cb2a5c1790bda57a
|
|
7
|
+
data.tar.gz: 508ab6beb3cb7e236334596e5699c8026ae6e92c71db6530ad81431a79a98a5f3dcc70c92f0b1d14de889d0c2cf6a6d1e89a5dd4955ecaf48eda2d8dff89509c
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
1
|
+
5.1.6
|
data/docs/index.asciidoc
CHANGED
|
@@ -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,
|
|
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.
|
|
12
|
+
require_jar('org.logstash.beats', 'logstash-input-beats', '5.1.6')
|
|
Binary file
|
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.
|
|
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-
|
|
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.
|
|
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)
|