logstash-output-lumberjack 3.1.5 → 3.1.7

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
- SHA1:
3
- metadata.gz: 9298ce95244a3d0b6a8b589f94c71857f0b0dcd6
4
- data.tar.gz: e48d59518ffefcc4b3434d5f1b628bc5cd1ec7b8
2
+ SHA256:
3
+ metadata.gz: cd5b59ad0f0036e5ede32b2a27102311803cb994ce06b752d736f04489c6ab44
4
+ data.tar.gz: 3a270cca5ea4dd8cbf7ac5beec0ec034040dfab66797af92e54448afbd840ac4
5
5
  SHA512:
6
- metadata.gz: 7faab5350afde9d2e867fa50bb944f6674c0b61c4c51c10be9f41a08949a69d5639e7574ce5d5ba52b5d10f1d5a2a72a6009f1edc0d7e5fed6d58baf20e42c8b
7
- data.tar.gz: 9dd0d0672ac701e36e5ad328afcfca0e093527285d069141098e0b87bd6457d6fa68e64b00877d772053dbec5ae4d8b88c3c650a32bbc15b8aec61e840b18610
6
+ metadata.gz: a8e2cff4370e4c3361b47fd5f8d99d884751c6b77da806cae727570f18db3e825d5ef87f18c249fae36c31b00faecd2041025f6a727bb3e27147ed6721f56ab2
7
+ data.tar.gz: cd0b3206008bfc393f359a489c18349d54af3ec4d249199323e0728b369837f12b1786f5092b495133d6adf02d364423a2bfef642e59fb6e4022c4ab3a0e3d39
@@ -1,3 +1,9 @@
1
+ ## 3.1.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.1.6
5
+ - Update gemspec summary
6
+
1
7
  ## 3.1.5
2
8
  - Fix some documentation issues
3
9
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: lumberjack
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -20,7 +21,8 @@ include::{include_path}/plugin_header.asciidoc[]
20
21
 
21
22
  ==== Description
22
23
 
23
- Sends events using the `lumberjack` protocol.
24
+ This output sends events using the lumberjack protocol.
25
+
24
26
 
25
27
  [id="plugins-{type}s-{plugin}-options"]
26
28
  ==== Lumberjack Output Configuration Options
@@ -98,4 +100,6 @@ ssl certificate to use
98
100
 
99
101
 
100
102
  [id="plugins-{type}s-{plugin}-common-options"]
101
- include::{include_path}/{type}.asciidoc[]
103
+ include::{include_path}/{type}.asciidoc[]
104
+
105
+ :default_codec!:
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-lumberjack'
4
- s.version = '3.1.5'
4
+ s.version = '3.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Send events using the lumberjack protocol"
6
+ s.summary = "Sends 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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
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.5
4
+ version: 3.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-21 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: info@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -138,9 +140,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
140
  version: '0'
139
141
  requirements: []
140
142
  rubyforge_project:
141
- rubygems_version: 2.4.8
143
+ rubygems_version: 2.6.11
142
144
  signing_key:
143
145
  specification_version: 4
144
- summary: Send events using the lumberjack protocol
146
+ summary: Sends events using the `lumberjack` protocol
145
147
  test_files:
146
148
  - spec/outputs/lumberjack_spec.rb