Coder Social home page Coder Social logo

nodejs-logging-elk's Introduction

Logging NodeJS with the ELK Stack

This repo serves as a functioning proof-of-concept for the video Logging Nodejs apps with ELK: Elasticsearch, Logstash, and Kibana.

Requirements

You'll need docker desktop to run the example.

Usage

Launch the environment

Type make up to bring the docker-compose environment up. This will launch the ExpressJS application server, Elasticsearch, Logstash, and Kibana.

Seeding the database environment

Use make migrate to create the database schema (required for the /users endpoint) followed by make seed to populate the database with test data.

Generate some logs

Once the environment is running, hit http://localhost:3000 and http://localhost:3000/users to generate some logs.

The logs are sent to logstash using the winston-logstash-transport in ./helpers/logging.js. Logstash is configured to send the logs to Elasticsearch using the config found in elastic/logging.conf.

Launch Kibana and follow the instructions to setup the logstash index pattern. You can then view the logs using Kibana Discovery.

The ExpressJS / endpoint simply logs an info message. The /users endpoint logs an info message but also some key/value pairs that can be visualized in Kibana (and optionally reported/monitored/put on a dashboard/etc...)

Happy coding!

nodejs-logging-elk's People

Contributors

rekibnikufesin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.