This is a plugin for Logstash.
This filter enrich the mac vendor information from a client_mac
using a mac_vendor file.
Add the redfish input in your Logstash pipeline as follow:
filter {
macvendorsenrich {
path => "/opt/rb/etc/objects/mac_vendors"
}
}
You can find a mac_vendors file example into the samples
directory of this project.
Need help? Try sending us an email to support@redborder.com
- To get started, you'll need JRuby with the Bundler gem installed:
rvm install jruby-9.2.6.0
-
Clone from the GitHub logstash-filter-macvendorsenrich
-
Install dependencies
bundle install
- Update your dependencies
bundle install
- Run tests
bundle exec rspec
- Build your plugin gem
gem build logstash-filter-macvendorsenrich.gemspec
- Install the plugin from the Logstash home
# Logstash 2.3 and higher
bin/logstash-plugin install --no-verify
# Prior to Logstash 2.3
bin/plugin install --no-verify
- Start Logstash and proceed to test the plugin
All contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.
Programming is not a required skill. Whatever you've seen about open source and maintainers or community members saying "send patches or die" - you will not see that here.
It is more important to the community that you are able to contribute.