Is it possible to store logs for elastic search remotely?

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,

Data needs to reside in Elasticsearch for Kibana to be able to read it.

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