Neha Kashyap
Neha Kashyap

Reputation: 21

How to configure Apache Kafka to centralize Application Logs?

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

Answers (1)

Robin Moffatt
Robin Moffatt

Reputation: 32050

Filebeat is great for this, and has a Kafka output option.

Upvotes: 2

Related Questions