Deploy Elastic Search on Azure blob storage

Hi,
We have millions of file on Azure blob storage. I want to index blob and apply query on that. So how i can deploy elastic search on Azure blob. Please suggest me, how i can deploy elastic search on Azure cloud.

Thanks.

You need something which is able to crawl other your storage and send the binary files to elasticsearch with an ingest pipeline using the ingest attachment plugin.

May be something like this? https://github.com/Azure/azure-diagnostics-tools/tree/master/Logstash/logstash-input-azureblob

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