No commit activity in last 3 years
No release in over 3 years
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.60, <= 2.99
 Project Readme

logstash-filter-ieee_oui

Documentation

This Logstash filter plugin is used to match mac addresses to vendor names.

This is a plugin for Logstash.

The filter requires a specially formatted oui-logstash.txt file for the ouifile. See logstash-oui-scraper

See CHANGELOG for development notes.

USAGE

filter {
  ieee_oui {
    source => 'macaddress'
    target => 'oui_vendor'
    ouifile => '/path_to/oui-logstash.txt'
  }
}

Code

  • To get started, you'll need JRuby with the Bundler gem installed.

  • Clone this repository

  • Update your dependencies

bundle install

Run in an installed Logstash

  • Build your plugin gem
gem build logstash-filter-ieee_oui.gemspec
  • Install the plugin from the Logstash home
bin/logstash-plugin install /your/local/plugin/logstash-filter-ieee_oui.gem
  • Start Logstash and proceed to test the plugin

License

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way. LICENSE