logstash-plugins / logstash-filter-geoip

Apache License 2.0
64 stars 82 forks source link

Change require line to fix plugin load error #173

Closed atomsnc closed 3 years ago

atomsnc commented 3 years ago

Please change the require line in lib/logstash/filters/geoip.rb from require "logstash-geoip-filter_jars" to require "logstash-filter-geoip_jars" to fix the loading issue for this plugin in logstash (when building from source).

This should also fix the travis issue https://travis-ci.com/github/logstash-plugins/logstash-filter-geoip/jobs/470585965