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
We want to collect data from SQS Queue which is automatically created when we add data subscriber in Amazon Security Lake. In that we are getting s3 path details instead of s3 object. Here is the example.
{"log.level":"warn","@timestamp":"2023-09-20T10:46:40.686+0530","log.logger":"input.aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":94},"message":"Failed processing SQS message.","service.name":"filebeat","id":"id","queue_url":"https://sqs.us-west-2.amazonaws.com/account_id/AmazonSecurityLake-Main-Queue","error":{"message":"failed processing SQS message (message was deleted): non-retryable error: the message is an invalid S3 notification: missing Records field"},"message_id":"1e49a07d-73c2-4d4f-9587-6b11daf245e6","elapsed_time_ns":720439234,"ecs.version":"1.6.0"}
Describe a specific use case for the enhancement or feature:
We want to collect data from SQS Queue which is automatically created when we add data subscriber in Amazon Security Lake. In that we are getting s3 path details instead of s3 object. Here is the example.
While running filebeat we are facing below error.
{"log.level":"warn","@timestamp":"2023-09-20T10:46:40.686+0530","log.logger":"input.aws-s3.sqs","log.origin":{"file.name":"awss3/sqs.go","file.line":94},"message":"Failed processing SQS message.","service.name":"filebeat","id":"id","queue_url":"https://sqs.us-west-2.amazonaws.com/account_id/AmazonSecurityLake-Main-Queue","error":{"message":"failed processing SQS message (message was deleted): non-retryable error: the message is an invalid S3 notification: missing Records field"},"message_id":"1e49a07d-73c2-4d4f-9587-6b11daf245e6","elapsed_time_ns":720439234,"ecs.version":"1.6.0"}
Describe a specific use case for the enhancement or feature:
While creating Amazon Security Lake integration.
Related info: https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-data-access.html#sample-notification
The text was updated successfully, but these errors were encountered: