Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0x1bitcrack3r/next-node-elk

Custom Error Handling and Error Reporting Tool
https://github.com/0x1bitcrack3r/next-node-elk

docker docker-container elk-stack elsaticsearch filebeat hacktoberfest kibana logstash nextjs nodejs reactjs sourcemap-support webpack

Last synced: 1 day ago
JSON representation

Custom Error Handling and Error Reporting Tool

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/0x1bitcrack3r/next-node-elk.git

```

2. run this app:

```bash
docker compose up -V
```

to stop

```bash
docker compose down
```