Azure append Blobs

Hi,
i'm new here.

I've an problem to read from an azure append blob file with filebeat.

i use this configuration:

 - type: azure-blob-storage
          id: my-azureblobstorage-id
          enabled: true
          account_name: ""
          auth.shared_credentials.account_key: ""
          containers:
          - name: commerce-logs-separated
            max_workers: 3
            poll: true
            poll_interval: 10s

But the message i've got is:

content-type application/octet-stream not supported

Thanks in advance for help.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.