Hey…currently i have a simple setup where data is collected from the servers using Telegraf and written to a InfluxDB database located in the same datacentre. What i would like to do is have all the Telegraf endpoints send data to a relay which forwards the metrics to a central influxDB database which is located in a different location.
What would be the recommended way to pull this off?
Thanks