Sha256: 1f3dabe084cbfe80150ce6c382544f3eade44139a3e7d70f78df7aeaf968f75d
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# logstash-filter-ieee_oui ## Documentation This Logstash filter plugin is used to match mac addresses to vendor names. This is a plugin for [Logstash](https://github.com/elastic/logstash). The filter requires a specially formatted oui-logstash.txt file for the ouifile. See [logstash-oui-scraper](https://github.com/Vigilant-LLC/logstash-oui-scraper) See [CHANGELOG](https://github.com/Vigilant-LLC/logstash-filter-ieee_oui/blob/master/CHANGELOG.md) for development notes. # 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](https://github.com/Vigilant-LLC/logstash-filter-ieee_oui/blob/master/LICENSE) #### Code - To get started, you'll need JRuby with the Bundler gem installed. - Clone this repository - Update your dependencies ```sh bundle install ``` #### Run in an installed Logstash - Build your plugin gem ```sh gem build logstash-filter-ieee_oui.gemspec ``` - Install the plugin from the Logstash home ```sh bin/logstash-plugin install /your/local/plugin/logstash-filter-ieee_oui.gem ``` - Start Logstash and proceed to test the plugin #### USAGE ``` filter { ieee_oui { source => 'macaddress' target => 'oui_vendor' ouifile => '/path_to/oui-logstash.txt' } } ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-filter-ieee_oui-1.0.3 | README.md |