Skip to content

Please add support for compression (gzip) for the out_azure_blob plugin #10140

@luisfeliz79

Description

@luisfeliz79

Is your feature request related to a problem? Please describe.
Currently, the out_azure_blob plugin does not support gzip compression when ingesting records.

Describe the solution you'd like
When I'm ingesting records to out_azure_blob, I would like the resulting blobs to be gzip compressed

Describe alternatives you've considered
None

Additional context

Looking to reduce the size of the blobs ingested into the Azure Blob storage service.

For example, there should be a compression option in the out_azure_blob plugin that would gzip compress records and ingest as a gzip compressed blob.

[OUTPUT]
name azure_blob
match *
account_name YOUR_ACCOUNT_NAME
shared_key YOUR_SHARED_KEY
path kubernetes
container_name logs
auto_create_container on
tls on
compression = gzip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions