janmg

Results 41 comments of janmg

The cheap black soic8 clamps seem to use weak plastic, so they can be used ten to twenty times but then their spring will crush the guides. I got mine...

This one is a bit more complicated as ideally logstash-input-azure_blob_storage is only an input plugin. But this is a codec / filtering process issues, so I need to think how...

The plugin does not prevent multiple readers from reading the same data, there is no synchronization between two instance and no locking. So two instances would download the same dataset...

azureblob is the plugin from Azure, https://github.com/Azure/azure-diagnostics-tools/tree/master/Logstash/logstash-input-azureblob azure_blob_storage is the plugin I started because I couldn't get azureblob to run with higher load. It's not completely compatible with azureblob, but...

In short, check without path_filters, check for acl's and use debug_until. If you start_fresh, you wouldn't need the path_filters, during the start it would learn which files exist and therefor...

During register (init) the registry is loaded or created, but not saved. During the normal run loop, the clock starts, the files are listed, compared to the registry and the...

prefix filters the file list on the azure side, path_filters does this in the plugin. If you configure prefix to only fetch the blobs in the Requests directory, you won't...

I added the save_registry after listing to GITHUB. I fixed the 3 times listing problem. Originally I added this loop because the azure library the plugin depends on azure-storage-blob, which...

No worries, today I worked for issue 2 on storing the registry on the local file path, which in your case with AWS to Azure traffic and lots of files,...

Good questions, I have pushed 0.11.4 last week, didn't receive many complaints yet =) I have updated the CHANGELOG.md file to explain what the changes are, then I tagged the...