logstash-output-lumberjack 3.1.3 → 3.1.5

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: 997f6ef3aa36626eba6a63d804a145a962fc6c76
4
- data.tar.gz: 7b713f2bb480e4782a38a1af5b21720860362394
3
+ metadata.gz: 9298ce95244a3d0b6a8b589f94c71857f0b0dcd6
4
+ data.tar.gz: e48d59518ffefcc4b3434d5f1b628bc5cd1ec7b8
5
5
  SHA512:
6
- metadata.gz: 66ae46e4a8843945f9ab1c6b4698254a984bc20e2330ed1b457ebc4e7770d3be630f362ad076a5e9888313dc197c0c099f9f6cc001161e77bafa6214aaab8155
7
- data.tar.gz: d034283a95724dc608a6800d59b02f5318133e24a7c4802c0b21cf377a5e2f3b7f81246d3a57a4b771c8006be40ba32e0adc8e84c60a32419d05e81db186a993
6
+ metadata.gz: 7faab5350afde9d2e867fa50bb944f6674c0b61c4c51c10be9f41a08949a69d5639e7574ce5d5ba52b5d10f1d5a2a72a6009f1edc0d7e5fed6d58baf20e42c8b
7
+ data.tar.gz: 9dd0d0672ac701e36e5ad328afcfca0e093527285d069141098e0b87bd6457d6fa68e64b00877d772053dbec5ae4d8b88c3c650a32bbc15b8aec61e840b18610
@@ -1,3 +1,12 @@
1
+ ## 3.1.5
2
+ - Fix some documentation issues
3
+
4
+ ## 3.1.4
5
+ - Docs: Add plugin description
6
+
7
+ ## 3.1.3
8
+ - Docs: Bump patch level for doc build
9
+
1
10
  ## 3.1.2
2
11
  - Fix logging
3
12
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Lumberjack output plugin
18
18
 
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
-
23
+ Sends events using the `lumberjack` protocol.
24
24
 
25
25
  [id="plugins-{type}s-{plugin}-options"]
26
26
  ==== Lumberjack Output Configuration Options
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-lumberjack'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Send events using the lumberjack protocol"
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-output-lumberjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement