winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

Support the new /bulk endpoint #31

Closed freeall closed 10 years ago

freeall commented 10 years ago

For an application that sends a lot of data it can help to send a batch instead of a single log item.

The new /bulk endpoint supports this, http://www.loggly.com/docs/api-sending-data/#bulk

Would be great if this module could support it.

indexzero commented 10 years ago

Yup. We want this in here. Will accept a PR.