Skip to content

Commit 749e1f9

Browse files
committed
output: azure_blob: compression with zstd update
Signed-off-by: Nico Berlee <[email protected]>
1 parent 7fb7ce2 commit 749e1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/azure_blob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Fluent Bit exposes the following configuration properties.
2626
| `blob_type` | Specify the desired blob type. Supported values: `appendblob`, `blockblob`. | `appendblob` |
2727
| `auto_create_container` | If `container_name` doesn't exist in the remote service, enabling this option handles the exception and auto-creates the container. | `on` |
2828
| `path` | Optional. The path to store your blobs. If your blob name is `myblob`, specify subdirectories for storage using `path`. For example, setting `path` to `/logs/kubernetes` will store your blob in `/logs/kubernetes/myblob`. | _none_ |
29-
| `compress` | Sets payload compression in network transfer. Supported value: `gzip` | _none_ |
30-
| `compress_blob` | Enables GZIP compression in the final `blockblob` file. This option isn't compatible when `blob_type` = `appendblob`. | _none_ |
29+
| `compress` | Sets payload compression in network transfer. Supported values: `gzip`, `zstd`. | _none_ |
30+
| `compress_blob` | Enables compression in the final `blockblob` file. Defaults to GZIP and inherits the codec from `compress` when that option is set. This option isn't compatible when `blob_type` = `appendblob`. | _none_ |
3131
| `emulator_mode` | To send data to an Azure emulator service like [Azurite](https://github.com/Azure/Azurite), enable this option to format the requests in the expected format. | `off` |
3232
| `endpoint` | When using an emulator, this option lets you specify the absolute HTTP address of such service. For example, `http://127.0.0.1:10000`. | _none_ |
3333
| `tls` | Enable or disable TLS encryption. Azure service requires this to be set to `on`. | `off` |

0 commit comments

Comments
 (0)