logstash-input-dead_letter_queue 1.1.1 → 1.1.2
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 47be96433077ac56ce8743e357c10e5f58bb39fb7c1d8b0c36c5616e35dcff73
|
|
4
|
+
data.tar.gz: 96c2c7b5f1365cbb7d6e9e237f0d6e2fc8029021508b4830e5409093d2865def
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8723a648ed9ec9052f3dedf72192f4e285480ce7726a18788994d02abe4b6d3afe51bdaa043473b59fdb852d816527434193d455df062712fb41c52e619c2cab
|
|
7
|
+
data.tar.gz: e259d5fb641a82113f0e3a2f24e09a3a6b62cb91d0c369e69e334533c18bc717dda22b97766d6f6c48168a4d5a4a172783da22d2a4fdbdc5ae944ebb45ca6201
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-dead_letter_queue'
|
|
3
|
-
s.version = '1.1.
|
|
3
|
+
s.version = '1.1.2'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
|
-
s.summary =
|
|
5
|
+
s.summary = "read events from Logstash's dead letter queue"
|
|
6
6
|
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"
|
|
7
7
|
s.authors = ['Elastic']
|
|
8
8
|
s.email = 'info@elastic.co'
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-dead_letter_queue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,9 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
61
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
62
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
63
|
+
gem is not a stand-alone program
|
|
62
64
|
email: info@elastic.co
|
|
63
65
|
executables: []
|
|
64
66
|
extensions: []
|
|
@@ -101,9 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
103
|
version: '0'
|
|
102
104
|
requirements: []
|
|
103
105
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.6.11
|
|
105
107
|
signing_key:
|
|
106
108
|
specification_version: 4
|
|
107
|
-
summary:
|
|
109
|
+
summary: read events from Logstash's dead letter queue
|
|
108
110
|
test_files:
|
|
109
111
|
- spec/unit/inputs/dead_letter_queue_spec.rb
|