logstash-input-dead_letter_queue 1.1.0 → 1.1.1
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bf3d0fe790b03f4a7785339f4bdad25345fdd20
|
|
4
|
+
data.tar.gz: 8253c7f08a41c515d3eaa5e0b9f00831bc017904
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e67a48b52c74c95d6f6915c0c719b79144c6470860cb967a46cd46e2504738924c40f31e0be54c5c3e70af8f907102714a22506509be68fed59c7fc5738f691c
|
|
7
|
+
data.tar.gz: b74c5efa3d5f7687e4b3342f232d85365774cc887cf52027317cbfbc385beff447b9018d2d955f957a6adc8afe7a1a1b67bcf066778bd6620d14d6185e01e5cb
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -33,6 +33,9 @@ input {
|
|
|
33
33
|
-----------------------------------------
|
|
34
34
|
|
|
35
35
|
|
|
36
|
+
+For more information about processing events in the dead letter queue, see
|
|
37
|
+
+{logstash-ref}/dead-letter-queues.html[Dead Letter Queues].
|
|
38
|
+
|
|
36
39
|
[id="plugins-{type}s-{plugin}-options"]
|
|
37
40
|
==== Dead_letter_queue Input Configuration Options
|
|
38
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
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.1'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = 'Logstash input to read dead lettered events'
|
|
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"
|
|
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.1
|
|
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-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|