-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[logstash-input-azureblob] Response 403 Authentication Failed #208
Comments
Hi, Any news on this? Thanks! |
Hi, |
Hi Folks, |
Any idea what changed/ why this plugin is no longer working in 7.4?
Plugin version is the same ( |
Am having the same error too. Using 7.4.2 of logstash |
FYI I gave up on this plugin and implemented my own - the performance was horrendous (at least for my usecase). It may work if you have a small number of blobs (that get updated/ appended to a lot), but otherwise (if you have many blobs), forget it, you're just wasting time. |
I'm getting a 403 auth error when trying to use this plugin. I've triple checked my storage account, access key, and container settings. I think it may be caused by the library in the plugin thats accessing Azure Storage.
Error Message (with identifying info stripped):
I've replaced the storageAccount w/
<storageAccount>
, and the container with<container>
.Steps to reproduce:
The text was updated successfully, but these errors were encountered: