nlf / bucker

A simple logging library for node.js
82 stars 28 forks source link

Splunk(Storm) Support? #15

Closed kopertop closed 10 years ago

kopertop commented 10 years ago

I use both Logstash and SplunkStorm, it would be really great if Bucker could support SplunkStorm, which has a really straight forward REST API: http://docs.splunk.com/Documentation/Storm/latest/User/UseStormsRESTAPI

There is also a very simple Nodejs library already out there for logging to SplunkStorm: https://npmjs.org/package/splunkstorm

This is what I used before I discovered Bucker, and I'd love to see Bucker support this natively. I'm willing to help out or offer a pull request if that would be welcome.

nlf commented 10 years ago

Pull requests are always welcome!

If you're not able to get to it, I'll see what I can do later this week.

kopertop commented 10 years ago

I just made a pull request for this #24

nlf commented 10 years ago

Closing because this was merged already