winstonjs / node-loggly

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

Added ability to override input URL (aka, EC2) #14

Closed nagoodman closed 11 years ago

nagoodman commented 12 years ago

Allows the library to log using the internal EC2 URL.

nagoodman commented 12 years ago

Example use: var config = { "subdomain": "mycoolloggingdomain", "json": true, "inputUrl" : "https://ec2.logs.loggly.com/inputs/"};

SeanBannister commented 12 years ago

this is really handy, thanks

sansmischevia commented 11 years ago

Does loggly have a special endpoint just for ec2 sources?