ELK-Stack: 7.11.2 and Filebeat: 7.11.2
Up until today, Filebeat-AWS Module was able to read messages(vpc logs) from sqs queue. But, of of no-where, I see filebeat is unable to process the vpc-logs. I’m seeing the below error in the filebeat logs
{"log.level":"error","@timestamp":"2021-06-10T19:16:49.147Z","log.logger":"input.s3","log.origin":{"file.name":"s3/collector.go","file.line":389},"message":"readStringAndTrimDelimiter failed: context deadline exceeded","queue_url":"SQS-Queue_URL","region":"us-east-1","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2021-06-10T19:16:49.148Z","log.logger":"input.s3","log.origin":{"file.name":"s3/collector.go","file.line":304},"message":"createEventsFromS3Info failed processing file from s3 bucket \"BUCKET-NAME\" with name \"AWSLogs/xxxxxx/vpcflowlogs/us-east-1/2021/06/10/xxxxxxx_vpcflowlogs_us-east-1_fl-0f728d964f22ff25f_20210610T1345Z_ea3fd52f.log.gz\": context deadline exceeded","queue_url":"SQS-Queue_URL","region":"us-east-1","ecs.version":"1.6.0"}