Hello.
I have two Linux servers. Server1 running Nginx and other web services, Server1 is a server that I installed Elasticsearch and Kibana on it. I want to send some log files from Server1 to Server2.
1- Can I send my logs from Server1 to Server2 directly or I must install a log program on Server2 too? I mean is I just install a log program like Logstash on Server1 and send logs directly to Server2.
2- Which log program is more match with this scenario?
Thank you.