Skip to content

Commit fc281c3

Browse files
authored
Doc: Fix link to DLQ docs (#1214)
* Bump to v12.0.5
1 parent 936218d commit fc281c3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 12.0.5
2+
- [DOC] Fix link to Logstash DLQ docs [#1214](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1214)
3+
14
## 12.0.4
25
- [DOC] Update Cloud terminology [#1212](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1212)
36

docs/index.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Example:
190190
}
191191

192192

193-
==== Retry Policy
193+
==== Retry policy
194194

195195
The retry policy has changed significantly in the 8.1.1 release.
196196
This plugin uses the Elasticsearch bulk API to optimize its imports into Elasticsearch. These requests may experience
@@ -223,16 +223,16 @@ Note that 409 exceptions are no longer retried. Please set a higher `retry_on_co
223223
It is more performant for Elasticsearch to retry these exceptions than this plugin.
224224

225225
[id="plugins-{type}s-{plugin}-dlq-policy"]
226-
==== DLQ Policy
226+
==== DLQ policy
227227

228228
Mapping (404) errors from Elasticsearch can lead to data loss. Unfortunately
229229
mapping errors cannot be handled without human intervention and without looking
230230
at the field that caused the mapping mismatch. If the DLQ is enabled, the
231231
original events causing the mapping errors are stored in a file that can be
232232
processed at a later time. Often times, the offending field can be removed and
233233
re-indexed to Elasticsearch. If the DLQ is not enabled, and a mapping error
234-
happens, the problem is logged as a warning, and the event is dropped. See
235-
<<dead-letter-queues>> for more information about processing events in the DLQ.
234+
happens, the problem is logged as a warning, and the event is dropped.
235+
Check out https://www.elastic.co/guide/en/logstash/current/dead-letter-queues.html[Dead letter queues (DLQ)] for more information about processing events in the DLQ.
236236
The list of error codes accepted for DLQ could be customized with <<plugins-{type}s-{plugin}-dlq_custom_codes>>
237237
but should be used only in motivated cases.
238238

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '12.0.4'
3+
s.version = '12.0.5'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
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"

0 commit comments

Comments
 (0)