Sifter Coder

Results 6 comments of Sifter Coder

``` [2023-11-09T15:36:26,491][INFO ][logstash.inputs.azureblobstorage][main][b3a491c2e8d924a069dbcde96cf93021a2d0e3b327eba5aa2b3842c5a9a7c58c] learn json header and footer failed because Index -1 out of bounds for length 4281 [2023-11-09T15:36:26,491][INFO ][logstash.inputs.azureblobstorage][main][b3a491c2e8d924a069dbcde96cf93021a2d0e3b327eba5aa2b3842c5a9a7c58c] head will be: '' and tail is set to: ''...

@janmg Here another trace It says `caught: undefined local variable or method `path' for` [2023-11-10T22:05:19,386][INFO ][logstash.javapipeline ][main] Pipeline started {"pipeline.id"=>"main"} [2023-11-10T22:05:19,400][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]} [2023-11-10T22:05:19,500][ERROR][logstash.inputs.azureblobstorage][main][483c55d274dabd287ceabf0602317051ad3522c4df0276fb7482b9d6e98985a5] caught:...

> 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...

I also tried upgrading my storage account to v2 just to rule out that possibility. No luck.

I have been playing with `blob_debug.rb`, It fails 9/10 times with the error message `Faraday::ConnectionFailed: Connection reset` I have tried different storage accounts of different versions as well. no luck....

@janmg Would it be possible to use this https://github.com/honeyankit/azure-storage-ruby instead of the one managed buy MS ? I tried doing it locally, but it just spins my head.