Skip to content

Commit 2b6b548

Browse files
pipeline: outputs: azure_blob: Add compress and compress_blob options (#1625)
Signed-off-by: Kushal Azim Ekram <[email protected]>
1 parent 3cc0cd7 commit 2b6b548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/azure_blob.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ We expose different configuration properties. The following table lists all the
2828
| blob\_type | Specify the desired blob type. Fluent Bit supports `appendblob` and `blockblob`. | appendblob |
2929
| auto\_create\_container | If `container_name` does not exist in the remote service, enabling this option will handle the exception and auto-create the container. | on |
3030
| path | Optional path to store your blobs. If your blob name is `myblob`, you can specify sub-directories where to store it using path, so setting path to `/logs/kubernetes` will store your blob in `/logs/kubernetes/myblob`. | |
31+
| compress | Sets payload compression in network transfer. Only value supported is: `gzip` | |
32+
| compress\_blob | Enables GZIP compression in the final `blockblob` file. This option is not compatible when `blob_type` = `appendblob` | |
3133
| emulator\_mode | If you want to send data to an Azure emulator service like [Azurite](https://github.com/Azure/Azurite), enable this option so the plugin will format the requests to the expected format. | off |
3234
| endpoint | If you are using an emulator, this option allows you to specify the absolute HTTP address of such service. e.g: [http://127.0.0.1:10000](http://127.0.0.1:10000). | |
3335
| tls | Enable or disable TLS encryption. Note that Azure service requires this to be turned on. | off |

0 commit comments

Comments
 (0)