logstash-input-azure_blob_storage icon indicating copy to clipboard operation
logstash-input-azure_blob_storage copied to clipboard

Logstash with plugin output failed

Open SiberianTiger01 opened this issue 2 years ago • 2 comments

Set up an Azure VM which is Ubuntu18 with java8 and logstash plugin installed successfully.

set up network watcher to retrieve NSG flow logs into storage account successfully

/etc/logstash/conf.d/logstash.conf:

input { azureblob { storage_account_name => "flowloghost" storage_account_key => "......" container => "insights-logs-networksecuritygroupflowevent" } }

output { stdout }

when kickstart logstash with /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf error message triggered,

how can I modify the logstash.conf file

SiberianTiger01 avatar Oct 11 '22 13:10 SiberianTiger01

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 you can try if if works if you replace azureblob with azure_blob_storage

If you have installed my plugin, the configuration examples are in the README.md. /usr/share/logstash/bin/logstash-plugin install logstash-input-azure_blob_storage

janmg avatar Oct 11 '22 14:10 janmg

Thank you very much for your suggestion. I will try it

SiberianTiger01 avatar Oct 11 '22 22:10 SiberianTiger01

No further information

janmg avatar Feb 16 '23 17:02 janmg