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
CloudTrail creates CouldTrail-Digest files in the same bucket.
That files don't have 'Records' key
and we get Error: undefined methodeach' for nil:NilClass"`.
It can be solved by tuning s3 input settings,
but can we add the option to skip malformed files?
Thanks,
The text was updated successfully, but these errors were encountered:
👍 Haven't experienced this issue until this week when we enabled CloudTrail logging for new region.
Other regions never created this CloudTrail-Digest folder, not sure how to "disable" it which would fix this. @abriel not sure if you used the exclude_pattern for input?
Hi,
CloudTrail creates
CouldTrail-Digest
files in the same bucket.That files don't have 'Records' key
and we get
Error: undefined method
each' for nil:NilClass"`.It can be solved by tuning s3 input settings,
but can we add the option to skip malformed files?
Thanks,
The text was updated successfully, but these errors were encountered: