Skip to content

Commit d5a0277

Browse files
Thomas Wilktomekwilk
authored andcommitted
pipeline: outputs: azure_blob: add log_key to outputs
Signed-off-by: Thomas Wilk <[email protected]>
1 parent 14bcfc7 commit d5a0277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/azure_blob.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Fluent Bit exposes the following configuration properties.
2424
| `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_ |
2525
| `container_name` | Name of the container that will contain the blobs. | _none_ |
2626
| `blob_type` | Specify the desired blob type. Supported values: `appendblob`, `blockblob`. | `appendblob` |
27+
| `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_ |
2728
| `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` |
2829
| `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_ |
2930
| `compress` | Sets payload compression in network transfer. Supported value: `gzip` | _none_ |

0 commit comments

Comments
 (0)