Azure / azure-diagnostics-tools

Plugins and tools for collecting, processing, managing, and visualizing diagnostics data and configuration
98 stars 93 forks source link

Connect to Blob Storage Emulator (Azurite) #234

Open ejunnior opened 2 years ago

ejunnior commented 2 years ago

I created a docker container using mcr.microsoft.com/azure-storage/azurite to emulate in my local environment blob storage and then tried to connect logstash plugin to send logs to elasticsearch. However I'm getting a connection error. Is it possible to connect to the blob storage (azurite), using this plugin?