Skip to content

Commit

Permalink
SQS has a maximum of 10 messages
Browse files Browse the repository at this point in the history
Worth mentioning SQS allows a maximum of 10 messages in a batch, as per their doc:
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html
  • Loading branch information
ugosan authored May 12, 2022
1 parent 4ee68b7 commit 8baa60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/filebeat/docs/inputs/input-aws-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ The default is `10 MiB`.
[float]
==== `max_number_of_messages`

The maximum number of SQS messages that can be inflight at any time. Defaults
to 5.
The maximum number of SQS messages that can be inflight at any time, with a maximum of 10. Defaults
to 5.

[id="input-{type}-parsers"]
[float]
Expand Down

0 comments on commit 8baa60f

Please sign in to comment.