Reputation: 21
I have 10 servers which are working on Ubuntu and Nginx.
There are PHP logs that are being generated.
I want to send all the Application logs from the 10 servers to a single server that can handle at least 50k requests per second.I have installed Apache Kafka and configure it as sending a simple text to another server by following Digital Ocean's article, but I am not able to send PHP logs to that server.
Upvotes: 2
Views: 641