Wavefront Logstash Output Plugin
Fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want.
Contributing
All contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.
Developing
To better understand contributing to logstash plugins, visit their article on custom output plugins.
To test a local build of this plugin,
- Install logstash. Either from source or from a package manager is fine.
- Install ruby bundler --
gem install bundler
should do it. - In this directory,
gem build logstash-output-wavefront.gemspec
logstash-plugin install *wavefront*.gem
Install dependencies
bundle install
Test
bundle exec rspec