Seamlessly integrate Nextjs, Node.js application logs with the ELK (Elasticsearch, Logstash, and Kibana) stack for effective log management and analysis.
This project demonstrates the process of integrating Nextjs errors handling and reporting to Node.js application logs with the ELK stack. By following this guide, you'll learn how to set up and configure ELK to collect, store, and visualize logs generated by your Node.js applications.
Before getting started, ensure you have the following prerequisites installed:
- Node.js
- Docker and Docker Compose
-
Clone this repository:
git clone https://github.com/0x1bitcrack3r/next-node-elk.git
-
run this app:
docker compose up -V
to stop
docker compose down