logstash-plugins / logstash-filter-oui

Filter to parse OUI data from MAC addresses
Apache License 2.0
3 stars 4 forks source link

OUI-offline sqlite #1

Closed coolacid closed 9 years ago

coolacid commented 9 years ago

oui-offline (best available) has a requirement for sqlite database - this requires a native extension. This is going to cause some problems with this logstash filter.

purbon commented 9 years ago

There is an input that uses sqlite (https://github.com/logstash-plugins/logstash-input-sqlite), you might take some ideas on how to run it from there.

coolacid commented 9 years ago

Pushed fix to upstream, closing this.