You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/azure_blob.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Fluent Bit exposes the following configuration properties.
24
24
|`sas_token`| Specify the Azure Storage shared access signatures to authenticate against the service. This configuration property is mandatory when `auth_type` is `sas`. |_none_|
25
25
|`container_name`| Name of the container that will contain the blobs. |_none_|
|`log_key`| By default, the entire log record is sent to blob storage. If you specify a key name with this option, only the value of that key is sent. |_none_|
27
28
|`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`|
28
29
|`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
30
|`compress`| Sets payload compression in network transfer. Supported value: `gzip`|_none_|
0 commit comments