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
pipeline.unsafe_shutdown | When set to true, forces Logstash to exit during shutdown even if there are still inflight events in memory. By default, Logstash will refuse to quit until all received events have been pushed to the outputs. Enabling this option can lead to data loss during shutdown.
I am not sure if it fits your usecase and it can lead to some data loss, but it can be a workaround for the time being.
After the logstash process receives a TERM signal I start seeing errors:
These continue indefinitely preventing a clean shutdown. This may be related to threading issued with aws-sdk v2: aws/aws-sdk-ruby#1857.
This is with Logstash 6.4.2 and a gem built from master in this repo.
The text was updated successfully, but these errors were encountered: