Hi everyone
Is there anyway that it is possible to export data from multiple Indices to Azure Blob?
We got a large environment with 800 millions documents, but we wanted to store all that are 3 months old in a Azure blob.
I've been looking at Elasticdump and a solution that uses logstash with input from elasticsearch and output to azure blob, but im not sure it can handle so much data.
Do anyone have experience with what is best to use?