linepost
v1.0.0
Published
Reads stdin and posts each line to the provided URL (preferrably CouchDB but who am I to judge)
Downloads
3
Readme
linepost
Reads from stdin and posts each input line to a given URL as text/plain. Best used with a CouchDB update handler, natch.
Usage
npm install -g linepost
cat somelog.file | linepost http://localhost:5984/logs/_design/collector/_update/message
…should do the trick. (You can include HTTP basic auth in the URL.)