logstash-input-beats 5.1.4-java → 5.1.5-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +2 -2
- data/lib/logstash-input-beats_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/{5.1.4/logstash-input-beats-5.1.4.jar → 5.1.5/logstash-input-beats-5.1.5.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: f9bbb72d68aa6f874d4034ed7144d04342bf68188abbe2d6378704c3aca02c4a
|
4
|
+
data.tar.gz: ba2a71fe20806805a81751f64a815bdf4418a5ae71c54cc7137474e589de0a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58db619720f90012951a4c4f37e4ab21a0ad250561859a72c23b5a50d72b38e63b8367fc24b64f5fe69366047d6d6042e66dde2cc31005824d89f41f29612c68
|
7
|
+
data.tar.gz: 20bbb106d7293e4125d5c612c5ba2d67e41358ac739ee431d8d6f5b830b3f719a6641f4656db241a51b1a89c003b2627e6415b7b86e0743ca1a0ae8d7315100a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## 5.1.5
|
2
|
+
- Docs: Fixed section ID that was causing doc build errors in the versioned
|
3
|
+
plugin docs.
|
4
|
+
|
1
5
|
## 5.1.4
|
2
6
|
- 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)
|
3
7
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.1.
|
1
|
+
5.1.5
|
data/docs/index.asciidoc
CHANGED
@@ -44,7 +44,7 @@ output {
|
|
44
44
|
}
|
45
45
|
}
|
46
46
|
------------------------------------------------------------------------------
|
47
|
-
<1> Specifies the index to write events to. See <<versioned-indexes>> for
|
47
|
+
<1> Specifies the index to write events to. See <<plugins-{type}s-{plugin}-versioned-indexes>> for
|
48
48
|
more about this setting.
|
49
49
|
<2> Starting with Logstash 6.0, the `document_type` option is
|
50
50
|
deprecated due to the
|
@@ -59,7 +59,7 @@ before sending the event data to Logstash. You cannot use the
|
|
59
59
|
{logstash-ref}/plugins-codecs-multiline.html[Multiline codec plugin] to handle multiline events. Doing so will
|
60
60
|
result in the failure to start Logstash.
|
61
61
|
|
62
|
-
[
|
62
|
+
[id="plugins-{type}s-{plugin}-versioned-indexes"]
|
63
63
|
==== Versioned Beats Indices
|
64
64
|
|
65
65
|
To minimize the impact of future schema changes on your existing indices and
|
@@ -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.5')
|
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.5
|
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-25 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.5/logstash-input-beats-5.1.5.jar
|
270
270
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
271
271
|
licenses:
|
272
272
|
- Apache License (2.0)
|