Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.11 KB

azure_blob.md

File metadata and controls

17 lines (14 loc) · 1.11 KB

AzureBlob

Azure Blob is the Azure Blob output plugin, allows to ingest your records into Azure Blob Storage.
For full documentation, refer to https://docs.fluentbit.io/manual/pipeline/outputs/azure_blob

Field Description Scheme
accountName Azure Storage account name string
sharedKey Specify the Azure Storage Shared Key to authenticate against the storage account *plugins.Secret
containerName Name of the container that will contain the blobs string
blobType Specify the desired blob type. Must be appendblob or blockblob string
autoCreateContainer Creates container if ContainerName is not set. string
path Optional path to store the blobs. string
emulatorMode Optional toggle to use an Azure emulator string
endpoint HTTP Service of the endpoint (if using EmulatorMode) string
tls Enable/Disable TLS Encryption. Azure services require TLS to be enabled. *plugins.TLS
networking Include fluentbit networking options for this output-plugin *plugins.Networking