The goal is to have ELK stack running on cloud, however storing log data remotely in our data center.
We would like to go with this approach because we have a lot of data and storage is expensive on ELK in cloud. So we would like to ship all our logs to some storage drive in our data center, and have ELK stack in cloud access that data to graph, search, and analyze. Maybe have the data accessible over network?
How is this possible? What is the best approach?
Thank you in advance,