After I integrated Cloudflare’s audit logs with filebeat, I started seeing the following error:
ERROR [s3] s3/input.go:395 createEventsFromS3Info failed processing file from s3 bucket "XXXXXXXXXXX" with name "XXXXXXXXXXXXXXXXXXX_9149b6a6.json": S3 GetObjectRequest failed for 'XXXXXXXXXXXXXXXXXXX_9149b6a6.json_9149b6a6.json' from S3 bucket 'XXXXXXXXXXX': OK: OK
status code: 200, request id: 6K1R7HBYAZCT5M4Y, host id: hrCJ7lGJpoDD6hg9vJ22Vcacy8JvZOr2fERy9lJ4JzUCs0ezR70DTzgWJnzfQWif/5SlsS0uNco=
Seems like the (from the error log) status code received is 200 with OK. I am wondering why that is populated in err
|
resp, err := req.Send(ctx) |
After I integrated Cloudflare’s audit logs with
filebeat, I started seeing the following error:Seems like the (from the error log) status code received is
200withOK. I am wondering why that is populated inerrbeats/x-pack/filebeat/input/s3/input.go
Line 417 in 5a6f830