Re: S3 Bucket Logs to Logstash not working? Advice?
Posted: Thu Jul 19, 2018 7:36 am
You would likely have to add this to flag to the startup:jslawrenc wrote:One update: Running logstash in debug, I observed the error "The shutdown process appears to be stalled due to busy or blocked plugins" which might suggest my S3 plugin is receiving data at a slow pace. This seems to be somewhat common with S3 bucket logs. I'm not sure how to remedy this yet, but thought I'd share in case it's useful for anyone else down the road.
https://www.elastic.co/guide/en/logstas ... tdown.html
It could be added to LS_OPTS in /etc/sysconfig/logstash, like this
LS_OPTS=" -w 4 --allow-unsafe-shutdown"