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
Sometimes you want to ignore some key patterns on SQS to avoid reading files from S3. Typical case is CloudTrail, in which you can have Log File Integrity enabled. In this case, these files shouldn't be read by S3logsbeat.
As I'm already working with regular expressions, maybe the best configuration is to add a field on sqs type called ignore_keys with an array of regular expressions.
The text was updated successfully, but these errors were encountered:
Sometimes you want to ignore some key patterns on SQS to avoid reading files from S3. Typical case is CloudTrail, in which you can have
Log File Integrity
enabled. In this case, these files shouldn't be read by S3logsbeat.As I'm already working with regular expressions, maybe the best configuration is to add a field on
sqs
type calledignore_keys
with an array of regular expressions.The text was updated successfully, but these errors were encountered: