I'd suggest you to use filebeat. A tool by the creators of logstash that allow you to send logs from one server to another with logstash or elasticsearch. The application is very lightweight and simple to configure.
Here is an example configuration that sends the content of /path/to/your/logfile.log to a logstash server name logstashserver:
I'd suggest you to use filebeat. A tool by the creators of logstash that allow you to send logs from one server to another with logstash or elasticsearch. The application is very lightweight and simple to configure.
Here is an example configuration that sends the content of /path/to/your/logfile.log to a logstash server name logstashserver:
If you need a more comprehensive guide check this link
Greetings,