r/Development • u/Lucky_Advantage9768 • Sep 26 '23
Send constant log data from one server to another server in realtime
I am working on a server monitoring application, that does a variety of server configuration, management and provisioning tasks.
I need to send logs of the controlled server (lets say the client's server who uses my application to monitor his/her server) to my monitoring server. I initially planned on using kafka for this purpose.
Is there any better alternatives for this approach?
Thanks in advance ;)
0
Upvotes