-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filebeat BlobAlreadyExists with Event Hub #25742
Comments
Pinging @elastic/integrations (Team:Integrations) |
@gmoskovicz , indeed, this is one of the issues we noticed in the azure eventhub sdk we are using, we'll start investigating, thanks for bringing this up |
@narph Do you know if there has been any news regarding this SDK issue? |
I was not able to reproduce it as much as I tried but it does look like it could have been fixed in later versions of the azure-storage package (https://github.com/Azure/azure-storage-blob-go). |
Any updates here? having the same issue using filebeat to send azure firewall eventhub logs in azure blob to Elastic. It works fine until you restart the service and then you get the same thing: ===== RESPONSE ERROR (ServiceCode=BlobAlreadyExists) ===== |
@esarakaitis , based on the azure team advice we are upgrading the version of the azure-eventhub sdk , #28919. Not sure this will fix the issue, but they mentioned some improvements on the checkpoints. |
@narph The updated |
cc @elastic/obs-cloud-monitoring |
Hi! We're labeling this issue as |
For confirmed bugs, please report:
@exekias we have a couple of cases where this was reported already. The error looks always the same:
Clearly the issue is with the underlying library, but since it is blocking the underlying blog it is affecting the Event Hub integration and whenever we need to restart the service. It seems that stopping and then deleting the blob is the only solution.
The text was updated successfully, but these errors were encountered: