Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 903 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 903 Bytes

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