From 36d62f0c14c765ddadc4cac5b249c108731db489 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Wed, 9 Jul 2025 16:39:20 +0200 Subject: [PATCH] s3 datasource: add sns format --- crowdsec-docs/docs/log_processor/data_sources/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/docs/log_processor/data_sources/s3.md b/crowdsec-docs/docs/log_processor/data_sources/s3.md index 2e36bb36b..99a58a50e 100644 --- a/crowdsec-docs/docs/log_processor/data_sources/s3.md +++ b/crowdsec-docs/docs/log_processor/data_sources/s3.md @@ -67,7 +67,7 @@ Required when `polling_method` is `sqs`. ### `sqs_format` Format of the body inside the SQS messages. -Can be `eventbridge` or `s3notification`. +Can be `eventbridge`, `s3notification` or `sns`. If not set, the Security Engine will automatically select the format based on the first valid event received from the queue.