logstash-input-beats 6.0.12-java → 6.0.13-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 +3 -0
- data/README.md +1 -1
- data/VERSION +1 -1
- data/docs/index.asciidoc +6 -5
- data/lib/logstash-input-beats_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/{6.0.12/logstash-input-beats-6.0.12.jar → 6.0.13/logstash-input-beats-6.0.13.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: ef7779105775e36517acd284df5cbb37c939bd8b0efd65e4a3ffb666800e4c6a
|
|
4
|
+
data.tar.gz: f9d9e7d95f1bcae77c92bff84eb8c80b74abc8065e4ebcec602104aac08ce029
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d0894f99926e28eead2857c4f3290b6bc2e59595b305c7feb5c4fb331d54267030eb3791bbff0c6838103528161a64f02d41f4ce9345dd500e58b3a3723219b
|
|
7
|
+
data.tar.gz: ce4d2455d86c6f1d40d92d9e476ca942bd92ca156fdc764ecf8941716295c0038ec799004da6c7f7e7d626e2aabd5e96d5555a80c0de5386cf885d4cec930240
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 6.0.13
|
|
2
|
+
- [DOC] Update links to use shared attributes
|
|
3
|
+
|
|
1
4
|
## 6.0.12
|
|
2
5
|
- Fix: log error when SSL context building fails [#402](https://github.com/logstash-plugins/logstash-input-beats/pull/402).
|
|
3
6
|
We've also made sure to log messages on configuration errors as LS 7.8/7.9 only prints details when level set to debug.
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Logstash Plugin
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.com/logstash-plugins/logstash-input-beats)
|
|
4
4
|
|
|
5
5
|
This is a plugin for [Logstash](https://github.com/elastic/logstash).
|
|
6
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.0.
|
|
1
|
+
6.0.13
|
data/docs/index.asciidoc
CHANGED
|
@@ -56,11 +56,12 @@ NOTE: If ILM is not being used, set `index` to
|
|
|
56
56
|
Logstash creates an index per day, based on the `@timestamp` value of the events
|
|
57
57
|
coming from Beats.
|
|
58
58
|
|
|
59
|
-
IMPORTANT: If you are shipping events that span multiple lines, you need to
|
|
60
|
-
|
|
61
|
-
before sending the event data to Logstash.
|
|
62
|
-
{logstash-ref}/plugins-codecs-multiline.html[Multiline codec
|
|
63
|
-
result in the failure to start
|
|
59
|
+
IMPORTANT: If you are shipping events that span multiple lines, you need to use
|
|
60
|
+
the {filebeat-ref}/multiline-examples.html[configuration options available in
|
|
61
|
+
Filebeat] to handle multiline events before sending the event data to Logstash.
|
|
62
|
+
You cannot use the {logstash-ref}/plugins-codecs-multiline.html[Multiline codec
|
|
63
|
+
plugin] to handle multiline events. Doing so will result in the failure to start
|
|
64
|
+
Logstash.
|
|
64
65
|
|
|
65
66
|
[id="plugins-{type}s-{plugin}-versioned-indexes"]
|
|
66
67
|
==== Versioned Beats Indices
|
|
@@ -8,4 +8,4 @@ require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.9.10')
|
|
|
8
8
|
require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.9.10.4')
|
|
9
9
|
require_jar('com.fasterxml.jackson.module', 'jackson-module-afterburner', '2.9.10')
|
|
10
10
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
|
11
|
-
require_jar('org.logstash.beats', 'logstash-input-beats', '6.0.
|
|
11
|
+
require_jar('org.logstash.beats', 'logstash-input-beats', '6.0.13')
|
|
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: 6.0.
|
|
4
|
+
version: 6.0.13
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -271,7 +271,7 @@ files:
|
|
|
271
271
|
- vendor/jar-dependencies/io/netty/netty-all/4.1.49.Final/netty-all-4.1.49.Final.jar
|
|
272
272
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
|
273
273
|
- vendor/jar-dependencies/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar
|
|
274
|
-
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.0.
|
|
274
|
+
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.0.13/logstash-input-beats-6.0.13.jar
|
|
275
275
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
276
276
|
licenses:
|
|
277
277
|
- Apache License (2.0)
|