-
Notifications
You must be signed in to change notification settings - Fork 517
Awesome Bunyan
Carlos N. Lecona Valdespino edited this page Sep 18, 2023
·
26 revisions
A (not so-)curated list of Bunyan-related software.
Inspired by awesome-php. Please feel free to add links! Note that if this ends up not being well maintained, then an npm bunyan search might work better for you.
- bunyan-logrocket - Bunyan stream for sending logs to LogRocket.
- bunyan-cloudwatch - Bunyan stream for sending logs to AWS CloudWatch.
- bunyan-nats - Bunyan for NATS.io
- bunyan-dynamo - Bunyan stream for sending logs to AWS DynamoDB.
- bunyan-fogbugz - Bunyan stream for sending automated crash reports to FogBugz
- gelf-stream - Bunyan + Graylog2 (!!! has a bug that crashes when objects with circular references given https://github.com/mhart/gelf-stream/issues/15)
- bunyan-kafka - Bunyan integration for Kafka
- bunyan-transport - Light weight Bunyan transport stream for logentries (No dependency on any other module)
- logentries-stream - Bunyan integration for https://logentries.com
- TODO: point to the
RequestCaptureStream
example from restify. - bunyan-slack - Bunyan stream for Slack chat integration.
- node-bunyan-syslog - Directing bunyan logging to a syslog server.
- modern-syslog - Uses libc syslog API, but is async. See usage with bunyan example.
- node-bunyan-winston - A demo showing how to use a winston logger with a bunyan-using library. Also a comparison of Winston and Bunyan.
-
bunyan-newrelic-stream - Bunyan integration with NewRelic that reports anything logged at log level
error
. - bunyan-elasticsearch-bulk - Sends logs to an Elastic Search server in bulk, to save resources.
- bunyan-seq - Bunyan stream for Seq event logs
- bunyan-logstash-tcp - Logstash TCP stream for Bunyan
- bunyan-teams - Teams incoming weebhook for Bunyan
- bunyan-chat - Bunyan stream for Slack and Discord webhooks
- express-bunyan-logger - Bunyan middleware for Express
- browser-bunyan - An adaptation of Bunyan specifically for the browser.
- @northscaler/bunyaner - Enhancements to bunyan: log methods return values for inline logging & support deferred logging
- slog-bunyan - Rust slog bunyan formatter.
- bash-bunyan - A simple bunyan for Bash.
- Ougai - A Ruby logging library compatible with Bunyan.
- log4j2-bunyan-layout - A Java Log4j2 bunyan log output format.
- Fluentd - the Ruby gem fluent-plugin-jsonish contains a nodejs_bunyan input plugin
- bunyan-view - a rust port of the bunyan CLI command