@astronomer/bunyan-udp
v2.0.0
Published
UDP plugin for Bunyan
Downloads
61
Keywords
Readme
Logstash UDP stream for Bunyan
Configuration options
Adding the bunyan-logstash stream to Bunyan
var log = bunyan.createLogger({
streams: [
{
type: "raw",
stream: require('bunyan-logstash').createStream({
host: '127.0.0.1',
port: 5505
})
}
]
});