Logstash Ruby Error with Local built Gem

Hi-
I have added the locally built gem in the logstash gem file, and did the bundle install and updated the plugins and so I could see the gem has been added to the gemfile.lock

I have a .dll files which has been added in the bin folder in the gem. When I require the gem inside the logstash conf file, it throws error saying dll unknown; but dll is present inside the gem bin folder.

[2019-03-21T11:53:27,699][INFO ][logstash.agent           ] Successfully started Logstash API endpoint {:port=>9600}
[2019-03-21T11:53:30,006][ERROR][logstash.filters.ruby    ] Ruby exception occurred: Could not open library 'C:/Users/IC021588/Downloads/logstash-master/vendor/bundle/jruby/2.3.0/gems/test_gem-2.1.0/bin/IECClientAccess.dll' : unknown

I use the dll to for some other methods to talk to windows servers.
Please let me know what could be the issue. Thanks !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.