logstash-output-lumberjack 3.1.5 → 3.1.7
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 +5 -5
- data/CHANGELOG.md +6 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +6 -2
- data/logstash-output-lumberjack.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cd5b59ad0f0036e5ede32b2a27102311803cb994ce06b752d736f04489c6ab44
|
|
4
|
+
data.tar.gz: 3a270cca5ea4dd8cbf7ac5beec0ec034040dfab66797af92e54448afbd840ac4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e2cff4370e4c3361b47fd5f8d99d884751c6b77da806cae727570f18db3e825d5ef87f18c249fae36c31b00faecd2041025f6a727bb3e27147ed6721f56ab2
|
|
7
|
+
data.tar.gz: cd0b3206008bfc393f359a489c18349d54af3ec4d249199323e0728b369837f12b1786f5092b495133d6adf02d364423a2bfef642e59fb6e4022c4ab3a0e3d39
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
4
|
+
s.version = '3.1.7'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
|
-
s.summary = "
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
143
|
+
rubygems_version: 2.6.11
|
|
142
144
|
signing_key:
|
|
143
145
|
specification_version: 4
|
|
144
|
-
summary:
|
|
146
|
+
summary: Sends events using the `lumberjack` protocol
|
|
145
147
|
test_files:
|
|
146
148
|
- spec/outputs/lumberjack_spec.rb
|