logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

Decorate flushed events from multiline codecs #218

Closed jgough closed 2 years ago

jgough commented 3 years ago

When stateful codecs (such as multi-line) are flushed to the queue, they are not decorated appropriately with the type and s3 metadata. This means that the last line in a file will be missing the type field.

See issue #153

This change ensures that any flushed events are properly decorated.

jgough commented 3 years ago

Looks like this is failing for the same reason that master is failing and is unrelated to my change?

roaksoax commented 3 years ago

Jenkins test this again please

kaisecheng commented 2 years ago

The issue is fixed in 3.8.3