logstash-input-beats 4.0.3-java → 4.0.4-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: d406faf577912c1b8e53353eb01a297b91ca4de5
4
- data.tar.gz: ac879f92b4b6e6699ed9c56fd40db3248b6810ba
3
+ metadata.gz: 9f448d5d04e47e5e77376c9aa349debdccfd6c63
4
+ data.tar.gz: dd04359ad8bb77fe5868fe774606ebf22fa7d71e
5
5
  SHA512:
6
- metadata.gz: 8cb70e0661a794b5be172bf87c7b5d186b0107d3e37cee6590592610ce00c06b2d05c494febbf9afb48b6a77a599199919f9c5f89063ad9dc766bc1419c4cd96
7
- data.tar.gz: ba72af919b0d49bb3fb392e22a8d2475a0a11c92c2d321881c9f07cce7ffa5e4f25bc9ce74567d7d51c7e96dae196bd71d2430beb1219bb0ba309f029db05fcc
6
+ metadata.gz: b212692b5296d8701b784972d8af6083aec20f43336b52d72ec40b729579caf8c220acb2657266cca83b98147ca0c69cb3dcd75c5a87e54874aa2946ae313807
7
+ data.tar.gz: 312faacb7bad4ec3cb25761b5225766529def01cedd130c6a038c2545714b13920f7cd2a5a10a0c7f3fb65f5d534e63e6a9b678628d5acef19f375b253af65c4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.3
1
+ 4.0.4
@@ -7,7 +7,7 @@ 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
  ///////////////////////////////////////////
@@ -59,7 +59,7 @@ result in the failure to start Logstash.
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
- include::{include_path}/{type}.asciidoc[]
240
+ [id="plugins-{type}s-{plugin}-common-options"]
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', '4.0.3')
12
+ require_jar('org.logstash.beats', 'logstash-input-beats', '4.0.4')
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: 4.0.3
4
+ version: 4.0.4
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,7 @@ 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/4.0.3/logstash-input-beats-4.0.3.jar
267
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/4.0.4/logstash-input-beats-4.0.4.jar
268
268
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
269
269
  licenses:
270
270
  - Apache License (2.0)