logstash-input-dead_letter_queue 1.0.3 → 1.0.4
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 +4 -4
- data/docs/index.asciidoc +6 -5
- data/logstash-input-dead_letter_queue.gemspec +1 -1
- metadata +2 -3
- data/lib/logstash-input-dead_letter_queue.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48742eeab840feaf24af940e71b4e21a3e1961e9
|
|
4
|
+
data.tar.gz: d95eb2b94af3e45336e2d6355ddea02eb1f2451f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b0906bd33be1785a95b32e29a417319863c4f8f39ccabd00363a10c7d696c1da93f3865186e0fcee61772b285a91b4ef9bdb3ec91e8d9593a6767e1784e2f79
|
|
7
|
+
data.tar.gz: b5ba26d8caa841060598aba29148438bbf950f45e7e05e14853a45126a7fa1f8bf7fbe3f56b6548edb60acb125d00a5643e41bc3a2121b5036a6935d6112e0d3
|
data/docs/index.asciidoc
CHANGED
|
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
7
7
|
:version: %VERSION%
|
|
8
8
|
:release_date: %RELEASE_DATE%
|
|
9
9
|
:changelog_url: %CHANGELOG_URL%
|
|
10
|
-
:include_path:
|
|
10
|
+
:include_path: ../../../../logstash/docs/include
|
|
11
11
|
///////////////////////////////////////////
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
|
13
13
|
///////////////////////////////////////////
|
|
14
14
|
|
|
15
15
|
[id="plugins-{type}-{plugin}"]
|
|
16
16
|
|
|
17
|
-
=== Dead_letter_queue
|
|
17
|
+
=== Dead_letter_queue input plugin
|
|
18
18
|
|
|
19
19
|
include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
|
@@ -36,7 +36,7 @@ input {
|
|
|
36
36
|
[id="plugins-{type}s-{plugin}-options"]
|
|
37
37
|
==== Dead_letter_queue Input Configuration Options
|
|
38
38
|
|
|
39
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
|
|
39
|
+
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
|
40
40
|
|
|
41
41
|
[cols="<,<,<",options="header",]
|
|
42
42
|
|=======================================================================
|
|
@@ -48,7 +48,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
48
48
|
| <<plugins-{type}s-{plugin}-start_timestamp>> |<<string,string>>|No
|
|
49
49
|
|=======================================================================
|
|
50
50
|
|
|
51
|
-
Also see <<plugins-{type}s-common-options>> for a list of options supported by all
|
|
51
|
+
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
52
52
|
input plugins.
|
|
53
53
|
|
|
54
54
|
|
|
@@ -105,4 +105,5 @@ For example, `2017-04-04T23:40:37`.
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
|
109
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-dead_letter_queue'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.4'
|
|
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"
|
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.0.
|
|
4
|
+
version: 1.0.4
|
|
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-
|
|
11
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,7 +72,6 @@ files:
|
|
|
72
72
|
- NOTICE.TXT
|
|
73
73
|
- README.md
|
|
74
74
|
- docs/index.asciidoc
|
|
75
|
-
- lib/logstash-input-dead_letter_queue.jar
|
|
76
75
|
- lib/logstash/inputs/dead_letter_queue.rb
|
|
77
76
|
- logstash-input-dead_letter_queue.gemspec
|
|
78
77
|
- spec/unit/inputs/dead_letter_queue_spec.rb
|
|
Binary file
|