janmg

Results 41 comments of janmg

I don't really understand where the Index -1 out of bounds comes from, it least the file has a length. because the plugin tries to list all the files in...

Connecting to the storage account itself is going fine, but I don't know why a list blob returns an index out of bounds. The registry keeps a list of files...

I have modified the plugin to add more debugging, I now also receive the index out of bounds and also on my blob_debug.rb which is only doing a blob_list. This...

I think I now understand that somehow the azure storage ruby that uses faraday to connect to the storage account is now not working anymore, upgrading to faraday 2 isn't...

I cloned the version from muxcmux for common and blob and pushed it to rubygems as version 3.0.0 https://rubygems.org/gems/azure-janmg-common https://rubygems.org/gems/azure-janmg-blob The problem is however that while building the plugin, bundler...

if the blob is not easily accessible from a logstash plugin anymore because of conflicting dependencies of Faraday. I though moving the file handling to a golang helper program would...

Thanks for the update. I think until Logstash 8.9 the plugin should work in Ubuntu, but I can't put my finger on why it started failing. I have started a...

Can you describe what is contained in those gzip files, how are they created and can they grow? Maybe I can created an experimental gzip decoder and let the rest...