Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0x1bitcrack3r/next-node-elk
- Owner: 0x1bitcrack3r
- Created: 2024-07-30T03:51:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T04:03:05.000Z (6 months ago)
- Last Synced: 2024-11-13T00:23:40.638Z (2 months ago)
- Topics: docker, docker-container, elk-stack, elsaticsearch, filebeat, hacktoberfest, kibana, logstash, nextjs, nodejs, reactjs, sourcemap-support, webpack
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```