Hi i am new to Telegraf and Influxdb. I know that we can tail (monitor) a local file(on the same machine where Telegraf is installed) using Telegraf and send the output to Influxdb using [[inputs.tail]] and [[outputs.influxdb]] plugin's of Telegraf.
But I want to tail a log file which is on a different server other than where Telegraf is installed.
One way could be to have Telegraf on the server where the log file is : But I can't have that because that server can't send data to Influxdb . It does not have access to the server where Influxdb is present.
So I have to use intermediate server in order to send data to InfluxDb.
So is there a way to tail the remote file or any other way around. Any type of suggestion's are welcome.