logstash-input-lumberjack 3.1.5 → 3.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 155fdc79c76c0fd209e94c936cd8ceb3a1883b016445cd692e4b32088209a3ed
4
- data.tar.gz: 0116a9c2be1f2faa302201bff4fb0917fdae7e75aad2b856e3272b6daf04f3b4
3
+ metadata.gz: 278b0c77d9aadddac8c83782d2cf10f55c83714a019c45644114ecafd5e04ff2
4
+ data.tar.gz: 8beee5210beadd94abe6507a86a65eadcfc316b4ee60f0a049e8629b99486c41
5
5
  SHA512:
6
- metadata.gz: db5ce0bc86b16a294effd3131697840b8e493d1ef4eecef1e11ad7a2ab591bc5d44924b57d83bf34d6fd4438804d32411a368aa9b40eaf301a9dce9631ee1047
7
- data.tar.gz: 982943394d69ff8bccc2112aad94ef7b4c10d67b77131c0c488b4c02e16efc1f59057e6827dcc5737572cbb199c7b7d31c336c0deeb6394277cee2cc559f02bf
6
+ metadata.gz: 8a3ba2e3570e63f7fde27315c98c783bc6b1826b6ee5ca3f8341db8205bb1bc5bbdcaf6e3b83536b2f9dd8178755b51433de33058bac45d148b7e87ced61e7aa
7
+ data.tar.gz: ac363fc27b9f40597cde88cac11c9a31244010c0693f62bcfb0ef4f52f86838d3964b09c7bc829e56232b323da49ce7993389cbfc7d41e07f026d9a4d2fcc1bd
@@ -1,3 +1,6 @@
1
+ ## 3.1.6
2
+ - Changed documentation to suggest Beats input as alternative [#85](https://github.com/logstash-plugins/logstash-input-lumberjack/pull/85)
3
+
1
4
  ## 3.1.5
2
5
  - Docs: Set the default_codec doc attribute.
3
6
 
@@ -33,6 +33,8 @@ https://github.com/elastic/logstash-forwarder[logstash-forwarder]
33
33
  tool that has been replaced by
34
34
  https://github.com/elastic/beats/tree/master/filebeat[Filebeat].
35
35
 
36
+ NOTE: Consider using the {logstash-ref}/plugins-inputs-beats.html[Beats input plugin] instead.
37
+ The Beats input implements the Lumberjack protocol v1 and v2.
36
38
 
37
39
  [id="plugins-{type}s-{plugin}-options"]
38
40
  ==== Lumberjack Input Configuration Options
@@ -112,4 +114,4 @@ SSL key passphrase to use.
112
114
  [id="plugins-{type}s-{plugin}-common-options"]
113
115
  include::{include_path}/{type}.asciidoc[]
114
116
 
115
- :default_codec!:
117
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-lumberjack'
4
- s.version = '3.1.5'
4
+ s.version = '3.1.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Receives events using the Lumberjack protocl"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-lumberjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  requirements: []
176
176
  rubyforge_project:
177
- rubygems_version: 2.6.11
177
+ rubygems_version: 2.6.13
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: Receives events using the Lumberjack protocl