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
I'm seeing a problem with logstash-codec-cloudtrail where the processing just hangs without any error or debug logs when the codec encounters a large file.
Tried enabling debug logs for the codec, but nothing is printed:
I'm seeing a problem with logstash-codec-cloudtrail where the processing just hangs without any error or debug logs when the codec encounters a large file.
Tried enabling debug logs for the codec, but nothing is printed:
Sample Data:
Here's the list of files we have in the s3 bucket
At first, the sincedb was stuck at 01:34, and this file was seen in
/tmp/logstash
20180521T0135Z_7zhrUZGpPj8c9rnb.json.gz
, which is about 5MB.There was no processing/logs seen beyond that timestamp for over 6 hours.
So, I stopped logstash and set the sincedb to 01:37, to skip that file.
After doing that, logstash was stuck on this file
20180521T0140Z_ZV0HXfgBNseHi2cG.json.gz
which is about 4MB.This kept on going until I skipped this file from above list
20180521T0150Z_3KaopDSL1sGxg6vf.json.gz
which is about 5MBsSteps to Reproduce:
Please note:
The text was updated successfully, but these errors were encountered: