DEV Community

dev
dev

Posted on

Logging using ELK for Nodejs

I needed guidance regarding how to setup Nodejs for logging using Elastic Search, Logstash, and Kibana.

I need suggestions for proper NPM packages for the same.
If there is any other alternate, please feel free to suggest.

Any example code snippet would also be great! :)

Top comments (1)

Collapse
 
mmollick profile image
Mike Mollick

Not too familiar with the NodeJS logging libraries, but you can setup the ELK stack to consume just about anything you can throw at it. Though this post might provide some guidance: dev.to/deleteman123/logging-at-sca...