Update DLQ writer writeEntry
to switch from plugin_type/plugin_id to elemenet_type/element_id
#16463
Labels
writeEntry
to switch from plugin_type/plugin_id to elemenet_type/element_id
#16463
The
DeadLetterQueueWriter.writeEntry
methodlogstash/logstash-core/src/main/java/org/logstash/common/io/DeadLetterQueueWriter.java
Line 397 in 3e98cb1
As of today to identify that entity, the plugin type and plugin id was enough, for example (
output
,123456
) but with the introduction of #16423 to enqueue also events that fails a conditional evaluation, becomes more meaningful theelement_type
(such asoutput
,input
,if-statement
) andelement_id
(the id of plugin instance or could be the source reference for conditionals).This means that the
@metadata
in DLQ input are notbut should become like:
The text was updated successfully, but these errors were encountered: