We have many systems that write time series data into their own local InfluxDB database.
We want to have that data extracted and copied to central ElasticSearch servers, ideally in near real-time, but this could be performed at 1-minute intervals.
We need reliable and secure communications between the servers - they're operating across an Internet connection.
What is the best way to achieve this?