Basically i want to make a “Log Management and Analysis” system using four virtual machines on a single laptop, leveraging Filebeat, Logstash, Elasticsearch, Kibana, and Podman. The system should also be containerized with high availability (HA) and failover capabilities, and include monitoring with alerting.
1. The Linux operating system has a global and standard /var/log directory.
2. Shift logs from all servers to a centralized server (choose 4-5 servers or applications as samples server).
3. Prepare a custom dashboard for log analysis to identify issues from application logs.
4. Ensure the deployment is containerized with high availability (HA) and failover capabilities. ( Kubernetes )
5. Set up monitoring with alerting.
I want to create a “Log Management and Analysis” system on a single laptop using four virtual machines, incorporating Filebeat, Logstash, Elasticsearch, Kibana, and Podman. The system will be containerized, support high availability and failover, and include monitoring with alerting.