Skip to content

Commit

Permalink
Add link to conceptual docs about the DLQ
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
dedemorton authored and ph committed Sep 20, 2017
1 parent b7083d4 commit 0ca9943
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.1
- Docs: Add link to conceptual docs about the dead letter queue

## 1.1.0
- Added support for 'add-field' and 'tags'

Expand Down
3 changes: 3 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ input {
-----------------------------------------


+For more information about processing events in the dead letter queue, see
+{logstash-ref}/dead-letter-queues.html[Dead Letter Queues].

[id="plugins-{type}s-{plugin}-options"]
==== Dead_letter_queue Input Configuration Options

Expand Down
2 changes: 1 addition & 1 deletion logstash-input-dead_letter_queue.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-dead_letter_queue'
s.version = '1.1.0'
s.version = '1.1.1'
s.licenses = ['Apache License (2.0)']
s.summary = 'Logstash input to read dead lettered events'
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"
Expand Down

0 comments on commit 0ca9943

Please sign in to comment.