Azure Blob Storage sink issues with compression #22074
-
When using Azure Blob Storage sink with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@danelkotev how are you downloading the file? It may be being transparently decompressed by your browser. This gotcha is noted here: https://vector.dev/docs/reference/configuration/sinks/azure_blob/#compression |
Beta Was this translation helpful? Give feedback.
Are you sure the downloaded file was compressed? The browser will transparently decompress when downloading so you may have ended up with the uncompressed file on your local filesystem. You can use the
file
command locally to verify the type of the file.