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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Use Cases
to reduce costs on kinesis firehose all events should be written in batches. As I can see now there is no batches in this sink because when I switch some logs from another solution on vector incoming put requests metric in CloudWatch show significant increase(up to 1000x).
Same problem with big amount of put requests from vector can be cause of throttling on AWS firehose side because of limits on streams
Attempted Solutions
No response
Proposal
If I understood right aws_kinesis_firehose sink uses PutRecords endpoint instead of PutRecordsBatch, it would be great to switch to PutRecordsBatch endpoint to avoid problems with high cost of firehose and limitations problem
References
No response
Version
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Use Cases
to reduce costs on kinesis firehose all events should be written in batches. As I can see now there is no batches in this sink because when I switch some logs from another solution on vector
incoming put requests
metric in CloudWatch show significant increase(up to 1000x).Same problem with big amount of put requests from vector can be cause of throttling on AWS firehose side because of limits on streams
Attempted Solutions
No response
Proposal
If I understood right aws_kinesis_firehose sink uses
PutRecords
endpoint instead ofPutRecordsBatch
, it would be great to switch to PutRecordsBatch endpoint to avoid problems with high cost of firehose and limitations problemReferences
No response
Version
No response
The text was updated successfully, but these errors were encountered: