Skip to content

Commit

Permalink
Extending input documentation to cover changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmbischoff committed Jun 26, 2024
1 parent c310ce7 commit 02cae8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions x-pack/filebeat/docs/inputs/input-aws-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,13 @@ Please see https://docs.aws.amazon.com/AmazonS3/latest/userguide/ways-to-add-not
for more details. SQS queue will be configured as a
https://docs.aws.amazon.com/sns/latest/dg/sns-sqs-as-subscriber.html[subscriber to the SNS topic].

[float]
=== S3 -> EventBridge -> SQS setup
Amazon S3 can alternatively https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html[send events to EventBridge],
which can then be used to route these events to SQS. While the S3 input will
filter for 'Object Created' events it's more efficient to configure EventBridge
to only forward the 'Object Created' events.

[float]
=== Parallel Processing

Expand Down

0 comments on commit 02cae8e

Please sign in to comment.