Skip to content

Support New CloudWatch Logs Sequence Token Deprecation and Ingestion Limit Removal #526

@PettitWesley

Description

@PettitWesley

We are working on removing sequence token tracking which will enable higher throughput: fluent/fluent-bit#6741

We also need to update our load tests to test higher throughput: fluent/fluent-bit#6741 (comment)

When this is released, it means you can now use multi-workers with cloudwatch_logs output:

[OUTPUT]
    Name cloudwatch_logs
    Match   *
    region us-east-1
    log_group_name fluent-bit-cloudwatch
    log_stream_prefix from-fluent-bit-
    auto_create_group On
    workers 5

UPDATE: This is released: https://github.com/aws/aws-for-fluent-bit/releases/tag/v2.32.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions