I have created a custom maxmind db using perl. I have installed maxminddb module for ruby and was able to run a ruby program outside of logstash. When I am executing the same code from logstash, I get a load error as described in the subject line.
bin/logstash -e "filter { ruby { path => '/mnt/scripts/lookup.rb' } }" -t
Any ideas?
Thanks
Murali