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.