Azure blob plugin to logstash

Hi,
I am trying to send logs from azure blob storage to logstash. I am using azureblob input plugin but i dont see any logs being sent to logstash and I get no errors in debug logs. The files have extension of .log.gz. Here is the config that i am using:

input { azureblob { storage_account_name => "c3flogs" storage_access_key => "****" container => "logs" codec => "json_lines"} }

          output { elasticsearch { hosts => ["http://elk:9200"] index => "logstash" } }

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.