Skip to content

0x1bitcrack3r/next-node-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS Error Handling and Node.js Logging with ELK Integration

Seamlessly integrate Nextjs, Node.js application logs with the ELK (Elasticsearch, Logstash, and Kibana) stack for effective log management and analysis.

Overview

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.

Prerequisites

Before getting started, ensure you have the following prerequisites installed:

  • Node.js
  • Docker and Docker Compose

Getting Started

  1. Clone this repository:

    git clone https://github.com/0x1bitcrack3r/next-node-elk.git
    
  2. run this app:

    docker compose up -V

    to stop

    docker compose down