bpaquet / node-logstash

Simple logstash implmentation in nodejs : file log collection, sent with zeromq
Other
517 stars 141 forks source link

bumped version so npm can pick it up #114

Closed johnculviner closed 8 years ago

johnculviner commented 8 years ago

Great job on this, I REALLY don't like the official JRuby logstash, given me nothing but problems!

Can you pull this in and do an

npm publish

please? I just spent a good hour thinking I went crazy because I couldn't get some options to work that are on github but not on NPM yet (index_name for elastic search to be specific).

Thank you!

johnculviner commented 8 years ago

not sure why the build is failing. looks like an environment issue as all i changed was the package.json file... hmmmm....

bpaquet commented 8 years ago

Done.

johnculviner commented 8 years ago

Thanks much!