Closed neeleshg closed 1 year ago
This issue is the same as #36. This plugin had problems dealing with appendblobs because it was originally created for blockblobs. For blockblobs a list_blocks can be done, but for an appendblob the way the file grows is different. It can still be read but through offsets. I already prepared a fix for this, which requires setting a new config value "append => true" https://github.com/janmg/logstash-input-azure_blob_storage/blob/master/lib/logstash/inputs/azure_blob_storage.rb#L453
But I haven't released the fix yet because I also want to support json_lines and that lead to conversion issues, so I'm struggling to get the byte array split into multiple events. I probably better off refactoring that logic but don't have time to focus on this plugin as my day job takes presedence.
Thanks @janmg In AWS S3, we did not see such issue because it does not append.
We can close this then as duplicate.
I finally pushed 0.12.9 with support for appendblobs. In the config you can set "append => true", but if you don't, the plugin will do it by itself during the invalideBlobType exception. I haven't done extensive testing, so feedback is welcome
Hi I am trying to push Azure SignIn Logs to Graylog using Logstash. I have exported Azure SignIn Logs to Azure Blob Storage. I have also configured azure_blob_storage input plugin in Logstash. Logstash is running properly, however it is not sending some of the logs or missing some of the SignIn Logs, though theyu are there in Blob Storage. When I checked logs, noticed that there are continous errors regarding partial_read. Error:
Here is my logstash configuration: