sherzberg / graylog-plugin-s3

Apache License 2.0
16 stars 11 forks source link

Fix NullPointerException caused by s3:TestEvent #25

Open erolugur opened 3 years ago

erolugur commented 3 years ago

S3 sends TestEvents and there is no record in this event so it causes NullPointerException and pause on input. Handling TestEvents fixed the issue. Tested with Graylog 4.0.11. Importing AWS ALB logs, from S3 over SNS over SQS is working now.