logstash-input-azure_blob_storage 0.10.2
This gem is a Logstash plugin. It reads and parses data from Azure Storage Blobs. The azure_blob_storage is a reimplementation to replace azureblob from azure-diagnostics-tools/Logstash. It can deal with larger volumes and partial file reads and eliminating a delay when rebuilding the registry. The minimal logstash pipeline configuration would look like this > input { > azure_blob_storage { > storageaccount => "yourstorageaccountname" > access_key => "Ba5e64c0d3==" > container => "insights-logs-networksecuritygroupflowevent" > } > }
Gemfile:
=
install:
=
Runtime Dependencies (4):
azure-storage-blob
~> 1.0
logstash-codec-plain
~> 3.0
logstash-core-plugin-api
~> 2.0
stud
~> 0.0.22
Development Dependencies (1):
logstash-devutils
>= 1.0.0, ~> 1.0