Solution Design

What would be the good solution to monitor application and infra logs of servers implemented in GCP .
Considering server count ~500 servers (Most of them RHEL 6.x)
Logs:Infra Logs , 2 Application Logs per server
Will the below solution is ideal?
Beats -> Kafka ->Logstash->Elasticsearch->Kibana
where in Beats will collect the logs from all the agents.
2 Kafka servers , 2 Logstash servers for load balancing ,
6 Node ES with 3 master and 3 data nodes,
1 Windows server for Kibana.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.