Hey Guys!
I'm using the aws-cloudtrail parser (https://app.crowdsec.net/hub/author/crowdsecurity/configurations/aws-cloudtrail) to retrieve data from my S3 bucket. I'm leveraging the SQS configuration.
Everything seems to be working fine, but when I check the logs I'm receiving the following error:
time="2024-11-22T21:14:09Z" level=error msg="Error while reading file: failed to read object BUCKET_NAME/PREFIX.json.gz: bufio.Scanner: token too long" method=readManager queue="https://sqs.us-east-1.amazonaws.com/ACCOUNT/SQS_QUEUE_NAME" type=s3
I tryed changing the max_buffer_size in the acquis.yaml configuration, but it didn't work. Here's what I used: max_buffer_size: 1000000000
Does anyone have any ideia of how can I resolve this issue?