You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.asciidoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Example:
190
190
}
191
191
192
192
193
-
==== Retry Policy
193
+
==== Retry policy
194
194
195
195
The retry policy has changed significantly in the 8.1.1 release.
196
196
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
223
223
It is more performant for Elasticsearch to retry these exceptions than this plugin.
224
224
225
225
[id="plugins-{type}s-{plugin}-dlq-policy"]
226
-
==== DLQ Policy
226
+
==== DLQ policy
227
227
228
228
Mapping (404) errors from Elasticsearch can lead to data loss. Unfortunately
229
229
mapping errors cannot be handled without human intervention and without looking
230
230
at the field that caused the mapping mismatch. If the DLQ is enabled, the
231
231
original events causing the mapping errors are stored in a file that can be
232
232
processed at a later time. Often times, the offending field can be removed and
233
233
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.
236
236
The list of error codes accepted for DLQ could be customized with <<plugins-{type}s-{plugin}-dlq_custom_codes>>
Copy file name to clipboardExpand all lines: logstash-output-elasticsearch.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-output-elasticsearch'
3
-
s.version='12.0.4'
3
+
s.version='12.0.5'
4
4
s.licenses=['apache-2.0']
5
5
s.summary="Stores logs in Elasticsearch"
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"
0 commit comments