tuffk / Logstash-output-to-Azure-Blob

Plugin to send Logstash output to Azure blob
Other
8 stars 15 forks source link

support storage_dns_suffix #32

Closed zirain closed 5 years ago

zirain commented 5 years ago

hi, please add config like "storage_dns_suffix" to support not global azure

blob_client = Azure::Storage::Blob::BlobService.create(
            storage_account_name: account_name,
            storage_access_key: account_key,
        storage_dns_suffix: "core.chinacloudapi.cn"
          )