logstash-input-beats 3.1.19-java → 3.1.20-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97c1ad83b25e92e16acb2dde75a8d7d0796c7cd8
4
- data.tar.gz: d684f40a578b5ec09f260b5d9e6d55e97bbb1d30
3
+ metadata.gz: 7536213d3f331f8885568038f5e44d7493d965e2
4
+ data.tar.gz: aae3c8a9e644ad6ea18d84561cc3b4f3c20892ba
5
5
  SHA512:
6
- metadata.gz: 1d7f83a1fb266ee9b66cb219a09b5eef81c61a61fd87527e275c07a0e42dbed405183353f632c717822bbc8825f6ba4f248bf41b7bd03660e8b51068b98e9081
7
- data.tar.gz: d26d3a488875ebaada9cbe5710926a0c682331a5c7cbb529e9034d2546a8a8fef0f3e9bb86207897b46ccd03d15899ee7a94fc924db23609d04a80667af20279
6
+ metadata.gz: 7ab635ad603193c070d85c34545b6fd3d6c4787cf01aecbe1c8280f0b72e66402bd9a891daebc35b01426d596454d310ced7a0d2c3d814952ea51d1160b7b190
7
+ data.tar.gz: 3072f7cf256b8e5a157906cc74402aaabde58a20aa3b917e0407319fc443eb7ae3ae8bd9f2305a5c8bdb9e37b8dd44983c478c00391a02ad7217f6656c9e1950
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.19
1
+ 3.1.20
data/docs/index.asciidoc CHANGED
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
7
7
  :version: %VERSION%
8
8
  :release_date: %RELEASE_DATE%
9
9
  :changelog_url: %CHANGELOG_URL%
10
- :include_path: ../../../logstash/docs/include
10
+ :include_path: ../../../../logstash/docs/include
11
11
  ///////////////////////////////////////////
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
15
  [id="plugins-{type}-{plugin}"]
16
16
 
17
- === Beats
17
+ === Beats input plugin
18
18
 
19
19
  include::{include_path}/plugin_header.asciidoc[]
20
20
 
@@ -50,16 +50,16 @@ a setting for the <<plugins-inputs-beats-type,`type`>> config option in
50
50
  Logstash, it is ignored.
51
51
 
52
52
  IMPORTANT: If you are shipping events that span multiple lines, you need to
53
- use the configuration options available in Filebeat to handle multiline events
53
+ use the https://www.elastic.co/guide/en/beats/filebeat/current/multiline-examples.html[configuration options available in Filebeat] to handle multiline events
54
54
  before sending the event data to Logstash. You cannot use the
55
- <<plugins-codecs-multiline>> codec to handle multiline events. Doing so may
56
- result in the mixing of streams and corrupted event data.
55
+ <<plugins-codecs-multiline>> codec to handle multiline events. Doing so will
56
+ result in the failure to start Logstash.
57
57
 
58
58
 
59
59
  [id="plugins-{type}s-{plugin}-options"]
60
60
  ==== Beats Input Configuration Options
61
61
 
62
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
62
+ This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
63
63
 
64
64
  [cols="<,<,<",options="header",]
65
65
  |=======================================================================
@@ -80,7 +80,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
80
80
  | <<plugins-{type}s-{plugin}-tls_min_version>> |<<number,number>>|No
81
81
  |=======================================================================
82
82
 
83
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
83
+ Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
84
84
  input plugins.
85
85
 
86
86
  &nbsp;
@@ -237,4 +237,5 @@ The minimum TLS version allowed for the encrypted connections. The value must be
237
237
 
238
238
 
239
239
 
240
+ [id="plugins-{type}s-{plugin}-common-options"]
240
241
  include::{include_path}/{type}.asciidoc[]
@@ -9,4 +9,4 @@ require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.7.5')
9
9
  require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.7.5')
10
10
  require_jar('com.fasterxml.jackson.module', 'jackson-module-afterburner', '2.7.5')
11
11
  require_jar('log4j', 'log4j', '1.2.17')
12
- require_jar('org.logstash.beats', 'logstash-input-beats', '3.1.19')
12
+ require_jar('org.logstash.beats', 'logstash-input-beats', '3.1.20')
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: 3.1.19
4
+ version: 3.1.20
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-22 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -264,7 +264,8 @@ files:
264
264
  - vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork23/netty-tcnative-boringssl-static-1.1.33.Fork23.jar
265
265
  - vendor/jar-dependencies/log4j/log4j/1.2.17/log4j-1.2.17.jar
266
266
  - vendor/jar-dependencies/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar
267
- - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/3.1.19/logstash-input-beats-3.1.19.jar
267
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/3.1.20/logstash-input-beats-3.1.20.jar
268
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/4.0.4/logstash-input-beats-4.0.4.jar
268
269
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
269
270
  licenses:
270
271
  - Apache License (2.0)